summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl2-2/+2
2013-09-22cppu: rename purpose environment librariesMichael Stahl4-16/+16
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann2-20/+2
2013-09-19Unlike idlc, unoidl doesn't support out-of-range byte constsStephan Bergmann2-4/+0
2013-09-18There are two distinct InternalUnoApis in cppu/qaStephan Bergmann8-14/+35
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-1/+1
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann3-12/+15
2013-08-22Better assertionsStephan Bergmann1-1/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann5-18/+21
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2-2/+4
2013-08-12error: dereferencing type-punned pointer will break strict-aliasing rulesStephan Bergmann1-1/+1
2013-08-02Mark as constTakeshi Abe1-1/+1
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-27/+25
2013-05-09protect UNO EnvStack's s_setCurrent() against unknown threadidHerbert Dürr1-2/+7
2013-05-07Avoid warnings about unused test functionsStephan Bergmann1-43/+49
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann1-0/+43
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák4-6/+5
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks11-231/+44
2013-04-24move URE headers to include/David Tardon43-8730/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-04-16WaE: variable 'hMod' set but not usedTor Lillqvist1-4/+0
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan2-5/+0
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-13simplify makefilesDavid Tardon1-6/+4
2013-04-13simplify generation of *_allheaders.hxxDavid Tardon2-18/+5
2013-04-13drop trailing /David Tardon1-1/+1
2013-04-13install SDK headers from filelistsDavid Tardon3-8/+10
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold4-50/+48
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold8-73/+64
2013-03-18cleanup doxygen warningsPeter Foley4-7/+9
2013-03-18coverity#705137 Missing break in switchJulien Nabet1-0/+1
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl1-1/+1
2013-03-05*ppRet cannot become non-null there out of thin airStephan Bergmann1-5/+3
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl5-74/+91
2013-02-25cppu does not depend on any offapi .idl filesStephan Bergmann5-5/+5
2013-02-23Fix typo betwen/betweenJulien Nabet1-1/+1
2013-02-21osl_atomic_increment/decrement are macrosStephan Bergmann1-2/+2
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl4-0/+8
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-9/+9
2013-01-15Include <cassert>Stephan Bergmann2-8/+10