Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin | |
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7 | |||
2012-09-03 | fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new style | Noel Grandin | |
Change-Id: I577fbc7f990be9ec1f7b7eea53218b7daaccb2a1 | |||
2012-08-17 | gbuild: register all jars | Michael Stahl | |
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc | |||
2012-08-16 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | |
Change-Id: Ibd5b7b03a80036ebd3214930b32d011ba7bbce9a | |||
2012-08-07 | Remove commented out code | Thomas Arnhold | |
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998 | |||
2012-07-28 | callcatcher: unused dtor->fix leak | Caolán McNamara | |
The other option I suppose is that in CEventDispatcher::removeListener when a map becomes empty then delete the map Change-Id: Icb108e3beb9eb7ce7f04f9e49b24e9cc77830b5d | |||
2012-07-06 | use custom ExtEnt loader for RDF import | Herbert Duerr | |
from: http://svn.apache.org/viewvc?view=revision&revision=1230438 | |||
2012-07-06 | re-base on ALv2 code. | Michael Meeks | |
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-29 | Fix java "unchecked conversion" warnings | Noel Grandin | |
And clean up some of the code in the process. Change-Id: Ice871120b99515737034f8f06ebfd0e127d81f37 | |||
2012-06-29 | re-base on ALv2 code. | Michael Meeks | |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | replace all but one .hdl include with equivalent .hpp includes. | Michael Meeks | |
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9 | |||
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-06-12 | nuke dead code | Takeshi Abe | |
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332 | |||
2012-06-08 | n759982: Win/VC++ stl messes up the namespace vector. | Muthu Subramanian | |
Every file's first element wasn't imported. This fixes the issue. (everyfile = everyfile imported via that path e.g. theme?.xml) | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ic547a05d2540a9fb70a38b3717cb4e87726a74a5 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Iaccecb3f54faa157181c45050e395b828784bc00 | |||
2012-06-01 | targetted string cleanup | Michael Meeks | |
Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac | |||
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-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 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-03-22 | Needless SAL_CALL | Stephan Bergmann | |
2012-03-03 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-08 | Added and improved READMEs for modules which used to be in filter | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-19 | Fix for fdo43460 Part XLIII getLength() to isEmpty() | Olivier Hallot | |
Part XLIII Modules unoxml | |||
2012-01-10 | Use SAL_N_ELEMENTS | Thomas Arnhold | |
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs | |||
2012-01-08 | catch exception by constant reference | Takeshi Abe | |
2011-12-20 | unordf: tweak SPARQL unit test: | Michael Stahl | |
rasqal 0.9.27 returns no variables for a SPARQL SELECT query with no results; it is unclear whether that is allowed but it is a corner case and probably we should not be testing for that. | |||
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-11 | deprecated decl. from ext. lib. | David Tardon | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
2011-09-07 | replace api.openoffice.org to api.libreoffice.org | Andras Timar | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-30 | We need libxml2, too | Tor Lillqvist | |
2011-07-23 | keep gbuild calls consistent at now, even if it is a bit longer | Bjoern Michaelsen | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-21 | Just use REDLAND_CFLAGS, LIBXSLT_CFLAGS and LIBXML_CFLAGS always | Tor Lillqvist | |
They are empty anyway when not needed, I think. |