Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-12 | don't need to realloc string | Caolán McNamara | |
Change-Id: I17ec5a54b0088b56bd8c8431eb255626dbb1fac8 | |||
2012-06-11 | removeTrailingChars is the same as stripEnd | Caolán McNamara | |
Change-Id: I3fc618f886082e08e9baae3ae09017f653e729bd | |||
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | |
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b | |||
2012-06-09 | Remove superfluous include comments | Thomas Arnhold | |
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59 | |||
2012-06-06 | drop String::Reverse | Caolán McNamara | |
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2 | |||
2012-05-31 | targetted prefer prefix operators reversion | Michael Meeks | |
Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563 | |||
2012-05-17 | merge the 5 ConstAsciiString duplicate classes together | Caolán McNamara | |
a) merge them together and move it into comphelper b) turn it into a POD rather than having vast amounts of destructors registered into the cxa_atexit chain Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a | |||
2012-05-17 | reduce static_initialization_and_destruction chain | Caolán McNamara | |
Change-Id: Ib2642e19d9148acca27227b0d91de4e8855178aa | |||
2012-05-04 | rename Library_comphelp.mk to Library_comphelper.mk... | Michael Stahl | |
... so the silly broken gb_Symbols_get_all enables debug for it. | |||
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-18 | Add comment describing the meanings of the filter flag bits | Tor Lillqvist | |
2012-04-18 | callcatcher: update list | Caolán McNamara | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
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 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-02 | callcatcher: remove some unused code | Caolán McNamara | |
2012-03-29 | Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types" | Julien Nabet | |
2012-03-29 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper | Takeshi Abe | |
2012-03-26 | removed duplicate includes in basic / canvas / chart2 / comphelper | Takeshi Abe | |
2012-03-20 | move GetFilterFlags inside ifdef WNT | Caolán McNamara | |
2012-03-16 | Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes | Thorsten Behrens | |
Did I mention I hate boilerplate copied all over the place? ;) | |||
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 | Correct some mistranslated comments | Stefan Knorr (astron) | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-05 | Translate german comments in core/comphelper | Tom Thorogood | |
2012-03-04 | Removed dead code | Marc-André Laverdière-Papineau | |
2012-03-04 | Removed dead code | Marc-André Laverdière-Papineau | |
2012-02-29 | move template out of header | Caolán McNamara | |
2012-02-26 | add AddFilterNameCheckOwnFile back for WNT | Matúš Kukan | |
2012-02-25 | Remove unused code | Elton Chung | |
2012-02-25 | Remove unused code in basegfx, comphelper | Elton Chung | |
2012-02-23 | fdo#45560: Fixed docx textbox borders style and width import | Cédric Bosdonnat | |
2012-02-23 | Adapted AsyncEventNotifier to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-16 | Clean up AsyncEventNotifier interface | Stephan Bergmann | |
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-14 | comphelper: add getINT64 | Lionel Elie Mamane | |
2012-02-13 | Make simplified configuration API available down in comphelper | Stephan Bergmann | |
2012-02-13 | callcatcher: regenerate list | Caolán McNamara | |
2012-02-10 | bah, we don't need these after all | Caolán McNamara | |
2012-02-10 | extend unit test to islower | Caolán McNamara | |
2012-02-10 | Remove unused code. | Santiago Martinez | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-06 | Typos in method descriptions. | Kohei Yoshida | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |