summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2011-11-25typo, thanks Guest70165 :-)Caolán McNamara
2011-11-25ByteString->rtl::OStringCaolán McNamara
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25ByteString->rtl::OStringCaolán McNamara
2011-11-25demoted plentiful DBG_WARNING etc. to SAL_INFOStephan Bergmann
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-24ByteString->rtl::OStringCaolán McNamara
2011-11-24ditch dbg_dumpCaolán McNamara
2011-11-24strip down old string class some moreCaolán McNamara
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
2011-11-23convert inlines as wellCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-22want to match here, not check for equalityCaolán McNamara
2011-11-22Avoid rtl::OString::copy(getLength() + 1).Stephan Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-11-21ByteString->rtl::OStringCaolán McNamara
2011-11-21ditch last ENABLE_STRING_STREAM_OPERATORSCaolán McNamara
2011-11-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-19remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-19Re-do Removed tools/dynarray.hxx , now that binfitler is ready for itNorbert Thiebaud
2011-11-19Revert "Removed tools/dynarray.hxx", break binfilterNorbert Thiebaud
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.
2011-11-18Removed tools/dynarray.hxxAugust Sodora
2011-11-17ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-16we can drop unqid.hxx entirely post move to binfilterCaolán McNamara
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-14remove dodgy const_castsCaolán McNamara
2011-11-14ByteString->rtl::OStringCaolán McNamara
2011-11-10solenv/inc/Xp31 is crackTor Lillqvist
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist
2011-11-01we need to assign this value also for non unix platforms (fdo#40801)Markus Mohrhard
2011-10-24always explicitly handle empty string of rangesIvan Timofeev
2011-10-24StringRangeEnumerator cleanupIvan Timofeev
* do not allow default unbounded min and max, syntax of the input string requires them * simplify logic, remove unused methods, make the class immutable, actualize documentation
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-20bye-bye old range parserIvan Timofeev
2011-10-19Undo basis/brand split: merge basis program/resource/ into brand ↵Stephan Bergmann
program/resource/.
2011-10-12treat "-" as entire rangeIvan Timofeev
2011-10-10ensure correct export size type in stream operationCaolán McNamara
2011-10-10tidy this a little bitCaolán McNamara
2011-10-08no need to return size_t instead of sal_Int32Ivan Timofeev
2011-10-08allow parsing of joined rangesIvan Timofeev
i.e. "1-4-2" means "1,2,3,4,3,2" now. This is for eliminating ambiguity, it is doubtful whether users will find this useful.
2011-10-07Improved exception reporting.Stephan Bergmann
2011-10-07cppcheck reduce scope of var in tools/.. table.cxxPierre-André Jacquod
2011-10-06fix doubling of range in StringRangeEnumeratorIvan Timofeev
2011-10-05fix construction of ARC polygon in case the ellipse width != heightRadek Doulik
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04WaE: 'argument' : conversion from 'sal_Int32' to 'sal_uInt16'Tor Lillqvist
Just disable the warning then instead to avoid ugly casts.
2011-10-04Silly attempts at humour not appreciatedTor Lillqvist
2011-10-04callcatcher: various unused methodsCaolán McNamara