Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | loplugin: unused variables | Thomas Arnhold | |
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06 | |||
2013-02-11 | fdo#46808, Use singleton util::theMacroExpander new-style constructor | Noel Grandin | |
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd | |||
2013-01-26 | gbuild: remove various pointless calls that don't add anything | Michael Stahl | |
Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2 | |||
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann | |
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893 | |||
2012-10-22 | drop rdbmaker completely | Matúš Kukan | |
Change-Id: I313afb391562adae4f91c55480a036c228e0b540 | |||
2012-09-29 | Use comphelper::getComponentContext | Stephan Bergmann | |
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9 | |||
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | |
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a | |||
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | |
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 | |||
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | |
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 | |||
2012-09-21 | package: convert internal ZIP handling data-types to 64bit | Michael Meeks | |
Prepare for a ZIP64 implementation. Audit all "Size" property fetches through Anys. Audit all uses of nSize, nCompressedSize, nOffset through the code. Add FIXME64: comments to all points requiring future work. | |||
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann | |
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28 | |||
2012-08-17 | update unused code | Caolán McNamara | |
Change-Id: Ieecaae35fe712893f0a9d81f249919d0a2459f5a | |||
2012-08-13 | fileaccess: use anonymous namespace | Matúš Kukan | |
Change-Id: I697850a43c9942833776c60752cf4639ec255768 | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-19 | re-base on ALv2 code. | Michael Meeks | |
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I9d0b124450af7743991c5f0b80de68383b814345 | |||
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-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-06 | Removed unnecessary tools/ref.hxx includes. | Marcel Metz | |
2011-12-26 | Fix for fdo43460 Part XVII getLength() to isEmpty() | Olivier Hallot | |
Part XVII Module fileaccess and filter | |||
2011-12-12 | catch exception by constant reference | Takeshi Abe | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
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-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
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 | reflect gmake flavor | Takeshi Abe | |
2011-08-05 | Emacs mode line compatible with vi's one | Takeshi Abe | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan | |
2011-06-24 | update component factory methods to use new prefixes, to add lib merging | Matus Kukan | |
2011-06-17 | remove all traces of offuh from makefiles | David Tardon | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | |
2011-06-01 | this is overly static + double check lock for little gain | Caolán McNamara | |
2011-04-04 | these need to be explicitly exported in the new build system | Caolán McNamara | |
2011-04-03 | add vim modelines | David Tardon | |
2011-04-03 | Added empty d.lst to fileaccess | Thorsten Behrens | |
Hrmpf. Seems deliver needs this dummy file. | |||
2011-04-03 | Partial revert of c059712ee39d14c759c87551c8ac89c957de053b | Thorsten Behrens | |
Though fileaccess is now under gmake, build.pl still needs the build.lst for computing dependencies. Took previous version, added no-op build action and makefile. | |||
2011-04-02 | convert fileaccess to gbuild | David Tardon | |