summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-12gbuildize stocDavid Tardon49-1432/+1099
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe2-2/+2
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-5/+5
2012-02-19Get rid of size() == 0Elton Chung3-3/+3
2012-02-16java: add STOC_FORCE_NO_JRE env. var to enable easy testing of no-JRE case.Michael Meeks1-2/+8
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+1
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann11-122/+122
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann9-13/+19
2012-01-20Code clean up.Stephan Bergmann1-6/+6
2012-01-19Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW].Stephan Bergmann1-1/+1
2012-01-15Clang -Wunused-variable.Stephan Bergmann1-0/+1
2012-01-12Fix mistake in type OUStringBufferOlivier Hallot1-1/+1
2012-01-12Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot24-99/+95
2012-01-02Get rid of manual ref counting.Stephan Bergmann2-122/+29
2012-01-02USE_INTROSPECTION_CACHE is always defined.Stephan Bergmann1-23/+1
2011-12-27function component_canUnload is exportedDavid Tardon7-7/+7
2011-12-27catch exception by constant referenceTakeshi Abe25-50/+50