summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Java cleanup, fix a couple of compile errorsNoel Grandin1-3/+0
2012-09-01add more component prefixesMatúš Kukan4-12/+4
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann28-1003/+9
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-08Better error reportingStephan Bergmann1-0/+3
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-4/+1
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-3/+0
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl1-4/+4
2012-07-23Assertion clean-upStephan Bergmann1-5/+4
2012-07-23WaE: unused variableTor Lillqvist1-0/+2
2012-07-14simplify include guardsThomas Arnhold2-2/+2
2012-07-06re-base on ALv2 code.Michael Meeks1-20/+14
2012-06-29re-base on ALv2 code.Michael Meeks96-2256/+1716
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2012-06-27Remove unused include filesThomas Arnhold1-56/+0
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-2/+1
2012-06-21re-base on ALv2 code.Michael Meeks36-863/+539
2012-06-21re-base on ALv2 code.Michael Meeks20-399/+327
2012-06-10nuke dead codeTakeshi Abe1-5/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-02targeted string re-workNorbert Thiebaud8-356/+227
2012-06-02targeted string re-workNorbert Thiebaud7-245/+231
2012-05-31Bin MSVC unknown option '-0b0'Tor Lillqvist10-96/+0
2012-05-29deliver component desc. xml, if usedDavid Tardon2-44/+0
2012-05-25Use simple createOneInstanceComponentFactoryStephan Bergmann1-14/+2
2012-05-21removed unused #definesTakeshi Abe1-2/+0
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara1-5/+4
2012-05-07fdo#48391: Remove TEST_ENSHUREGábor Stefanik7-260/+215
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold4-20/+18
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann3-92/+16
2012-04-19Allow OServiceManagerWrapper to wrap all service manager implementationsStephan Bergmann1-115/+40
2012-04-17prefix the component_getFactory name for DISABLE_DYNLOADINGTor Lillqvist2-0/+8
2012-04-15Modify for static linking (DISABLE_DYNLOADING, i.e. iOS)Tor Lillqvist1-1/+19
2012-04-14stoc: accelerate opening of multiple XML .rdb files in a directoryMichael Meeks3-16/+92
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-10/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl10-20/+20
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi11-50/+31
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-06javaloader: add_linked_lib salhelperMatúš Kukan1-0/+1
2012-04-06fix makefilesDavid Tardon1-35/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi8-76/+76
2012-04-06merge feature/gbuild_componentsDavid Tardon49-1432/+1100
2012-04-05Resolves: fdo#47068 use of pointer to deleted objectCaolán McNamara1-36/+46
2012-04-03stoc: add helpful structural documentation from mailing list post.Stephan Bergmann1-0/+39
2012-04-01merge origin/masterDavid Tardon11-19/+35
2012-03-29We want just the library basename in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+2
2012-03-24add $(gb_STDLIBS) to linked libsDavid Tardon9-8/+9
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist2-2/+9
2012-03-18Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-3/+3