summaryrefslogtreecommitdiff
path: root/binaryurp
AgeCommit message (Expand)AuthorFilesLines
2013-05-28#i122208# replace the binaryurp cache for improved C++ compatibilityHerbert Dürr3-81/+79
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-92/+16
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-3/+0
2013-03-30binaryurp does not need offapiDavid Tardon1-1/+1
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-19RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter1-1/+1
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl3-0/+6
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens12-48/+0
2012-11-05cleanup README files.Michael Meeks1-9/+9
2012-10-10add a README filesManal Alhassoun1-0/+9
2012-10-01Use prefixTor Lillqvist2-2/+2
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-3/+3
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl3-6/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl3-3/+6
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl3-0/+3
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-4/+0
2012-09-17fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin1-2/+2
2012-09-05CosmeticsStephan Bergmann8-75/+50
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania10-221/+99
2012-08-22Change rtl::OUString to OUStringRicardo Montania21-170/+170
2012-08-15fdo#43433: Binary URP works gracefully with old Java URPStephan Bergmann1-1/+18
2012-08-02Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist3-144/+0
2012-07-04removed unnecessary forward declarations of classTakeshi Abe2-2/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-27targetted re-work of cppunit pieces.Michael Meeks3-9/+1
2012-06-26re-base on ALv2 code.Michael Meeks3-85/+65
2012-06-12re-base on ALv2 code.Michael Meeks31-806/+527
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann6-77/+161
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann2-23/+33
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-14put the missing type into the exception messageMichael Stahl1-2/+4
2012-04-08gbuild: "use" vs. "add":Michael Stahl3-6/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-6/+3
2012-03-20Unused includesStephan Bergmann2-2/+0
2012-03-13binaryurp has cppunit testsBjoern Michaelsen1-1/+1
2012-03-08Clarifying comment addedStephan Bergmann1-0/+6
2012-02-23Adapted Reader/Writer to safer-to-use salhelper::ThreadStephan Bergmann5-54/+16
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+2
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist3-0/+3
2011-12-16Code modules no longer depend on stlport.Stephan Bergmann1-1/+1
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot5-11/+11
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-30catch by constant referenceTakeshi Abe6-19/+19
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.Stephan Bergmann1-1/+1
2011-11-28Adapted to new assertion/logging mechanisms.Stephan Bergmann9-109/+113
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+3