Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-14 | fdo#35270 - enable caching of grammar checker properties | Michael Meeks | |
Thanks to Daniel Naber for some great detective work Change-Id: I8318368971c3d34064ba2e59e757a2e5839d7d6b | |||
2012-05-11 | More visibility markup needed for Mac OS X | Tor Lillqvist | |
Change-Id: Ie84224c381eca49e2d5fe544a4902845889f9771 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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-21 | Resolves: fdo#39999: Changing spelling preferences requires application restart | Szabolcs Dezsi | |
2012-04-20 | WaE: MSVC2008 C2220 unsafe mix of types in operation | Caolán McNamara | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-03-23 | .xcl files don't need executable bits | Michael Stahl | |
2012-03-23 | .sce files don't need executable bits | Michael Stahl | |
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-23 | .java files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | Remove unused code. | Petr Vorel | |
2012-02-16 | possible inefficient checking for emptiness | Mariusz Dykierek | |
2012-02-15 | Various string function clean up | Stephan Bergmann | |
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-13 | Remove unused code | Elton Chung | |
2012-02-11 | Avoid Possible null pointer dereference in linguistic/source/spelldsp.hxx | Julien Nabet | |
(Thank you to Ivan and Riccardo for their suggestions) | |||
2012-02-08 | unusedcode.easy: Removed unused code (linguistic) | Alexander Bergmann | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-23 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-09 | simplify CharClass | Caolán McNamara | |
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one | |||
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | getPropertyMap can return a reference instead of a pointer | Caolán McNamara | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-30 | Fix for fdo43460 Part XXIII getLength() to isEmpty() | Olivier Hallot | |
Part XXIII Modules linguistic | |||
2011-12-22 | ByteString->rtl::OString | Caolán McNamara | |
2011-12-20 | catch exception by constant reference | Takeshi Abe | |
2011-12-16 | Properly join spawned GrammarCheckingIterator thread. | Stephan Bergmann | |
It was still running during shutdown of sw_complex's checkFlies test, causing problems. For this to work, Desktop::DeInit needs to be called with SolarMutex unlocked, which looks like the right way, anyway. Hopefully it does not unearth another round of bugs... | |||
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | Removed unnessecary tools/table.hxx includes | Marcel Metz | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | ByteString->rtl::OUStringToOString | 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 linguistic | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |