Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist | |
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3 | |||
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist | |
2013-05-06 | Java cleanup, remove unnecessary @SuppressWarnings annotations | Noel Grandin | |
Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6 | |||
2013-04-26 | Java cleanup, access static methods using correct syntax | Noel Grandin | |
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87 | |||
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | |
2013-04-11 | [API CHANGE] WIP: Experimental new binary type.rdb format | Stephan Bergmann | |
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 | |||
2013-04-10 | workaround IBM java 1.5.0 inconvertible types error | Caolán McNamara | |
Change-Id: I84533723e9f42a27e2942c28b53232630db82e10 | |||
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | |
2013-02-28 | remove all d.lst | Michael Stahl | |
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885 | |||
2013-02-26 | odk: remove temporary Zip file gratuitous complexity | Michael Stahl | |
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 | |||
2013-02-23 | Fix typo "sucessfully" -> "successfully" | Julien Nabet | |
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e | |||
2013-01-26 | gbuild: fix silly "expandtabs" in makefile VIM modelines | Michael Stahl | |
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16 | |||
2012-12-30 | add runtime deps for custom targets | David Tardon | |
Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008 | |||
2012-11-28 | ridljar etc.: javamaker invocations must rm -r targetdir | Michael Stahl | |
... because otherwise types that have been removed from the input rdb still end up in the resulting jar file. Change-Id: Ia73ecffcc9d831f2627ac0fcc5f57acf1f52a799 | |||
2012-08-20 | Java update - fix various javadoc issues | Noel Grandin | |
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755 | |||
2012-08-17 | gbuild: register all jars | Michael Stahl | |
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc | |||
2012-08-15 | gbuild: remove horrible abuses of gb_Jar_use_jars: | Michael Stahl | |
Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the classpath. Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963 | |||
2012-06-29 | ridljar: partially revert 4418ad0388b58cab6a129908f78baec5bc73906e | Michael Stahl | |
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 | |||
2012-06-29 | Java5 update - convert code to use generics | Noel Grandin | |
Note that WeakMap no longer extends Map, because it does not conform to the generic Map interface. Change-Id: I72ea681528c932d84c95f095434e1dc95b0a3d16 | |||
2012-06-28 | remove malingering legacy RCS tags. | Michael Meeks | |
2012-06-26 | re-base on ALv2 code. | Michael Meeks | |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-05-10 | normalize variable names in gbuild user makefiles | Michael Stahl | |
Variables should have module name as prefix to prevent collisions. | |||
2012-05-09 | gbuild: remove gb_Helper_abbreviate_dirs_native | Matúš Kukan | |
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |||
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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) | |||
2012-04-06 | ridljar: use CustomTarget makefile | Matúš Kukan | |
2012-02-20 | Make ridljar JunitTests work | Stephan Bergmann | |
2012-02-17 | update makefiles | David Tardon | |
2012-02-17 | merge feature/gbuild_java | David Tardon | |
2012-02-16 | add gb_Helper_abbreviate_dirs_native | Matus Kukan | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2011-12-25 | fix deps on executables | David Tardon | |
2011-12-25 | remove stray delzip files | David Tardon | |
2011-12-25 | remove stray makefile.mk | David Tardon | |
2011-12-25 | convert ridljar unit tests | David Tardon | |
2011-12-25 | add dependency on package | David Tardon | |
2011-12-24 | remove resolved TODO note | David Tardon | |
2011-12-24 | fix vim modeline | David Tardon | |
2011-12-24 | add dep on javamaker | David Tardon | |
2011-12-24 | fix typo | David Tardon | |
2011-12-24 | pack generated UNO API classes | David Tardon | |
2011-12-23 | gbuildize ridljar | David Tardon | |
2011-11-08 | suppress warnings about inexact argument type | Ivan Timofeev | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) |