Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | 1 | -4/+1 | |
2012-06-25 | re-base on ALv2 code. | Michael Meeks | 54 | -1255/+769 | |
2012-06-25 | removed unused forward declarations of class | Takeshi Abe | 1 | -1/+0 | |
Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e | |||||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 5 | -118/+73 | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||||
2012-06-19 | remove some UniString ctors | Caolán McNamara | 1 | -10/+10 | |
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40 | |||||
2012-06-07 | nuke dead code | Takeshi Abe | 1 | -12/+0 | |
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b | |||||
2012-05-25 | WaE: return value of fwrite unchecked | Caolán McNamara | 1 | -12/+12 | |
Change-Id: Ib3713290a7dcd4bbbb58232d144e35694653a4a5 | |||||
2012-05-03 | WaE: ignoring return value of fwrite | Caolán McNamara | 1 | -4/+8 | |
Change-Id: I289564b8f41bbae976853aa3994751d3092ff44d | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 2 | -1/+0 | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||||
2012-04-16 | YaccTarget and headers cleaning | Matúš Kukan | 1 | -3/+0 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 1 | -2/+2 | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||||
2012-04-02 | Resolves: fdo#48129 maLangStr can have trailing nulls | Caolán McNamara | 1 | -2/+2 | |
2012-02-15 | Various string function clean up | Stephan Bergmann | 1 | -5/+4 | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||||
2012-02-08 | Add and expand more readme files for module documentation | Michael Meeks | 1 | -8/+30 | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | 1 | -0/+10 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | 1 | -1/+1 | |
2012-01-30 | fdo#44981 - remove obsolete SWAPLONG macros | Noel Grandin | 1 | -3/+3 | |
2012-01-23 | ByteString->rtl::OString | Caolán McNamara | 1 | -19/+24 | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 5 | -30/+20 | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | 3 | -2/+3 | |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | 1 | -1/+2 | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||||
2012-01-05 | WaE and build errors with OSL_DEBUG_LEVEL == 2 | Caolán McNamara | 2 | -2/+4 | |
2012-01-03 | Remove unused tools function. | Marcel Metz | 1 | -1/+0 | |
this patch removes the unused (according to OpenGrok) GetIsoFallback function from the tools module. | |||||
2012-01-02 | Fix for fdo43460 Part XXVII getLength() to isEmpty() | Olivier Hallot | 3 | -31/+31 | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal | |||||
2011-12-12 | ditch some ByteStrings | Caolán McNamara | 2 | -24/+28 | |
2011-12-12 | ByteString->rtl::OString | Caolán McNamara | 7 | -68/+64 | |
2011-12-12 | aPathName unused | Caolán McNamara | 1 | -1/+0 | |
2011-12-12 | aString unused | Caolán McNamara | 1 | -1/+0 | |
2011-12-12 | ByteString->rtl::OString | Caolán McNamara | 21 | -157/+156 | |
2011-12-08 | childs -> children | Michael T. Whiteley | 1 | -3/+3 | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-12-06 | Removed unnessecary tools/table.hxx includes | Marcel Metz | 1 | -2/+0 | |
2011-12-06 | ByteString->rtl::OString[Buffer] | Caolán McNamara | 7 | -31/+35 | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-29 | no need for OrderCtrl anymore | Caolán McNamara | 1 | -28/+0 | |
2011-11-28 | callcatcher: remove unused methods | Caolán McNamara | 2 | -8/+0 | |
2011-11-28 | ByteString->rtl::OString[Buffer] | Caolán McNamara | 9 | -29/+37 | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | 2 | -63/+0 | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | 1 | -1/+0 | |
2011-11-27 | remove include of pch header from rsc | Norbert Thiebaud | 30 | -58/+0 | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | 1 | -2/+0 | |
2011-11-26 | Remove unnecessary tools/stack.hxx include | August Sodora | 1 | -1/+0 | |
2011-11-25 | BIG_ENDIAN was never set | François Tigeot | 2 | -19/+0 | |
Remove its conditional code | |||||
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -3/+3 | |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | 1 | -2/+2 | |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | 1 | -1/+1 | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | 1 | -4/+4 | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||||
2011-10-24 | Make the use of gb_LinkTarget_EXCEPTIONFLAGS for the yacc source more reliable | Tor Lillqvist | 1 | -1/+1 | |
2011-10-21 | rename YaccObject to YaccTarget | Bjoern Michaelsen | 1 | -2/+2 | |
the object is a GenCxxObject just like those from CustomTargets, we only need to get the generation right |