summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
...
* hopefully only OString ctors do not work with SFINAE brokenLuboš Luňák2012-03-281-2/+0
* string literal overloads for rest of OString methodsLuboš Luňák2012-03-282-13/+317
* CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGELuboš Luňák2012-03-281-36/+36
* finish work-in-progress testLuboš Luňák2012-03-261-2/+1
* string literal overload for OString::operator=()Luboš Luňák2012-03-263-0/+87
* CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák2012-03-261-6/+6
* string literal overloads for OUStringBufferLuboš Luňák2012-03-262-0/+30
* No separate sal_textenc library built for AndroidTor Lillqvist2012-03-261-2/+4
* fix commentLuboš Luňák2012-03-261-1/+1
* Hardcode default inifile as /assets/rc on AndroidTor Lillqvist2012-03-261-1/+7
* Add an OSL_TRACE when opening Android /assets filesTor Lillqvist2012-03-261-0/+2
* sal_rtl_strings unittest depends on sal_textenc libraryLuboš Luňák2012-03-261-0/+5
* removed duplicate includes in salTakeshi Abe2012-03-235-7/+0
* Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist2012-03-221-24/+106
* No point searching PATH on Android and iOSTor Lillqvist2012-03-221-1/+2
* Clarify rtl_bootstrap_get documentation.Will Thompson2012-03-221-2/+2
* rtl::bootstap: rename filename parameter to contain "uri"Will Thompson2012-03-222-4/+4
* MinGW apparently needs to be forced into __cdeclStephan Bergmann2012-03-221-5/+0
* chmod -xTor Lillqvist2012-03-211-0/+0
* More hacking on static linking (iOS) supportTor Lillqvist2012-03-217-29/+66
* Need the weird vnd.sun.star.pathname: prefixTor Lillqvist2012-03-211-1/+1
* Simply hardcode the inifile as "rc" in the app bundle directory on iOSTor Lillqvist2012-03-212-0/+22
* Clean up OSL_TRACE output a little bitTor Lillqvist2012-03-211-3/+3
* sal_osl_module depends on Module_DLL (uses the library)Luboš Luňák2012-03-181-0/+4
* sal: fix warningsMichael Stahl2012-03-161-2/+2
* sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams2012-03-161-197/+3
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+4
* checked that we do not use OString ctor with literals with \0'sLuboš Luňák2012-03-134-24/+24
* make OString work even with old gcc that has SFINAE brokenLuboš Luňák2012-03-133-5/+26
* Removed FileStatus::isFile. Use ::isRegular instead.Josh Heidenreich2012-03-131-16/+0
* Use _NSGetExecutablePath also on iOSTor Lillqvist2012-03-131-5/+1
* SAL_DLLPUBLIC_TEMPLATELuboš Luňák2012-03-121-0/+5
* handle msvc not even compiling a test that should failLuboš Luňák2012-03-121-0/+5
* Fix Android compilation errorTor Lillqvist2012-03-121-3/+3
* @since 3.6 -> @since LibreOffice 3.6Luboš Luňák2012-03-122-16/+16
* implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák2012-03-122-0/+41
* also check that string literals do not actually trigger OUString ctorsLuboš Luňák2012-03-122-19/+36
* forgot to disable mixed char and const char overloadsLuboš Luňák2012-03-121-2/+14
* unittest checking basic string literals OUString functions functionalityLuboš Luňák2012-03-121-0/+23
* unittests for some possible OUString string literal handling problemsLuboš Luňák2012-03-121-0/+30
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-121-111/+88
* replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák2012-03-121-43/+94
* string literal overloads for some OUString methodsLuboš Luňák2012-03-121-0/+119
* some fixes for OUString docsLuboš Luňák2012-03-121-6/+6
* make the OUString unittest ctor contain garbageLuboš Luňák2012-03-122-4/+4
* prevent using RTL_CONSTASCII_* macros with string literal functionsLuboš Luňák2012-03-122-2/+14
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-129-64/+265
* rtl_uString_newFromLiteral() for string literalsLuboš Luňák2012-03-125-12/+47
* osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann2012-03-122-1/+2
* module.c -> module.cxx, use sal/log.hxxStephan Bergmann2012-03-122-36/+28