summaryrefslogtreecommitdiffstats
path: root/unoil
Commit message (Collapse)AuthorAgeFilesLines
* cli_ure: remove CLI version PackagesMichael Stahl2013-10-302-20/+0
| | | | | | Tweak the installer so it reads the included files from SRCDIR. Change-Id: Ic4d3d2c003c2d0c5aebea6dd32f5989f3d4f04e4
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-281-0/+2
| | | | Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
* unoil: build cli_oootypes.dll via CliUnoApiMichael Stahl2013-10-284-75/+30
| | | | Change-Id: I9f6a410515106941c4848edafaffaeacbc27b125
* gbuild: refactor UnoApi to remove rdb files from OUTDIRMichael Stahl2013-10-251-2/+6
| | | | | | | | | | | - gb_UnoApi_get_target returns the files in INSTDIR - stop using rdb files from OUTDIR - remove gb_UnoApi_install - remove pointless 2nd parameter of gb_UnoApi_UnoApi - order-only dependency from gb_UnoApi_get_target to gb_UnoApiHeadersTarget_get_target because INSTDIR .rdb is always outdated Change-Id: Id418f75e9b38d6fe135b55eca2594c2624bc41cc
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1
| | | | Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
* climaker no longer needs *.rdb.oldformat input filesStephan Bergmann2013-04-291-2/+2
| | | | Change-Id: I55447aba5abcc8205543c7ca64763b5c99854837
* More "Let climaker work on *.rdb.oldformat for now"Stephan Bergmann2013-04-241-3/+4
| | | | | | | ...also, the use of double use of udkapi.rdb in climaker call in testtools/CustomTarget_bridgetest_climaker.mk looked fishy. Change-Id: I8be22b184740d65e567df65bae51fe18066be102
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-226-132/+24
|
* [API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann2013-04-111-1/+1
| | | | | | | | | | Make javamaker work on top of unoidl/ instead of registry/. API CHANGE: javamaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard- coded as the prefix now. Change-Id: I8cca39f8ebacd0476934f7bd493d206928d063a9
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-264-4/+4
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* add runtime deps for custom targetsDavid Tardon2012-12-302-2/+2
| | | | Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
* gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl2012-08-151-1/+1
| | | | | | | Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the classpath. Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963
* re-base on ALv2 code.Michael Meeks2012-06-262-22/+30
|
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-16/+20
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-092-4/+4
| | | | Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* unoil: remove generated classes before calling javamakerMichael Stahl2012-04-141-0/+1
| | | | | | Otherwise the class files for IDL files that were removed still end up in unoil.jar and may cause JunitTest to fail with "binaryurp::Unmarshal: type with unknown name: ".
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-092-2/+2
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-1/+1
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* include variable before it's usedMatúš Kukan2012-04-061-2/+2
|
* unoil: use CustomTarget makefilesMatúš Kukan2012-04-066-77/+33
|
* .txt files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* unoil: add missing dependencies in custom makefileMichael Stahl2012-03-161-1/+1
|
* gbuild: remove some more realpathsMatúš Kukan2012-03-101-1/+1
| | | | Where necessary, replace with wildcard, what does not change path.
* update makefilesDavid Tardon2012-02-171-35/+2
|
* merge feature/gbuild_javaDavid Tardon2012-02-1720-405/+320
|\
| * unoil: fix Windows buildMatus Kukan2012-02-161-3/+6
| |
| * add gb_Helper_abbreviate_dirs_nativeMatus Kukan2012-02-161-1/+2
| |
| * fix deps on executablesDavid Tardon2011-12-252-2/+2
| |
| * add dependency on packageDavid Tardon2011-12-251-2/+4
| |
| * remove old cruftDavid Tardon2011-12-246-208/+0
| |
| * gbuildize unoilDavid Tardon2011-12-2414-197/+314
| |
* | Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+1
|/
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-5/+5
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-232-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann2011-03-071-1/+1
| |\
| | * jsc340: i114887: cleanup of old not used draft typesJuergen Schmidt2010-11-091-1/+1
| | |
| * | jl64 #i117009# increase versions of cli assembliesJoachim Lingner2011-02-181-3/+3
| |/
* / Clean up makefilesThomas Arnhold2011-02-011-1/+0
|/
* jl153 i111878 new versions for cli assembliesJoachim Lingner2010-06-111-3/+3
|
* native0 #i161639# increase assembly versionsJoachim Lingner2010-03-101-3/+3
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-1211-55/+11
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* CWS-TOOLING: integrate CWS jl132Oliver Bolte2009-09-081-3/+3
| | | | | | | 2009-08-31 13:06:06 +0200 jl r275601 : #i104650# increase versions of assemblies 2009-08-31 13:01:07 +0200 jl r275598 : #i104650# increase versions of assemblies 2009-08-31 12:36:40 +0200 jl r275597 : #i104650# new test library for 3.1.1 versions 2009-08-31 10:30:39 +0200 jl r275586 : CWS-TOOLING: rebase CWS jl132 to trunk@275331 (milestone: DEV300:m56)
* CWS-TOOLING: integrate CWS ause104Vladimir Glazounov2009-07-061-1/+1
| | | | | 2009-06-24 15:58:35 +0200 hjs r273351 : #i103061# dicard HOMEPATH and HOMEDIR; use matching perl 2009-06-24 13:57:45 +0200 hjs r273342 : #i103062# - use according dmake var
* CWS-TOOLING: integrate CWS jl126_DEV300Ivo Hinkelmann2009-06-121-3/+3
| | | | | | | | 2009-05-29 11:45:28 +0200 jl r272444 : #i102355# new assembly versions 2009-05-29 11:14:35 +0200 jl r272441 : #i102355# new assembly versions 2009-05-29 11:08:25 +0200 jl r272439 : #i102355# test lib for 3.1 version 2009-05-29 08:43:22 +0200 jl r272432 : CWS-TOOLING: rebase CWS jl126 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-04-30 21:12:02 +0200 jl r271426 : CWS-TOOLING: rebase CWS jl126 to branches/OOO310@271208 (milestone: OOO310:m11)
* CWS-TOOLING: integrate CWS jl115Oliver Bolte2009-02-121-3/+3
| | | | | | | | | | | | | | | | | 2009-01-29 13:13:16 +0100 jsk r267121 : #i98596# 2009-01-23 14:50:24 +0100 jl r266821 : #98273# climaker.exe.config prevents using publisher policy 2009-01-23 14:10:51 +0100 jl r266817 : #i98392# wrong use of iterator when removing a factory, which may lead to a crash 2009-01-19 11:36:29 +0100 jl r266484 : #i96690# test extension 2009-01-19 11:32:46 +0100 jl r266483 : #i96690# 2009-01-16 17:09:19 +0100 jl r266439 : #i96690# ignore duplicate path URLs in manifest.xml. These may be introduces by copy/paste and lead to nasty errors 2009-01-16 14:04:00 +0100 jl r266416 : #i92032# increasing minimum version of Java 2009-01-16 10:57:02 +0100 jl r266407 : #i96816# compiler warning breaks build 2009-01-15 16:58:54 +0100 jl r266384 : #i94938# patch from cmc. 2009-01-15 16:35:18 +0100 jl r266383 : #i95838# applying patch 2009-01-15 16:15:58 +0100 jl r266381 : #i70855# #i96102# WaitForMultipleObjects wrong implemented 2009-01-14 12:46:21 +0100 jl r266287 : #i98038# increased assembly versions 2009-01-14 12:44:55 +0100 jl r266285 : #i98038# increased assembly versions 2009-01-13 17:11:20 +0100 jl r266239 : #i98038# new test library for assemblies from 3.0.1
* CWS-TOOLING: integrate CWS jl114_DEV300Jens-Heiner Rechtien2008-11-201-3/+3
|