summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* sal_Bool to bool in SAL_LOG if possibleLuboš Luňák2012-03-111-5/+17
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-103-3/+3
* SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák2012-03-101-1/+1
* Let osl::FileStatus getters assert programming errorsStephan Bergmann2012-03-091-20/+27
* Fixed @since tagsStephan Bergmann2012-03-091-4/+4
* sal file.hxx documentationJosh Heidenreich2012-03-091-0/+4
* Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich2012-03-091-0/+54
* In osl::Thread::create, do not access members after starting the threadStephan Bergmann2012-03-081-7/+6
* use the new license header, this file has been written by meLuboš Luňák2012-03-071-20/+20
* probable intentDavid Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* suppress compiler error when building with -WerrorDavid Tardon2012-03-071-0/+4