summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* WaE: Same expression on both sides of '||'Thomas Arnhold2012-02-211-1/+0
* fdo#44993: Remove obsolete FSysRedirectorElton Chung2012-02-216-106/+0
* unusedcode.easy: some cleaningThomas Arnhold2012-02-202-26/+0
* ByteString->rtl::OStringCaolán McNamara2012-02-192-6/+5
* addexes dir seems uselessCaolán McNamara2012-02-191-77/+0
* Fix typos in commentsElton Chung2012-02-181-1/+1
* WaE: unused parameterDavid Tardon2012-02-171-0/+8
* Fix a bug found with cclangJulien Nabet2012-02-161-1/+1
* Use the same simple lo_main() on iOS as on AndroidTor Lillqvist2012-02-162-75/+0
* callcatcher: update unused code listCaolán McNamara2012-02-162-18/+0
* Various string function clean upStephan Bergmann2012-02-153-9/+6
* lock in those ByteString gains so there's no back-slidingCaolán McNamara2012-02-154-605/+526
* ResMgr::TestStack more robustLionel Elie Mamane2012-02-131-3/+14
* unusedcode.easy: Removed unused codeAlexander Bergmann2012-02-132-47/+0
* callcatcher: regenerate listCaolán McNamara2012-02-137-94/+3
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
* 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