summaryrefslogtreecommitdiffstats
path: root/binaryurp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-6/+3
|
* Unused includesStephan Bergmann2012-03-202-2/+0
|
* binaryurp has cppunit testsBjoern Michaelsen2012-03-131-1/+1
|
* Clarifying comment addedStephan Bergmann2012-03-081-0/+6
|
* Adapted Reader/Writer to safer-to-use salhelper::ThreadStephan Bergmann2012-02-235-54/+16
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+2
| | | | | | | | | 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.
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-203-0/+3
|
* Code modules no longer depend on stlport.Stephan Bergmann2011-12-161-1/+1
|
* Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot2011-12-135-11/+11
| | | | | | | | Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* catch by constant referenceTakeshi Abe2011-11-306-19/+19
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.Stephan Bergmann2011-11-291-1/+1
|
* Adapted to new assertion/logging mechanisms.Stephan Bergmann2011-11-289-109/+113
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+3
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* WaE: 'static_cast' : truncation of constant valueTor Lillqvist2011-10-041-6/+6
|
* convert binaryurp to gbuildMatúš Kukan2011-09-259-135/+214
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-1/+7
|
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-123-4/+7
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* callcatcher: unused methodsCaolán McNamara2011-08-151-5/+0
|
* Nah, we cannot build binaryurp_cppunittester_all (for iOS) hereTor Lillqvist2011-08-091-7/+0
| | | | | It depends on CPPUHELPERLIB which for iOS depends on BOOTSTRAPUNOLIB which hasn't been built yet.
* Build static binaryurp unit tester for iOSTor Lillqvist2011-08-014-5/+159
|
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-7/+0
|
* ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
|
* No testing, sorry, when cross-compilingTor Lillqvist2011-06-071-0/+5
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-4/+4
|
* round this one up too to get forms to passCaolán McNamara2011-06-021-2/+2
|
* add mode lines to new filesCaolán McNamara2011-06-0232-0/+96
|
* round allocated struct return space to sizeof(size_t)Caolán McNamara2011-06-021-1/+9
| | | | this fixes the sfx2 subsequenttest
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-296-0/+0
|
* sb138: #i115619#, #i116038# use osl_setThreadName in binaryurpsb2011-01-282-0/+2
|
* sb138: #i116038# fresh implementation of binary URP bridgesb2011-01-2638-0/+6144