Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-07 | cppcheck scope reduction comphelper/.. storagehelper.cxx | Pierre-André Jacquod | |
2011-10-05 | conversion operator gone | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-03 | callcatcher: comphelper's unused code | Matúš Kukan | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-29 | fix trunk gcc compile errors | Matúš Kukan | |
2011-09-28 | remove obsolete include guard | Michael Meeks | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-17 | add a pad and truncate | Caolán McNamara | |
2011-09-15 | boost::scoped_ptr is sufficient here | Caolán McNamara | |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-12 | Nested classes need to be marked separately DLLPUBLIC, apparently | Tor Lillqvist | |
2011-09-12 | why leak m_pImpl | Caolán McNamara | |
2011-09-11 | Initial DocumentSettingsSerializer implementation | Michael Meeks | |
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
2011-09-07 | Restore ABI compatibility with LO 3.4 and earlier | Lionel Elie Mamane | |
Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date. | |||
2011-09-05 | tell me *what* failed | Caolán McNamara | |
2011-09-02 | move to comphelper, and rename | Caolán McNamara | |
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | |
2011-08-29 | various centralized isFOOAsciiStrings | Caolán McNamara | |
2011-08-29 | remove ByteString::IsAlphaNumericAscii and refactor a bit | Caolán McNamara | |
2011-08-26 | add a helper class to do path resolution | Michael Meeks | |
includes horrible lifecycle stack workaround for free. | |||
2011-08-22 | callcatcher: and so now unused | Caolán McNamara | |
2011-08-22 | callcatcher: post-unotools cleanup this is now unused | Caolán McNamara | |
2011-08-21 | Rename List -> WeakReferenceList | Joseph Powers | |
Just to clearify which List we're talking about. | |||
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-18 | unusedeasy: cleanup comphelper::MediaDescriptor | Joseph Powers | |
2011-08-17 | add more component prefixes | Matúš Kukan | |
2011-08-17 | Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC build | Tor Lillqvist | |
Always pass the value to search for of type equal to what the iterators return. | |||
2011-08-17 | add and use a matchL | Caolán McNamara | |
2011-08-16 | Less indent level. | Kohei Yoshida | |
2011-08-16 | Fixed a crash due to invalid index for Sequence. | Kohei Yoshida | |
With this, 3.81 sec -> 1.2 sec. | |||
2011-08-15 | rename test | Caolán McNamara | |
2011-08-15 | add a getToken wrapper for extracting a single token painlessly | Caolán McNamara | |
2011-08-15 | add a jdk 1.5-alike string replace to comphelper::string | Caolán McNamara | |
2011-08-15 | restore cppunit test (yet again) | Caolán McNamara | |
2011-08-15 | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString | Caolán McNamara | |
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check | |||
2011-08-11 | Removed the rest of FORWARD_DECLARE_INTERFACE. | Kohei Yoshida | |
2011-08-11 | fix more -fpermissive compile errors from trunck gcc | Tom Tromey | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-04 | Let's use std::deque instead of uno::Sequence. | Kohei Yoshida | |
This makes things a little simpler. | |||
2011-08-04 | Found one inconsistency between deque and uno::Sequence usages. | Kohei Yoshida | |
ListenerType vs ScriptType. Also, deque supports clear(). | |||
2011-08-04 | Include <functional> for std::unary_function. | Kohei Yoshida | |
Mac build fails without this, apparently, accordingly to Norbert's tinderbox log. | |||
2011-08-04 | Prefer std::for_each to manual looping. | Kohei Yoshida | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-08-04 | Use rtl::OUStringHash. | Kohei Yoshida | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-21 | Drop macros from componentmodule.hxx | Matúš Kukan | |