# EditorConfig: http://EditorConfig.org # top-most EditorConfig file root = true # General settings [*] end_of_line = lf insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true # Source code files [*.{c,cxx,cpp,h,hxx,hpp,java,py}] indent_style = space indent_size = 4 # Makefiles [{Makefile,*.mk}] indent_style = tab trim_trailing_whitespace = false # Patch files [*.patch.*] trim_trailing_whitespace = false 'logo' rowspan='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cli_ure
AgeCommit message (Expand)Author
2023-04-17Avoid MSVC error C2039Stephan Bergmann
2023-04-11allow native compile for windows aarch64Christian Lohmaier
2023-02-28Drop 'using namespace ::std' in Windows-specific filesGabor Kelemen
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in cli_ureStephan Bergmann
2021-10-07drop 'using namespace std' in cli_ureJulien Nabet
2021-04-19Updated README.md filesHossein
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski
2021-01-27tdf#96505 Get rid of cargo cult 'long' integer literalsAlchemist
2021-01-06Fix MSVC 2019 16.8.3 --with-latest-c++ error C2102: '&' requires l-valueStephan Bergmann
2021-01-06Fix various MSVC 2019 16.8.3 --with-latest-c++ issuesStephan Bergmann
2020-11-13tdf#123936 Formatting files in module cli_ure with clang-formatPhilipp Hofer
2020-09-17cli_ure: Disable .NET for Windows Arm64 buildJan-Marek Glogowski
2020-04-22Fix typosAndrea Gelmini
2019-09-10Fix typosAndrea Gelmini