summaryrefslogtreecommitdiffstats
path: root/ridljar
Commit message (Collapse)AuthorAgeFilesLines
* Silence javadoc 8 errorsStephan Bergmann2014-01-314-16/+16
| | | | Change-Id: Ib0b2286669d797708b30bf0fffdbe14c14d1e30d
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-5/+3
| | | | | | ...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a
* gbuild: refactor UnoApi to remove rdb files from OUTDIRMichael Stahl2013-10-251-1/+1
| | | | | | | | | | | - 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
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
|
* Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin2013-05-061-1/+0
| | | | Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
* Java cleanup, access static methods using correct syntaxNoel Grandin2013-04-261-1/+2
| | | | Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-227-154/+28
|
* [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
* workaround IBM java 1.5.0 inconvertible types errorCaolán McNamara2013-04-101-1/+2
| | | | Change-Id: I84533723e9f42a27e2942c28b53232630db82e10
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* odk: remove temporary Zip file gratuitous complexityMichael Stahl2013-02-263-96/+0
| | | | | | | | 4 zip files containing ridl, unoloader, jurt and juh source files are created and copied to solver and unzipped again in odk when odk could simply run javadoc over the source files directly. Change-Id: I8d2d7c794988eab2e8a3c6005cc8a849a1232f64
* Fix typo "sucessfully" -> "successfully"Julien Nabet2013-02-231-1/+1
| | | | Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-268-8/+8
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* add runtime deps for custom targetsDavid Tardon2012-12-301-1/+1
| | | | Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
* ridljar etc.: javamaker invocations must rm -r targetdirMichael Stahl2012-11-281-0/+1
| | | | | | | ... because otherwise types that have been removed from the input rdb still end up in the resulting jar file. Change-Id: Ia73ecffcc9d831f2627ac0fcc5f57acf1f52a799
* Java update - fix various javadoc issuesNoel Grandin2012-08-201-1/+1
| | | | | | Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
* gbuild: register all jarsMichael Stahl2012-08-173-4/+4
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl2012-08-152-6/+2
| | | | | | | Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the classpath. Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963
* ridljar: partially revert 4418ad0388b58cab6a129908f78baec5bc73906eMichael Stahl2012-06-291-11/+15
| | | | | | | It looks like this changes a class interface that is likely part of the URE ABI; removing an interface seems risky to me. Change-Id: I90efbbdbc6ef029dd6a4e6926f6031d56ffbb10a
* Java5 update - convert code to use genericsNoel Grandin2012-06-299-91/+104
| | | | | | | Note that WeakMap no longer extends Map, because it does not conform to the generic Map interface. Change-Id: I72ea681528c932d84c95f095434e1dc95b0a3d16
* remove malingering legacy RCS tags.Michael Meeks2012-06-283-4/+0
|
* re-base on ALv2 code.Michael Meeks2012-06-266-141/+87
|
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2126-625/+391
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-5/+6
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-091-1/+1
| | | | 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
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* gbuild: "use" vs. "add":Michael Stahl2012-04-084-5/+5
| | | | | | | | | 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)
* ridljar: use CustomTarget makefileMatúš Kukan2012-04-064-48/+12
|
* Make ridljar JunitTests workStephan Bergmann2012-02-208-233/+233
|
* update makefilesDavid Tardon2012-02-171-35/+2
|
* merge feature/gbuild_javaDavid Tardon2012-02-1724-384/+462
|\
| * add gb_Helper_abbreviate_dirs_nativeMatus Kukan2012-02-161-1/+2
| |
| * fix deps on executablesDavid Tardon2011-12-251-1/+1
| |
| * remove stray delzip filesDavid Tardon2011-12-252-0/+0
| |
| * remove stray makefile.mkDavid Tardon2011-12-251-64/+0
| |
| * convert ridljar unit testsDavid Tardon2011-12-258-144/+127
| |
| * add dependency on packageDavid Tardon2011-12-251-5/+4
| |
| * remove resolved TODO noteDavid Tardon2011-12-241-2/+0
| |
| * fix vim modelineDavid Tardon2011-12-241-1/+1
| |
| * add dep on javamakerDavid Tardon2011-12-241-0/+1
| |
| * fix typoDavid Tardon2011-12-241-1/+1
| |
| * pack generated UNO API classesDavid Tardon2011-12-241-0/+4
| |
| * gbuildize ridljarDavid Tardon2011-12-2314-176/+332
| |
* | Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+1
|/
* suppress warnings about inexact argument typeIvan Timofeev2011-11-081-3/+4
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|