Age | Commit message (Expand) | Author |
2014-11-04 | thread-pool: Initialize empty pools to start complete. | Matúš Kukan |
2014-10-31 | thread-pool: fix waiting until all tasks are complete. | Michael Meeks |
2014-10-30 | thread-pool: re-work termination semantics to avoid problems. | Michael Meeks |
2014-10-30 | Move thread-pool down into comphelper for re-use elsewhere. | Michael Meeks |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-23 | Revert recent changes to comphelper::OSequenceOutputStream | Matúš Kukan |
2014-10-23 | FastSerializer: Avoid sequences where possible | Matúš Kukan |
2014-10-23 | FastSerializer: Do not keep whole sequence in memory; write in chunks | Matúš Kukan |
2014-10-23 | Remove mutex from OSequenceOutputStream; it's intended to be fast | Matúš Kukan |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-10-10 | coverity#706285 Uncaught exception | Caolán McNamara |
2014-10-10 | coverity#706284 Uncaught exception | Caolán McNamara |
2014-10-10 | coverity#706275 Uncaught exception | Caolán McNamara |
2014-10-10 | coverity#1242878 Unused value | Caolán McNamara |
2014-10-09 | Revert "coverity#1224993 Uncaught exception" | Stephan Bergmann |
2014-10-08 | coverity#1224993 Uncaught exception | Caolán McNamara |
2014-10-08 | coverity#706283 Uncaught exception | Caolán McNamara |
2014-10-07 | disambiguate uniform_int_distribution | Caolán McNamara |
2014-10-07 | I shouldn't be shy, just assert() | Tor Lillqvist |
2014-10-07 | Handle incorrect usage of uniform_real_distribution() | Tor Lillqvist |
2014-10-06 | when size_t == unsigned int | Caolán McNamara |
2014-10-06 | use comphelper::rng::uniform_*_distribution everywhere | Caolán McNamara |
2014-10-02 | coverity#1242878 Unused value | Caolán McNamara |
2014-09-25 | comphelper: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-22 | loplugin: cstylecast | Noel Grandin |
2014-09-11 | create a master document template type | Caolán McNamara |
2014-08-30 | coverity#706466 Uncaught exception | Caolán McNamara |
2014-08-21 | stario -> css::io | Thomas Arnhold |
2014-08-21 | starcontainer -> css::container | Thomas Arnhold |
2014-08-21 | starawt -> css::awt | Thomas Arnhold |
2014-08-21 | comphelper: starbeans -> css::beans | Thomas Arnhold |
2014-08-21 | comphelper: starutil -> css::util | Thomas Arnhold |
2014-08-21 | comphelper: starlang -> css::lang | Thomas Arnhold |
2014-08-21 | comphelper: staruno -> css::uno | Thomas Arnhold |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | java: remove unnecessary return statements | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-17 | coverity#1231667 Unchecked return value | Caolán McNamara |
2014-08-09 | Resolves: #i125386# secured user request and changed some bools to bitfield | Armin Le Grand |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-07-29 | Include <algorithm> for std::min | Tor Lillqvist |
2014-07-13 | coverity#706282 Uncaught exception | Caolán McNamara |
2014-07-13 | coverity#706281 Uncaught exception | Caolán McNamara |
2014-07-10 | Use OUStringHash here. | Kohei Yoshida |
2014-07-09 | Pass a useful exception message. | Kohei Yoshida |
2014-07-08 | use SimpleReferenceObject in comphelper module | Noel Grandin |
2014-07-07 | DBG_ASSERT->assert when followed by dereference | Caolán McNamara |