Age | Commit message (Expand) | Author |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-03-02 | make parsing more cautious with exceptions | Lionel Elie Mamane |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-02-05 | destructors are not allowed to throw | Lionel Elie Mamane |
2015-01-27 | add assert that first element is 0 | Caolán McNamara |
2015-01-27 | sax: minor optimization | Michael Meeks |
2015-01-22 | WaE: warning C4101: ´e´ : unreferenced local variable | Caolán McNamara |
2015-01-22 | sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptions | Michael Stahl |
2015-01-22 | sax: there is no OUStringBuffer(char) ctor | Michael Stahl |
2015-01-20 | Some more loplugin:cstylecast: sax | Stephan Bergmann |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-20 | fdo#39440 sax, sc: reduce scope of local variables | Michael Weghorn |
2014-12-18 | sax: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-12 | sax: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-08 | fastparser: Redundant check after assert | Matúš Kukan |
2014-12-03 | Prevent hang during loading of xlsm doc. | Kohei Yoshida |
2014-12-02 | fix crash-190212-093017-986 | Caolán McNamara |
2014-12-01 | We need to tell libxml2 parser to decode entities. | Kohei Yoshida |
2014-12-01 | Add message to exception | Matúš Kukan |
2014-11-20 | proper error reporting from libxml2 | Luboš Luňák |
2014-11-20 | make FastSaxParser provide the whole content in one characters() call | Luboš Luňák |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-15 | windows blind fix | Markus Mohrhard |
2014-11-14 | switch saxparser from expat to libxml2 | Luboš Luňák |
2014-11-12 | make FastAttributeList's unknown attribute value be passed as OString | Luboš Luňák |
2014-11-12 | allow inserting attributes that have zero length | Luboš Luňák |
2014-11-10 | remove pointless const_cast | Luboš Luňák |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-25 | coverity#1249458 Explicit null dereferenced | Caolán McNamara |
2014-10-25 | coverity#1249457 writeFastAttributeList never takes NULL | Caolán McNamara |
2014-10-25 | coverity#982640 Missing break in switch | Caolán McNamara |
2014-10-23 | WaE: implicit conversion of NULL constant to 'nullptr_t' | Tor Lillqvist |
2014-10-23 | FastSerializer: Also use cache for writing to ForMerge if we are inside mark() | Matúš Kukan |
2014-10-23 | FastSerializer: Simplify OUString write a bit more | Matúš Kukan |
2014-10-23 | FastSerializer: Avoid some cycles when dealing with doubles | Matúš Kukan |
2014-10-23 | FastSerializer: Use fixed sized Sequence directly as cache | Matúš Kukan |
2014-10-23 | FastSerializer: Use -1 for unknown string length | Matúš Kukan |
2014-10-23 | Remove few pointless OUString::number() and one method | Matúš Kukan |
2014-10-23 | FastSerializer: Faster write(OUString): add ascii check | Matúš Kukan |
2014-10-23 | FastSerializer: Simplify a bit | Matúš Kukan |
2014-10-23 | Unused includes / using-declarations | Matúš Kukan |
2014-10-23 | FastSerializer: Use faster TokenValue struct when possible | Matúš Kukan |
2014-10-23 | FastSerializer: Simplify cache to be fixed sized buffer | Matúš Kukan |