summaryrefslogtreecommitdiff
path: root/sal/Module_sal.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-07-08Bypass CppunitTest_sal_osl_security with VS2013 for now, hangsTor Lillqvist1-1/+1
Change-Id: I8500b0cc4e541c96124425b713ba96226ff4715d
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
2014-04-24More hacking on --with-localesTor Lillqvist1-1/+1
Propagate the restriction of locales into <config_locales.h>. Note that in the normal case, with no locale restrictions, all the WITH_LOCALE_xx macros are zero anyway, but WITH_LOCALE_ALL is one. Restrict which character encodings are handled in sal/textencsal/textenc/tables.cxx based on the WITH_LOCALE_ macros. (Don't simply always do it for iOS.) Massage the affected unit tests to not crash when only partial character encoding information is present. Change-Id: Ie2c882c262ebd0d2b37dde66b8fe3c3e2570da14
2014-03-23sal: Rewrite digest tests to be simpler, enable them in checkTomaž Vajngerl1-0/+1
Change-Id: I610e615be498237e5cd9dd963bca60c7f8f62aac
2013-09-11fdo#39625 Make existing cppunittests workJelle van der Waa1-0/+1
Change-Id: Ia3a59456fe82926141ccb2921aa47df4183ead86 Reviewed-on: https://gerrit.libreoffice.org/5905 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-11sal: fdo#39625 Make existing cppunittests workJelle van der Waa1-0/+1
Change-Id: I6bd34f0deaf246bc5898532377d996fcefc88cbc Reviewed-on: https://gerrit.libreoffice.org/5906 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24move sal_inc headers to include/David Tardon1-1/+0
Change-Id: I840c681b7c500640d3983e05e9895f3fa8bb1313 Reviewed-on: https://gerrit.libreoffice.org/3501 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24move URE headers to include/David Tardon1-4/+0
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-13install SDK headers from filelistsDavid Tardon1-2/+2
... which allows us to drop gb_ZipPackage. Change-Id: Ib19f774c63d9b83ec07e99f963533eee431cc53a
2013-02-27sal: get rid of CustomTarget_generated.mkMichael Stahl1-1/+0
Change-Id: I2347f60ef922d32201beda47e59e0b345d07a3b1
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl1-1/+2
Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
2013-02-22Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist1-2/+6
Hopefully also fixes build for iOS by re-introducing checks for DESKTOP. Also this commit partially reverts 52a8744afee2cd589813f0377d93f821fce7aedd. Change-Id: Ie94c771b72ba138bb0481b054285916618baf6eb
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks1-6/+2
This reverts commit cecc926070ee3d2ad6296fc5e0cfcde8642bb140. Conflicts: sal/android/lo-bootstrap.c sal/inc/osl/detail/android-bootstrap.h
2012-11-26get textencoding tests working againCaolán McNamara1-0/+1
Change-Id: Ia3e0b7be14800e1d50c3e785153b45d2b4a7dd6d
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist1-2/+6
We haven't been able to build NativeActivity-based apps (like the android/qa/sc and anroid/qa/desktop thingies) since we switched to DISABLE_DYNLOADING and a single DSO liblo-native-code.so anyway. No lo_main() any more. <sal/main.h> should not be included ever when compiling for Android of iOS now. Lots of stuff binned from vcl's androidinst.cxx, in the (vain?) hope that it will reduce the amount of never invoked GUI code that gets linked in. Change-Id: I25f584864c40110774c728a23151e089620442d9
2012-11-07move CppunitTest_sal_osl_process to gb_Module_add_check_targets callRene Engelhard1-0/+2
Change-Id: I602e1d42fde19b9557e1a21ba4d3fe704dd3f834
2012-11-06Add some rtl::Bootstrap unit testStephan Bergmann1-0/+1
...there is still additional old cruft in sal/qa/rtl/bootstrap/, some of it might be worthwhile to resurrect. Change-Id: Ie334431abc8de839fa2e655cbd3dc4d014c38f15
2012-10-07When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist1-2/+2
Will then cause compilation errors where they are used, which will be noticed and taken care of. (The code chanaged to either use direct linking instead, when it makes sense, or to just bypass the functionality that requires dynamic loading.) Much better than waiting until run-time to notice where dynamic loading is attempted. Change-Id: Ib0cb5a2524b5c63f8e27670e7d72e37ce2a8e6e9
2012-09-11fdo#39625 Make existing cppunittests workRadu Ioan1-0/+1
Make sal_rtl_uri cppunittest work - removed call to simpleheader.hxx - added call in Module_sal.mk for sal_rtl_uri - created mk for cppunittest for sal_rtl_uri - removed duplicate include - change from t_print to printf Change-Id: I928ade62eb51ba1cb0a74e347411b344d57e97d0 Reviewed-on: https://gerrit.libreoffice.org/590 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-10what gets tested here turns out to be out of date nowCaolán McNamara1-1/+0
Change-Id: I61b96b8d0e9c821f0e6228430eece1617871a916
2012-09-10fdo#39625 Make existing cppunittests workRadu Ioan1-0/+1
Make sal testHelperFunctions cppunit work - removed call to simpleheader.hxx - added call in Module_sal.mk for sal_testHelperFunctions - created mk for cppunittest for sal_testHelperFunctions - removed unused and unusefull function Patch#2 - remove some unusefull include - add bug number to commit message Change-Id: I2f4e831cea0213a07f440bb00e0302eb1c4d7dc1 Reviewed-on: https://gerrit.libreoffice.org/588 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-08-25fdo#39625 Make existing cppunittests workRadu Ioan1-0/+1
Make rtl uuid cppunit work - removed call to simpleheader.hxx - added call in Module_sal.mk for rtl_uuid - created mk for cppunittest for sal_rtl_uuid Second patch: - removed makefile.mk as Stephan suggested - modified CppunitTest_sal_rtl_uuid.mk header Change-Id: If090843203e38d3eced14941b58e6122d27bdb09 Reviewed-on: https://gerrit.libreoffice.org/422 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist1-4/+7
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák1-0/+2
http://lists.freedesktop.org/archives/libreoffice/2012-April/029940.html The RTL_USING #define (set by gbuild for anything that's not public API) allows to use such classes simply by their name, without having to use the namespace or do explicit using rtl::OUString (which half of the sources do anyway). Change-Id: I7edaf12cd278489cdc1d5ff782f0a86361c13c0a
2012-03-31sal: use CustomTarget makefileMatúš Kukan1-0/+1
2012-03-29No CppunitTest_sal_osl_process for iOS eitherTor Lillqvist1-1/+2
2012-02-22Do build cppunittester and don't build osl_process_child for iOSTor Lillqvist1-3/+3
2012-02-15Merge sal_textenc into sal just on AndroidTor Lillqvist1-1/+1
2012-02-15Don't bother with a separate libsal_textenc when merging libsTor Lillqvist1-1/+2
2012-01-27CppunitTest_sal_osl_file fails on WindowsTor Lillqvist1-1/+2
2012-01-21sal: make more tests runningMatúš Kukan1-8/+12
2012-01-21sal: split unit-tests to one test per makefileMatúš Kukan1-2/+5
2012-01-21sal: only allowed one unit-test per gnumakefile, so separate theseMichael Meeks1-0/+2
2012-01-03Actually we should not build a normal cppunittester executable for iOS at allTor Lillqvist1-1/+2
2011-12-20sal: disable subsequentcheck which has circular dependencyMatúš Kukan1-1/+2
make 3.82 continues without error but apparently older version not
2011-12-20Always use the autoconfed sizes and alignments, not only when cross-compilingTor Lillqvist1-2/+0
2011-12-19sal: add more unit testsMatúš Kukan1-1/+22
2011-12-19sal: convert to gbuildMatúš Kukan1-2/+17
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-1/+2
2011-03-28migrate sal subsequenttests to gbuildBjoern Michaelsen1-0/+38