Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||
2012-05-02 | Cleaned up CommandLineArgs | Stephan Bergmann | |
* Support for dead arguments has been removed. ** Especially, dead UCB_CONFIGURATION_KEY1/2_xxx values have also been removed, and code initializing UCB has been simplified accordingly. * For the sake of simplicity, behaviour has been changed slightly. For example, passing both --calc --writer now always lets --writer win (whereas in the past the one mentioned first, i.e., --calc in this example, would win). Change-Id: Id40a19b9ef96db0d439cadd96ba491bf640d28fb | |||
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 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
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-02 | reorganize trickier statics | Caolán McNamara | |
2012-03-29 | Revert "Initial experiments with static linking of (some) ..." | Tor Lillqvist | |
Thist idea caused too intrusive changes to the code of call sites, I think. Will do it another way that leaves call sites as is. This reverts commit 25d114eec4d451acdda1ddff4c8ed9d47ba6275f. | |||
2012-03-28 | Add an InitUCBHelper function to be called from an Android app's Java level | Tor Lillqvist | |
2012-03-21 | Initial experiments with static linking of (some) components / services | Tor Lillqvist | |
Start with the first service needed when running sc's filters_test: the UniversalContentBroker. It might not be typical as ucb uses the deprecated XSingleServiceFactory. This commit is not at all a complete solution, far from it, just an initial hack. Naturally once I come up with some generic enough way to do the static linking the necessary macros etc will be added to some general header. The macro XSERVICEINFO_IMPL_1 (local to ucbhelper and ucb) is amended so that it in the disable-dynamic-linking case also emits a function whose assembler name equal contains the service name. This function returns the XSingleServiceFactory for the service. Where the service is instantiated we link directly to that function. But probably this will be reworked a couple of times... Maybe it would be better to simply have the service name specific entry point be a pointer to the component's component_getFactory() function? Those all have the same prototype. | |||
2012-03-21 | Bin declaration of nonexistent static method | Tor Lillqvist | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | callcatcher: update list | Caolán McNamara | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-27 | callcatcher: update list | Caolán McNamara | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-20 | ucbhelper::GetLocalFileURL does not use its arg. | Stephan Bergmann | |
2012-01-19 | Fix for fdo43460 Part XLI getLength() to isEmpty() | Olivier Hallot | |
Part XLI Modules ucbhelper, unodevtools | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
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-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from ucbhelper | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-21 | empty a bunch of d.lst files | Michael Stahl | |
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-11-10 | don't make it a secret what service fails | Caolán McNamara | |
2011-10-24 | callcatcher: remove some unused methods | Caolán McNamara | |
2011-10-21 | Revert "Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1" | Tor Lillqvist | |
We get more similar linking errors elsewhere anyway. We would need a more generic fix. As for now, just apparently not possible to build with the LLVM g++ from Xcode 4. Use g++-4.2 / gcc-4.2 if you want ot use Xcode 4. But note that for Xcode 4.2, you might need to do: ln -s i686-apple-darwin10 /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin11 This reverts commit f3e10529134029a7853cdca925bc7091a639bc8a. | |||
2011-10-20 | Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1 | Tor Lillqvist | |
2011-10-20 | callcatcher: remove unused Content::createDynamicCursor variant | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-01 | CMIS UCP: get the document content stream | Cédric Bosdonnat | |
2011-08-26 | unusedcode: ucbhelper:: cleaning | Matúš Kukan | |
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-08-03 | make exception useful, state *what* url is invalid | Caolán McNamara | |
2011-08-02 | get this building under windows | Caolán McNamara | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matus Kukan | |
2011-06-20 | gnumake4: fix buildbreakers from merge | Bjoern Michaelsen | |