summaryrefslogtreecommitdiffstats
path: root/idlc
Commit message (Expand)AuthorAgeFilesLines
* Use idlc/test/parser/conversion.tests in CustomTarget_unoidl/unoidl-write_testStephan Bergmann2022-06-111-59/+8
* [API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann2022-06-1067-11938/+0
* clang-tidy modernize-pass-by-value in idl/idlcNoel Grandin2022-05-182-4/+5
* Remove duplicated includesAndrea Gelmini2022-05-061-1/+0
* use more o3tl::getTokenNoel Grandin2022-05-055-14/+17
* use more string_view in idlcNoel Grandin2022-04-281-4/+5
* tdf#143148 use pragma once in idlcAman Jha2022-04-171-4/+1
* loplugin:stringview check for getToken and trimNoel Grandin2022-04-102-2/+3
* Unify condition names and fix "else" pathsJan-Marek Glogowski2022-01-081-1/+1
* idlc: Always use sys/wait.h on UNIXIsmael Luceno2021-12-281-5/+0
* loplugin:flatten in filter..includeNoel Grandin2021-12-224-119/+117
* forward decls go after #includeNoel Grandin2021-11-071-3/+2
* Extend loplugin:stringviewparam to starts/endsWith: idlcStephan Bergmann2021-09-233-5/+8
* make --with-idlc-cpp=cpp work for gcc cpp as a ucpp replacementCaolán McNamara2021-08-122-0/+16
* no need to allocate these static vars on demandNoel Grandin2021-07-231-16/+12
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-1/+1
* loplugin:stringviewNoel Grandin2021-05-301-7/+7
* Improve loplugin:stringviewStephan Bergmann2021-05-142-2/+2
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-3/+2
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-4/+5
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* -Wdeprecated-copy-dtorStephan Bergmann2021-01-143-0/+15
* loplugin:unsignedcompareStephan Bergmann2021-01-141-1/+2
* No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2020-12-204-4/+12
* tdf#124176 Use #pragma once in idlchomeboy4452020-12-132-8/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-6/+7
* tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer2020-11-1313-98/+102
* new loplugin:reducevarscopeNoel Grandin2020-11-102-2/+2
* fix some *printf which are using "%l" ie. long specifiersNoel2020-10-162-11/+10
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-221-1/+1
* Fix typo in codeAndrea Gelmini2020-09-214-5/+5
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-301-1/+4
* inline some use-once typedefsNoel Grandin2020-08-171-3/+1
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-131-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: idlcStephan Bergmann2020-07-011-1/+1
* loplugin:buriedassign in f,h,i*Noel Grandin2020-04-152-17/+21
* loplugin:flatten in idlcNoel Grandin2020-04-074-137/+141
* Drop o3tl::optional wrapperStephan Bergmann2020-02-212-3/+3
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-1/+2
* tdf#124176: Use pragma once instead of include guardsCumali Toprak2020-01-271-4/+2
* loplugin:finalclasses in i18npool..linguisticNoel Grandin2020-01-1416-16/+16
* sal_Char->char in idlc..linguisticNoel Grandin2019-12-1910-21/+21
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-012-3/+3
* missing includeStephan Bergmann2019-12-012-0/+8
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+4
* loplugin:stringadd improve detectionNoel Grandin2019-10-281-4/+3
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-233-10/+7
* Remaining loplugin:bufferaddStephan Bergmann2019-10-172-11/+4