summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-0418-83/+81
* Handle cases where ExtensionDescription is called on nonexisting pathStephan Bergmann2012-05-021-0/+3
* Cleaned up CommandLineArgsStephan Bergmann2012-05-021-6/+1
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* prevent getFileURL() & getLinkTargetURL() asserting for broken linksNoel Power2012-04-171-37/+40
* WaE: deprecated conversion from string constant to 'LPSTR'David Tardon2012-04-161-1/+1
* re-open output file on save to fsync to improve first-start performanceMichael Meeks2012-04-151-4/+0
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
* gbuild: "use" vs. "add":Michael Stahl2012-04-0818-36/+36
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0621-475/+201
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-9/+9
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-18/+18
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-067-63/+63
* Follow-up to revert of "Initial experiments with static linking of (some) ..."Tor Lillqvist2012-03-293-6/+11
* Revert "Initial experiments with static linking of (some) ..."Tor Lillqvist2012-03-2916-35/+62
* chmod -xTor Lillqvist2012-03-212-0/+0
* this requires string literals nowDavid Tardon2012-03-212-7/+4
* fix after recent XSERVICEINFO_IMPL_1 changeLuboš Luňák2012-03-211-4/+2
* Initial experiments with static linking of (some) components / servicesTor Lillqvist2012-03-2116-62/+35
* fdo#47246: ucpodma: fix duplicate linked objectMichael Stahl2012-03-141-1/+4
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-146-4/+19
* fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks2012-03-091-0/+4
* WaE: initialization orderDavid Tardon2012-03-011-3/+3
* Drop comparison with empty rtl::OUStringTakeshi Abe2012-02-291-1/+1
* fix msvc2005 buildCaolán McNamara2012-02-271-1/+1
* drop UniString::CreateFromInt64Caolán McNamara2012-02-271-3/+3
* remove all other deprecated header guardsThomas Arnhold2012-02-232-7/+0
* Adapted TickerThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-232-14/+14
* WaE: Same expression on both sides of '||'Thomas Arnhold2012-02-211-1/+1
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-202-2/+2
* add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan2012-02-194-4/+4
* Get rid of size() == 0Elton Chung2012-02-195-5/+5
* Fix typos in commentsElton Chung2012-02-181-1/+1
* WaE: /* within commentCaolán McNamara2012-02-151-2/+2
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
* In the current glib version only the main glib.h can be included directly.Daniel Mihalyi2012-02-071-1/+1
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* Don't repeat a return !Julien Nabet2012-01-301-2/+0
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-262-2/+2
* Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2012-01-231-1/+5
* Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz2012-01-231-3/+18
* ucbhelper::GetLocalFileURL does not use its arg.Stephan Bergmann2012-01-201-1/+1
* Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot2012-01-1845-155/+155
* Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens2012-01-177-20/+20
* Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens2012-01-179-15/+89
* Fix "Same expression on both sides of '||'"Julien Nabet2012-01-161-1/+1
* ucb: add missing dependencyMatúš Kukan2012-01-151-0/+2
* ucb: convert to gbuildMatúš Kukan2012-01-1541-1536/+1070
* catch exception by constant referenceTakeshi Abe2012-01-074-24/+24