summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
* tools: fsys: Delete unused FileStat::FileStat()Greg Kroah-Hartman2012-02-072-21/+0
* tools: fsys: Delete unused FileStat::FileStat(const void *)Greg Kroah-Hartman2012-02-071-16/+0
* tools: fsys: Delete unused DirEntry::GetDevice()Greg Kroah-Hartman2012-02-071-21/+0
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* Some cppcheck cleaningJulien Nabet2012-02-051-5/+1
* A few safe replacements of pathes->pathsJesús Corrius2012-02-011-1/+1
* fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin2012-01-302-18/+15
* refactor ConvertLineEndCaolán McNamara2012-01-305-118/+147
* SvGlobalName::GetctorName is now redundantCaolán McNamara2012-01-272-38/+0
* refresh unused code listCaolán McNamara2012-01-252-14/+0
* move ugly WriteLines out of SvStream to beside sole userCaolán McNamara2012-01-252-16/+0
* use write_uInt16s_FromOUString patternCaolán McNamara2012-01-242-30/+88
* use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara2012-01-241-0/+11
* all direct OUString readers are current little endian streamsCaolán McNamara2012-01-242-8/+9
* ByteString->rtl::OStringCaolán McNamara2012-01-231-3/+3
* fdo#44988: Remove obsolete BOOTSTRAP defines.Thomas Collerton2012-01-237-42/+0
* privateise FileCopier - it is not used externallyMichael Meeks2012-01-211-4/+4
* Fix Windows.Stephan Bergmann2012-01-212-4/+4
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-219-183/+135
* cleanup: privatise SvStream's LockFile impl. and in-line Redirector bitsMichael Meeks2012-01-203-41/+10
* Code clean up.Stephan Bergmann2012-01-201-1/+1
* Mempool size args are unused.Stephan Bergmann2012-01-203-16/+10
* Remove some dated Windows-only debug stuff.Stephan Bergmann2012-01-203-336/+0
* sal: expose a public API for comparing directory itemsMichael Meeks2012-01-191-1/+1
* Don't use too modern C++Tor Lillqvist2012-01-191-6/+6
* fix SvStream to not require a custom open or lstat method.Michael Meeks2012-01-192-39/+36
* C++ is a nicely standardized languageTor Lillqvist2012-01-191-3/+3
* fix SvStream to not disagree with sal on sizeof struct statMichael Meeks2012-01-191-15/+22
* Fix int/sal_Int32 mismatch.Stephan Bergmann2012-01-191-1/+1
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-183-12/+38
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-182-41/+50
* removed some dead codeMarc-André Laverdière-Papineau2012-01-182-16/+0
* Use osl API to access files in the SvFileStream codeTor Lillqvist2012-01-181-108/+118
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-172-2/+2
* remove unused methodsThomas Arnhold2012-01-174-169/+0
* fix mistake in merging tools/source/rc/resmgr.cxxOlivier Hallot2012-01-161-1/+1
* Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot2012-01-1612-45/+45
* drop strange embedded null handling behaviourCaolán McNamara2012-01-162-21/+13
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-162-4/+3
* SEARCH_PATH_DELIMITER is the same as SAL_PATHSEPARATORCaolán McNamara2012-01-161-7/+1
* document with unit test rather suspicious eof handlingCaolán McNamara2012-01-161-3/+33
* document with unit test rather odd embedded null handlingCaolán McNamara2012-01-161-0/+67
* convert some old-school ByteStringsCaolán McNamara2012-01-161-5/+3
* force users of WriteByteStringLine to explictly denote encodingCaolán McNamara2012-01-161-1/+0
* force users of ReadByteStringLine to explictly denote encodingCaolán McNamara2012-01-161-1/+0
* Clang -Wdangling-else.Stephan Bergmann2012-01-161-0/+6
* removed unused macroTakeshi Abe2012-01-166-14/+0
* here calc, take ownership of this foul monstrosity only you useCaolán McNamara2012-01-132-141/+0
* simply MSDFFReadZString and friendsCaolán McNamara2012-01-131-13/+24