Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | Unused includes | Stephan Bergmann | |
2012-03-13 | binaryurp has cppunit tests | Bjoern Michaelsen | |
2012-03-08 | Clarifying comment added | Stephan Bergmann | |
2012-02-23 | Adapted Reader/Writer to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist | |
2011-12-16 | Code modules no longer depend on stlport. | Stephan Bergmann | |
2011-12-13 | Fix for fdo43460 Part IV getLength to isEmpty | Olivier Hallot | |
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges | |||
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-30 | catch by constant reference | Takeshi Abe | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO. | Stephan Bergmann | |
2011-11-28 | Adapted to new assertion/logging mechanisms. | Stephan Bergmann | |
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-10-04 | WaE: 'static_cast' : truncation of constant value | Tor Lillqvist | |
2011-09-25 | convert binaryurp to gbuild | Matúš Kukan | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-08-15 | callcatcher: unused methods | Caolán McNamara | |
2011-08-09 | Nah, we cannot build binaryurp_cppunittester_all (for iOS) here | Tor Lillqvist | |
It depends on CPPUHELPERLIB which for iOS depends on BOOTSTRAPUNOLIB which hasn't been built yet. | |||
2011-08-01 | Build static binaryurp unit tester for iOS | Tor Lillqvist | |
2011-07-12 | Remove component_getImplementationEnvironment | Matúš Kukan | |
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-07 | No testing, sorry, when cross-compiling | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-06-02 | round this one up too to get forms to pass | Caolán McNamara | |
2011-06-02 | add mode lines to new files | Caolán McNamara | |
2011-06-02 | round allocated struct return space to sizeof(size_t) | Caolán McNamara | |
this fixes the sfx2 subsequenttest | |||
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | |
2011-01-28 | sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp | sb | |
2011-01-26 | sb138: #i116038# fresh implementation of binary URP bridge | sb | |