Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-12-01 | pull in module headers before solver | Eike Rathke | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-30 | introduced Date::IsValidDate() and Date::Normalize() | Eike Rathke | |
+ IsValidDate() checks only day and month regarding the year, not Gregorian cut-off date as now does IsValidAndGregorian(). + Normalize() carries over invalid day and month values to next months and years. * All methods that return or internally use a day count now internally normalize the date values, without modifying the actual Date instance. So, if the date is not valid you may get unexpected results. * Previously, a date with month>12 would had accessed the days-of-month array out of bounds on all such methods. So you would had gotten unexpected results anyway.. * Affected methods are: GetDayOfYear() GetWeekOfYear() GetDaysInMonth() static DateToDays() | |||
2011-11-30 | introduced Date::IsValidDate() and Date::Normalize() | Eike Rathke | |
+ IsValidDate() checks only day and month regarding the year, not Gregorian cut-off date as now does IsValidAndGregorian(). + Normalize() carries over invalid day and month values to next months and years. * All methods that return or internally use a day count now internally normalize the date values, without modifying the actual Date instance. So, if the date is not valid you may get unexpected results. * Previously, a date with month>12 would had accessed the days-of-month array out of bounds on all such methods. So you would had gotten unexpected results anyway.. * Affected methods are: GetDayOfYear() GetWeekOfYear() GetDaysInMonth() static DateToDays() | |||
2011-11-30 | renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions | Eike Rathke | |
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date. | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from tools | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-11-25 | typo, thanks Guest70165 :-) | Caolán McNamara | |
2011-11-25 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-25 | demoted plentiful DBG_WARNING etc. to SAL_INFO | Stephan Bergmann | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-24 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-24 | ditch dbg_dump | Caolán McNamara | |
2011-11-24 | strip down old string class some more | Caolán McNamara | |
2011-11-23 | add string::strip, can replace EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-23 | Changed 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-23 | convert inlines as well | Caolán McNamara | |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | |
2011-11-22 | want to match here, not check for equality | Caolán McNamara | |
2011-11-22 | Avoid rtl::OString::copy(getLength() + 1). | Stephan Bergmann | |
2011-11-22 | New 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-21 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-21 | ditch last ENABLE_STRING_STREAM_OPERATORS | Caolán McNamara | |
2011-11-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-11-19 | remove ENABLE_BYTESTRING_STREAM_OPERATORS | Caolán McNamara | |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-19 | Re-do Removed tools/dynarray.hxx , now that binfitler is ready for it | Norbert Thiebaud | |
2011-11-19 | Revert "Removed tools/dynarray.hxx", break binfilter | Norbert Thiebaud | |
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee. | |||
2011-11-18 | Removed tools/dynarray.hxx | August Sodora | |
2011-11-17 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-11-16 | we can drop unqid.hxx entirely post move to binfilter | Caolán McNamara | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-14 | remove dodgy const_casts | Caolán McNamara | |
2011-11-14 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-10 | solenv/inc/Xp31 is crack | Tor Lillqvist | |
2011-11-05 | Drop unnecessary inclusions of <sal/main.h> | Tor Lillqvist | |
2011-11-01 | we need to assign this value also for non unix platforms (fdo#40801) | Markus Mohrhard | |
2011-10-24 | always explicitly handle empty string of ranges | Ivan Timofeev | |
2011-10-24 | StringRangeEnumerator cleanup | Ivan 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-23 | no need for SRCDIR parameter here | Matúš Kukan | |
2011-10-20 | bye-bye old range parser | Ivan Timofeev | |
2011-10-19 | Undo basis/brand split: merge basis program/resource/ into brand ↵ | Stephan Bergmann | |
program/resource/. |