Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist | 1 | -1/+1 | |
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3 | |||||
2013-05-06 | Java cleanup, close file handles when done with them | Noel Grandin | 1 | -0/+3 | |
Change-Id: I79e6e0b8f53ae6f232c34aa8e833853d2ec24cf0 | |||||
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 3 | -69/+12 | |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | 1 | -2/+0 | |
2013-03-03 | remove stale javafilters | Andras Timar | 139 | -22278/+0 | |
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006 | |||||
2013-02-28 | kill random dmake leftovers | Peter Foley | 1 | -30/+0 | |
Change-Id: I64e0d72c2ebcef22a831e264012fc8e1ff3b76d7 | |||||
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 | |
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885 | |||||
2013-02-22 | s/the the/the/ | Tor Lillqvist | 1 | -1/+1 | |
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3 | |||||
2013-02-22 | s/childrens/children/ | Tor Lillqvist | 1 | -1/+1 | |
Change-Id: I1731710811506383d29c835a613b07506e7232f0 | |||||
2013-01-16 | Get rid of GetVersionInfo and checkdll | Tor Lillqvist | 1 | -1/+0 | |
With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65 | |||||
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist | 3 | -4/+4 | |
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net> | |||||
2012-11-20 | fdo#51304: Remove @author annotation | José Guilherme Vanz | 2 | -2/+0 | |
This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||||
2012-09-26 | fdo#51304: Remove @author annotation | José Guilherme Vanz | 109 | -155/+2 | |
This patch removes '@author' annotations and some unnecessary comments in java sources. Change-Id: Icea4721c42dc08fe51a0bc667872dfbca9c2880f Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> | |||||
2012-08-28 | Make it clearer that previous change was sound | Stephan Bergmann | 1 | -4/+2 | |
Change-Id: I0f2440b39e7b99b207755779a82bbeec164de278 | |||||
2012-08-28 | Java cleanup - remove unnecessary null checks | Noel Grandin | 3 | -176/+199 | |
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754 | |||||
2012-08-28 | Java cleanup - remove unused local fields and variables and parameters | Noel Grandin | 13 | -81/+14 | |
Change-Id: I5114bf2e390f3f5052819710329a789fc78c60f2 | |||||
2012-08-28 | Java cleanup - remove unused imports | Noel Grandin | 23 | -75/+4 | |
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0 | |||||
2012-08-28 | Remove newly unused instance provisioning | Stephan Bergmann | 1 | -1/+0 | |
Change-Id: I442a7980818d743c85bca89fbae7d7180185fa46 | |||||
2012-08-28 | Java cleanup - Static methods and fields should be accessed in a static way. | Noel Grandin | 2 | -6/+6 | |
Change-Id: Ic9539f4c78574d995d983ab4b13b371f650e0c69 | |||||
2012-08-20 | Remove dead java code, fields and local variables | Noel Grandin | 36 | -304/+9 | |
Change-Id: Iac80b047d990fddd3b78366843afdff77620cd7f | |||||
2012-08-20 | fix dead assignment in setRowStyle | Noel Grandin | 1 | -2/+2 | |
Change-Id: I2efa34e6374bb77f1277cbea6a2293698dbbe338 | |||||
2012-08-20 | Java update - fix various javadoc issues | Noel Grandin | 24 | -60/+27 | |
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755 | |||||
2012-08-17 | gbuild: register all jars | Michael Stahl | 5 | -12/+12 | |
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc | |||||
2012-08-15 | xmerge: remove obsolete xalan stuff from manifest classpath | Michael Stahl | 1 | -7/+0 | |
It appears this came in to make it work with JREs < 1.4, i#58308. Change-Id: I6974e0fe7b94ecf1b577af064dcce8f017d0a31d | |||||
2012-08-15 | gbuild: remove most uses of gb_Jar_set_jarclasspath: | Michael Stahl | 2 | -5/+2 | |
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29 | |||||
2012-07-20 | new does not return null | Stephan Bergmann | 2 | -12/+0 | |
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b | |||||
2012-07-04 | re-base on ALv2 code. | Michael Meeks | 40 | -931/+625 | |
2012-06-29 | Java5 update - convert to using generics where feasible | Noel Grandin | 72 | -441/+443 | |
Change-Id: I65b8a40aff54a1128d66e7c46bbcdea459bcc2ce | |||||
2012-06-29 | Java5 update - convert Vector to ArrayList and Enumeration to Iterator | Noel Grandin | 43 | -582/+572 | |
Change-Id: Iccb8250351fc1b0778b6be9870c12b9e057b23d1 | |||||
2012-06-29 | re-base on ALv2 code. | Michael Meeks | 41 | -946/+577 | |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | 4 | -92/+56 | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 34 | -625/+508 | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 122 | -2840/+1769 | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||||
2012-06-05 | remove obsolete (and scary) stuff in xmerge/workben | Bjoern Michaelsen | 4 | -1071/+0 | |
Change-Id: I34c1f13006da18c6c4601042d3accfdb1979bfab | |||||
2012-06-05 | remove obsolete palm stuff | Bjoern Michaelsen | 375 | -18394/+0 | |
Change-Id: I30543bcb2b3d7101964de48a448af351579a5ddf | |||||
2012-05-28 | Fix typos | Julien Nabet | 2 | -2/+2 | |
Change-Id: I39d54e3f635be6cb7a42fc9a0f7055619c885950 | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -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 | |||||
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 5 | -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) | |||||
2012-02-21 | WaE: unreadVariable | Thomas Arnhold | 1 | -2/+0 | |
2012-02-08 | Added and improved READMEs for modules which used to be in filter | Josh Heidenreich | 1 | -0/+6 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-01-10 | list source files explicitly | David Tardon | 4 | -9/+164 | |
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | 1 | -1/+1 | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | 2 | -63/+0 | |
2011-11-27 | remove include o pch header from xmerge | Norbert Thiebaud | 2 | -2/+0 | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | 1 | -8/+0 | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -3/+4 | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | 1 | -4/+4 | |
This allow to run make in a module wihtout the need to source Env.Host.sh. |