summaryrefslogtreecommitdiffstats
path: root/idlc/source
Commit message (Expand)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0717-57/+55
* Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann2013-04-031-1/+2
* -Wunused-macrosStephan Bergmann2013-03-272-10/+0
* remove external include guardsThomas Arnhold2013-03-252-48/+1
* Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann2013-03-251-3/+3
* deleting NULL is safeTakeshi Abe2013-03-251-4/+2
* coverity#704237 Logically dead codeJulien Nabet2013-03-231-2/+0
* coverity#440066 Logically dead codeJulien Nabet2013-03-221-6/+0
* coverity#440065 Logically dead codeJulien Nabet2013-03-221-3/+0
* further OUString cleanupThomas Arnhold2013-03-191-2/+2
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-2/+2
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-6/+6
* fix spellingNoel Grandin2013-03-071-1/+1
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-2/+2
* Fix type unkown -> unknownJulien Nabet2013-02-212-2/+2
* Some cppcheck cleaningJulien Nabet2013-02-131-2/+1
* Some cppcheck cleaningJulien Nabet2013-02-121-2/+1
* UNO constants cannot be of CHAR typeStephan Bergmann2013-01-301-1/+0
* Remove redundant braces around for loopsStephan Bergmann2013-01-261-3/+3
* API CHANGE: Remove support for individual constants from UNOIDLStephan Bergmann2013-01-221-16/+4
* unlink() doesn't work that well with URLsLuboš Luňák2012-12-021-1/+1
* [oneway] removal cleanupStephan Bergmann2012-11-301-6/+0
* API CHANGE remove [oneway] method attributesThorsten Behrens2012-11-305-54/+14
* Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann2012-11-232-6/+13
* add --with-system-ucppRene Engelhard2012-09-271-1/+4
* Fix bool -> byte coercion logicStephan Bergmann2012-09-261-1/+1
* sal_Bool -> boolNoel Grandin2012-09-262-13/+13
* idlc: clear include file set in Idlc::reset():Michael Stahl2012-09-051-0/+2
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-061-1/+1
* idlc: do not use -I., deps need absolute pathsMichael Stahl2012-07-201-1/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1825-4463/+281
* remove malingering legacy RCS tags.Michael Meeks2012-06-282-5/+1
* re-base on ALv2 code.Michael Meeks2012-06-218-193/+121
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-232-2/+0
* WaE: avoid build break on Mac PPC/XCode 2.5Christian Lohmaier2012-05-061-0/+2
* disable GCC diagnostic #pragma on older GCC versionsDavid Ostrovsky2012-05-041-0/+2
* gbuild conversion l10ntools moduleDavid Ostrovsky2012-05-041-0/+1
* build: cleaning up previously converted idlc moduleDavid Ostrovsky2012-05-013-71/+1
* WaE: Clang empty forloop bodyCatalin Iacob2012-04-231-1/+2
* WaE: comparison of integers of different signs and unused functionsTor Lillqvist2012-04-221-0/+6
* idlc: make dependencies: handle removed include files:Michael Stahl2012-04-141-0/+18
* WaE: don't seem to need this pragmaCaolán McNamara2012-04-131-3/+1
* WaE: -Werror=parenthesesCaolán McNamara2012-04-131-1/+2
* WaE: declaration of 'rand' shadows a global declarationDavid Ostrovsky2012-04-131-12/+12
* gbuild conversion: idlc moduleDavid Ostrovsky2012-04-132-201/+0
* idlc: do not use -I., deps need absolute pathsMichael Stahl2012-01-141-1/+1
* idlc: new parameter -M: write GNU make dependenciesMichael Stahl2012-01-145-18/+148
* idlc: document all parametersMichael Stahl2012-01-141-0/+2
* Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot2011-12-305-11/+11
* catch exception by constant referenceTakeshi Abe2011-12-151-1/+1