summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Collapse)AuthorAgeFilesLines
* Reduce verbiage slightlyTor Lillqvist2012-02-162-2/+6
|
* Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+2
|
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-7/+7
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-9/+12
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* Leak comprehensive type descriptions to avoid problems at exit.Stephan Bergmann2012-01-031-25/+20
|
* tabs -> spacesStephan Bergmann2012-01-021-60/+60
|
* Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann2012-01-021-8/+83
| | | | | | | | | Which causes cppuhelper to pick wrong variant from other library, now that its own symbols are no longer reduced to private on Mac OS X. As a temporary hack, emit cppu_detail_getCppuType for the relevant types always as fully comprehensive; should be revisited when improving types.rdb format (routinely generating C++ information for certain UNO types into a dedicated library?). Requires a fix to xmlreader and a fix to forms that looks like a Mac OS X GCC bug.
* callcatcher: remove unused typeToPrefixCaolán McNamara2011-12-222-27/+0
|
* Fix for fdo43460 Part VI getLength() to isEmpty()Olivier Hallot2011-12-137-35/+35
| | | | | | Part VI Module codemaker
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header in codemakerNorbert Thiebaud2011-11-2720-38/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-7/+0
|
* Make .hpp/.hdl more robust against accidental include of .hdl instead of .hpp.Stephan Bergmann2011-11-022-125/+61
| | | | | | .hdl failed to declare the inline cppu_detail_getUnoType functions defined in .hpp, which if client code only includes .hdl instead of .hpp could lead to runtime failures, now leads to compiler warnings.
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2011-10-181-8/+0
| | | | Linux x86_64).
* cppcheck scope reduction in codemake/... cpputype.cxxPierre-André Jacquod2011-10-071-3/+2
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-14/+14
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-1/+37
|
* Rename List -> OStringListJoseph Powers2011-08-211-5/+5
| | | | I also renamed the varable from list to stringlist.
* callcatcher: unused codeCaolán McNamara2011-07-032-21/+0
|
* callcatcher: unused getExtraInputFileCaolán McNamara2011-07-032-13/+0
|
* callcatcher: unused writeU1Caolán McNamara2011-06-301-5/+0
|
* ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
|
* No point building build-time executables for iOSTor Lillqvist2011-06-132-0/+12
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-11/+11
|
* Interfaces are recursive into themselvesCaolán McNamara2011-06-011-15/+48
|
* add polymorphic supportCaolán McNamara2011-06-011-27/+55
|
* use rtl_Instance for the auto-generated local staticsCaolán McNamara2011-06-013-47/+91
|
* remove stray semicolonDavid Tardon2011-05-121-1/+1
|
* Remove OS/2 support.Francois Tigeot2011-04-184-13/+3
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-232-10/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk
| * jsc340: i114847: fix nameJuergen Schmidt2011-02-242-4/+20
| |
| * jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt2010-10-015-14/+9
| |
* | move cppumaker test to cppuCaolán McNamara2011-03-155-1398/+0
| |
* | fix deps for testDavid Tardon2011-03-151-1/+1
| |
* | EasyHacks: Reanimated tests in ure/codemakerWilhelm Pflueger2011-03-154-6/+8
| |
* | Remove "using namespace ::rtl"Julien Nabet2011-03-027-10/+19
| |
* | remove empty TESTSHL2LIBCaolán McNamara2011-02-241-1/+1
| |
* | move codemaker module to the boost unordered containersFridrich Strba2011-02-034-30/+8
| |
* | Remove double line spacing and correct indentationThomas Arnhold2011-01-292-45/+2
| |
* | remove unused dirsCaolán McNamara2011-01-1712-6812/+0
| |
* | use RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-01-041-1/+1
| |
* | use RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-01-041-1/+1
| |
* | Remove commented codeAnders Jonsson2010-12-221-233/+0
| |
* | cppcheck: methods can be constCaolán McNamara2010-11-251-1/+1
| |
* | kill bonobo-related code in the codemakerNorbert Thiebaud2010-10-256-3710/+0
| |
* | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1452-0/+140
|/ | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb2010-03-041-3/+1
|
* sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard2010-03-041-0/+4
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-1272-303/+73
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* #i103496#: split cppunit in a pure external lib and a lib depending on sal ↵Mathias Bauer2009-09-142-3/+3
| | | | -> testshl2