summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* don't crash trying to erase one past endFridrich Štrba2011-02-061-4/+1
* Revert "revert this change for now as its triggering a crash in saxparser"Fridrich Štrba2011-02-061-2/+2
* revert this change for now as its triggering a crash in saxparserCaolán McNamara2011-02-041-2/+2
* OString: New method isEmpty()Thomas Arnhold2011-02-041-0/+16
* Clean up makefilesThomas Arnhold2011-02-0420-302/+6
* Put this two includes backFridrich Štrba2011-02-041-0/+2
* Add missing #include <vector> to the file.Joseph Powers2011-02-031-0/+2
* moving the rest of ure repository to boost unordered containersFridrich Strba2011-02-0417-49/+49
* move bridges to boost::unordered_mapFridrich Strba2011-02-0431-58/+58
* move module rdbmaker to boost unordered containersFridrich Strba2011-02-033-50/+7
* move module cppuhelper to boost unordered containersFridrich Strba2011-02-032-4/+3
* move module cppu to boost unordered containersFridrich Strba2011-02-037-16/+16
* move codemaker module to the boost unordered containersFridrich Strba2011-02-034-30/+8
* some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba2011-02-039-76/+12
* Build module registry with MSVC stlFridrich Strba2011-02-031-0/+4
* Use rtl::Allocator in MSVC hash containersFridrich Strba2011-02-033-4/+13
* include MSVC STL code pathFridrich Strba2011-02-035-0/+47
* More work on except.cxx, intermediate commitTor Lillqvist2011-02-021-183/+331
* Clean up makefilesThomas Arnhold2011-02-0113-50/+12
* Remove RCS informationThomas Arnhold2011-02-0119-19/+19
* Some fixes to documentation (part 6)Aurimas Fišeras2011-02-0136-76/+76
* Remove RCS lines.Thomas Arnhold2011-01-315-40/+0
* Revert "Temporary revert to compile on Windows XP"Fridrich Štrba2011-01-311-6/+1
* Some fixes to documentation (part 5)Aurimas Fišeras2011-01-31206-439/+439
* Fix thinkoTor Lillqvist2011-01-311-2/+2
* Now the C++-UNO bridge on x64 Windows works a bit betterTor Lillqvist2011-01-314-349/+312
* Temporary revert to compile on Windows XPJesús Corrius2011-01-291-1/+6
* Use errno to get the correct error message if mkstemp() fails.Thomas Arnhold2011-01-291-1/+2
* cppcheck: remove unused variable strLen.Thomas Arnhold2011-01-291-11/+1
* Remove double line spacing and correct indentationThomas Arnhold2011-01-293-65/+2
* that decrement doesn't look rightCaolán McNamara2011-01-291-1/+2
* Fix interlck.c to work on Mac OS again...Joseph Powers2011-01-281-9/+30
* Skip the this pointer in cpp2uno_call()Tor Lillqvist2011-01-291-29/+33
* Let's use a shared privateSnippetExecutor() approach as on x64 LinuxTor Lillqvist2011-01-284-196/+89
* Fix typo and thinkoTor Lillqvist2011-01-281-7/+7
* further simplify old-style interlocked inc/decMichael Meeks2011-01-281-26/+14
* use gcc builtins for POWERPC and ARM cases if we have GCCJani Monoses2011-01-281-34/+3
* More work on x64 Windows C++-UNO bridgeTor Lillqvist2011-01-283-130/+124
* Some fixes to documentation (part 4)Aurimas Fišeras2011-01-28284-600/+600
* Add a function table entry for the dynamically generated trampolineTor Lillqvist2011-01-282-5/+91
* Need to use exactly the same names as in the JDK in the non-SOLAR_JAVA caseTor Lillqvist2011-01-281-2/+4
* Corect copyright header and commentTor Lillqvist2011-01-271-7/+4
* More work on the x64 Windows C++-UNO bridgeTor Lillqvist2011-01-275-604/+468
* move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlportCaolán McNamara2011-01-271-2/+2
* Revert "Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2"Tor Lillqvist2011-01-271-1/+1
* revert accidental change to UNO API - to fix spelling of CancelledMichael Meeks2011-01-271-1/+1
* Some fixes to documentation (part 3)Aurimas Fišeras2011-01-27114-494/+494
* Some fixes to documentation (part 2)Aurimas Fišeras2011-01-27183-488/+488
* These files are C, not C++Tor Lillqvist2011-01-272-2/+2
* Intermediate commitTor Lillqvist2011-01-263-39/+157