summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Collapse)Author
2011-09-01micro-opt, just use memsetCaolán McNamara
2011-08-31add details to message as to what failedCaolán McNamara
2011-08-30Work around compilation errors with MinGW and --enable-debugTor Lillqvist
2011-08-29We do not need to use GLIBC hereMatúš Kukan
2011-08-29cppunittester::LibreOfficeProtector/LibreOfficeProtecter confusionCaolán McNamara
2011-08-26Move the header that made setup_native depending on sfx2.Jan Holesovsky
2011-08-24<sys/prctl.h> is not available on kFreeBSDRene Engelhard
2011-08-22Drop OS/2 linesTor Lillqvist
2011-08-17chmod -xTor Lillqvist
2011-08-17Do use _CrtDbgReport() in a _DEBUG (enable-dbgutil, non-pro) buildTor Lillqvist
2011-08-16Fix heap corruption (malloc buffer overrun)Tor Lillqvist
Detected by the debug C runtime (when using --enable-dbgutil) when running a unit test.
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09build errorCaolán McNamara
2011-08-08Add dependencies for sal_qa_staticTor Lillqvist
2011-08-08revert this and rely on changed SAL_ALLOW_LINKOO_SYMLINKS behaviourCaolán McNamara
2011-08-08osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treatedLionel Elie Mamane
2011-08-08skip tricky allocators on G_SLICE=always-mallocCaolán McNamara
2011-08-05Print debugging output only if OSL_DEBUG_LEVEL > 1Tor Lillqvist
Notes: split repo tag: ure_PRE_MELD_REPOS
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-03Don't use dynamic loading on iOSTor Lillqvist
2011-08-03Avoid compiler warningTor Lillqvist
2011-08-02make these explicitCaolán McNamara
2011-08-02make sure we get the right interim objCaolán McNamara
2011-08-01We do want to use RTLD_DEFAULT and dlsym() also on iOSTor Lillqvist
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-21use SAL_WARN_UNUSED_RESULTCaolán McNamara
2011-07-21add a _attribute__((warn_unused_result)) based macroCaolán McNamara
2011-07-16Simplify osl_getTempDirURL()Francois Tigeot
Do not return different values depending on the platform
2011-07-15Android build fixesTor Lillqvist
2011-07-15iOS hacking, intermediate commitTor Lillqvist
2011-07-15Add a property for the UIWindow and show itTor Lillqvist
2011-07-15Include the rest of the active sal cppunit tests for iOSTor Lillqvist
2011-07-14Use MSVC options only with MSVCTor Lillqvist
2011-07-14No point building xml2cmp when cross-compilingTor Lillqvist
2011-07-13unused OUString_to_std_stringCaolán McNamara
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-07-11unused methodsCaolán McNamara
2011-07-11callcatcher: unused methodsCaolán McNamara
2011-07-11Make iOS sal unit testing actually workTor Lillqvist
We must call the initialize() methods of the plugins which for iOS aren't actually plugins in the sense of being dynamically loaded, but still. Unfortunately this means we have to list the plugin interface getter functions explicitly in the sal_cppunittester_all source.
2011-07-10Remove accidentally committed debugging printoutTor Lillqvist
2011-07-10Do build sal unit tests for iOS, tooTor Lillqvist
We can't run them in the normal way, but we build the tests as static archives, which we link into the single sal_cppunittester_all executable. (Work in progress, so far just a part of the tests are linked into it.) There is no makefilery yet to actually construct a complete iOS app bundle (.app directory), so just copy (in this case) the sal_cppunittester_all iOS executable on top of the executbale some dummy iOS app you build in Xcode... works fine, can be debugged that way.
2011-07-10No <sys/statfs.h> for iOS eitherTor Lillqvist
2011-07-10No getVolumeInfo tests for iOSTor Lillqvist
2011-07-10iOS is much like MacOSXTor Lillqvist
2011-07-10Add a statically linked unit tester for iOSTor Lillqvist
2011-07-10aTestSec is not used anywhereTor Lillqvist
2011-07-10Don't run cppunittester automatically when cross-compilingTor Lillqvist
2011-07-09sal_main_with_args() is staticTor Lillqvist
2011-07-09iOS hacking for cppunittesterTor Lillqvist
We don't need sal/main.h in salinit.cxx as far as I can see. Add stuff to sal/main.h so that we can link an iOS executable that actually will run, and hack the makefile so that cppunittester builds successfully. Of course, a cppunittester executable built here won't be usable for anything interesting as we don't build any dynamic libraries of LibreOffice code for iOS, so there is nothing to pass on the command line to load. But hey, baby steps, experimentation, doing work in the public, commit often, etc...
2011-07-07workaround sal built with _GLIBCXX_DEBUG and cppunit build without itCaolán McNamara