summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Collapse)AuthorAgeFilesLines
* 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
* CWS-TOOLING: integrate CWS sb109Ivo Hinkelmann2009-04-284-13/+68
| | | | | | | | | | | | | | | | | | | | 2009-04-21 13:42:45 +0200 sb r271035 : removed obsolete psprint dependency 2009-04-21 10:33:31 +0200 sb r271024 : changes to previous -c270971 so that build does not break for USE_SHELL!=bash (but instead resulting bridgetest_xxx scripts are nonfunctional) 2009-04-21 08:56:48 +0200 sb r271017 : merged in cws/sb107 -c 268250 (avoid warnings about format specifier and argument mismatch (on 64bit debug builds)) 2009-04-20 16:42:27 +0200 sb r270995 : #i98625# add make_xxx functions for C++ representations of UNO polystructs; fixed and adapted tests (patch by thb, slightly adapted) 2009-04-20 14:23:45 +0200 sb r270981 : #i84751# selective performance improvements (patch by mmeeks, slightly adapted) 2009-04-20 13:39:50 +0200 sb r270978 : #i99711# removed dead code (patch by cmc, slightly modified) 2009-04-20 11:59:39 +0200 sb r270972 : #i97975# avoid crashes during shutdown (patch by cmc, slightly modified) 2009-04-20 11:57:52 +0200 sb r270971 : made tests work again after LD_LIBRARY_PATH clean up 2009-04-20 09:49:32 +0200 sb r270963 : #i95593# made tests work again after LD_LIBRARY_PATH cleanup 2009-04-17 13:52:33 +0200 sb r270941 : merged in cws/sb107 -c 270023 (added svn:ignore) 2009-04-15 13:46:24 +0200 sb r270841 : #i92131# dead code elimination (based on a patch by cmc) 2009-04-15 13:29:27 +0200 sb r270839 : #i100743# use a FastLess for the Data map (based on a patch my mmeeks) 2009-04-15 13:12:11 +0200 sb r270837 : #i100583# dead code elimination (patch by cmc) 2009-04-15 13:02:19 +0200 sb r270835 : avoid bogus Solaris C++ compiler warning when building with debug=x 2009-04-15 11:49:46 +0200 sb r270828 : adapted to cleared LD_LIBRARY_PATH 2009-04-15 10:49:48 +0200 sb r270826 : #i101101# for performance reasons, do not put ComponentContext in unsafe appartment 2009-04-15 10:08:20 +0200 sb r270824 : #i99113# removed duplicated stocservices.uno lib from basis layer
* CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann2009-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-04-14 13:09:13 +0200 sb r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46) 2009-04-06 14:11:54 +0200 sb r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein 2009-03-31 16:40:23 +0200 sb r270287 : decrease collisions in hashCode computation 2009-03-30 11:48:39 +0200 sb r270207 : #i100668# corrected explicit template instantiation 2009-03-26 14:16:26 +0100 sb r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789 2009-03-26 10:52:51 +0100 sb r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057 2009-03-26 10:46:36 +0100 sb r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value. 2009-03-25 16:53:39 +0100 sb r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini 2009-03-25 15:29:12 +0100 sb r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets) 2009-03-25 15:17:10 +0100 sb r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6 2009-03-25 14:15:23 +0100 sb r270023 : added svn:ignore 2009-03-25 10:25:08 +0100 sb r270002 : #i10000# copied over trunk -c 269820 2009-03-23 10:16:00 +0100 sb r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44) 2009-03-20 11:22:27 +0100 sb r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists 2009-03-20 09:21:32 +0100 sb r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems). 2009-03-19 11:34:56 +0100 sb r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive 2009-03-19 11:32:20 +0100 sb r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type 2009-03-12 10:39:08 +0100 sb r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831 2009-03-04 17:25:16 +0100 sb r268849 : #i99880# missing AUGMENT_LIBRARY_PATH 2009-02-25 17:54:34 +0100 sb r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42) 2009-02-25 09:23:15 +0100 sb r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc) 2009-02-23 10:02:25 +0100 sb r268344 : #i99519 removed unnecessary library dependencies 2009-02-18 17:54:24 +0100 sb r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds) 2009-02-18 17:50:34 +0100 sb r268249 : avoid erroneous warning that control reaches end of non-void function 2009-02-18 17:33:53 +0100 sb r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>
* #i10000# STORELIB missingRelease Engineers2009-03-061-1/+1
|
* CWS-TOOLING: integrate CWS cmcfixes51Rüdiger Timm2008-12-112-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-08 10:12:55 +0100 cmc r264975 : #i96203# protect with ifdefs to avoid unused symbol on mac 2008-12-05 12:23:47 +0100 cmc r264898 : CWS-TOOLING: rebase CWS cmcfixes51 to trunk@264807 (milestone: DEV300:m37) 2008-12-01 14:45:17 +0100 cmc r264606 : #i76655# ehlos apparently required 2008-11-28 17:49:30 +0100 cmc r264567 : #i96655# remove newly unused method 2008-11-28 10:41:28 +0100 cmc r264531 : #i96647# better ppc-bridges flushCode impl 2008-11-27 12:58:40 +0100 cmc r264478 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 12:32:49 +0100 cmc r264476 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 12:26:02 +0100 cmc r264475 : #i96655# redundant old table export helpers 2008-11-27 11:49:06 +0100 cmc r264473 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:38:35 +0100 cmc r264471 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:14:21 +0100 cmc r264467 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 11:06:22 +0100 cmc r264464 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:58:18 +0100 cmc r264462 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:41:44 +0100 cmc r264461 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:19:24 +0100 cmc r264460 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:13:39 +0100 cmc r264459 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 10:06:14 +0100 cmc r264458 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:59:54 +0100 cmc r264457 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:52:51 +0100 cmc r264456 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:48:26 +0100 cmc r264454 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:40:20 +0100 cmc r264452 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:35:26 +0100 cmc r264451 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:31:00 +0100 cmc r264450 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 09:24:08 +0100 cmc r264449 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:26:15 +0100 cmc r264443 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:21:01 +0100 cmc r264442 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-27 00:09:40 +0100 cmc r264441 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 23:51:56 +0100 cmc r264440 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 23:49:09 +0100 cmc r264439 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 18:09:54 +0100 cmc r264432 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 18:07:40 +0100 cmc r264431 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:28:02 +0100 cmc r264429 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:27:39 +0100 cmc r264428 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 17:18:36 +0100 cmc r264426 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 16:22:16 +0100 cmc r264415 : #i96624# make implicit braces and brackets explicit to avoid warnings 2008-11-26 16:00:23 +0100 cmc r264409 : #i90426# remove warnings from svtools 2008-11-26 15:59:17 +0100 cmc r264408 : #i90426# remove warnings 2008-11-26 15:47:32 +0100 cmc r264404 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:46:57 +0100 cmc r264394 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:19:50 +0100 cmc r264387 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:15:26 +0100 cmc r264386 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 14:11:26 +0100 cmc r264384 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 13:44:23 +0100 cmc r264380 : #i96084# comfirm existing logic with explicit brackets to remove new gcc warnings 2008-11-26 13:12:24 +0100 cmc r264372 : #i96604# silence new warnings 2008-11-26 12:35:02 +0100 cmc r264369 : #i96203# make qstarter work in 3-layer land 2008-11-26 12:33:04 +0100 cmc r264368 : #i96170# ensure gtypes are up and running
* CWS-TOOLING: integrate CWS sb93Vladimir Glazounov2008-10-011-3/+5
|
* INTEGRATION: CWS os2port03 (1.5.8); FILE MERGEDOliver Bolte2008-07-221-2/+2
| | | | | | | | 2008/07/16 12:09:23 obr 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/14 16:12:22 ydario 1.5.8.1: gcc is also for os2 Issue number: i85203 Submitted by:ydario Reviewed by:ydario
* INTEGRATION: CWS jsc21 (1.14.4); FILE MERGEDRüdiger Timm2008-07-111-2/+2
| | | | 2008/04/30 11:39:04 jsc 1.14.4.1: #86121# correct linking for 3 layer office
* INTEGRATION: CWS jsc21 (1.6.76); FILE MERGEDRüdiger Timm2008-07-111-4/+4
| | | | | 2008/04/23 09:48:17 jsc 1.6.76.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/13 08:54:58 jsc 1.6.76.1: #i72964# remove external header guards
* INTEGRATION: CWS jsc21 (1.2.76); FILE MERGEDRüdiger Timm2008-07-111-4/+4
| | | | | 2008/04/23 09:49:09 jsc 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/13 08:54:58 jsc 1.2.76.1: #i72964# remove external header guards
* INTEGRATION: CWS jsc21 (1.2.76); FILE MERGEDRüdiger Timm2008-07-111-4/+4
| | | | | 2008/04/23 09:49:06 jsc 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/13 08:54:58 jsc 1.2.76.1: #i72964# remove external header guards
* INTEGRATION: CWS jsc21 (1.5.34); FILE MERGEDRüdiger Timm2008-07-111-1/+2
| | | | | 2008/04/23 09:48:59 jsc 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 08:54:58 jsc 1.5.34.1: #i72964# remove external header guards
* INTEGRATION: CWS jsc21 (1.3.76); FILE MERGEDRüdiger Timm2008-07-111-4/+4
| | | | | 2008/04/23 09:48:02 jsc 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/13 08:54:58 jsc 1.3.76.1: #i72964# remove external header guards
* INTEGRATION: CWS jsc21 (1.2.76); FILE MERGEDRüdiger Timm2008-07-111-4/+4
| | | | | 2008/04/23 09:48:10 jsc 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/13 08:54:57 jsc 1.2.76.1: #i72964# remove external header guards
* INTEGRATION: CWS jsc21 (1.5.34); FILE MERGEDRüdiger Timm2008-07-111-1/+2
| | | | | 2008/04/23 09:48:06 jsc 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 08:54:57 jsc 1.5.34.1: #i72964# remove external header guards
* INTEGRATION: CWS jsc21 (1.11.4); FILE MERGEDRüdiger Timm2008-07-111-2/+2
| | | | 2008/04/30 11:39:04 jsc 1.11.4.1: #86121# correct linking for 3 layer office