summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-04Fix segmentation fault when linking -mavx on new CPUs is enabled by ↵Tomáš Chvátal3-0/+18
explicitly adding -mno-avx to CXXFLAGS.
2011-08-03Revert adding -mno-avx to CXXFLAGS, not universally supportedCaolán McNamara3-3/+3
This reverts commit bf85809783ba11c9018c03f5a26508fa856ff3f8.
2011-08-03Fix segmentation fault when linking -mavx on new CPUs is enabled by ↵Tomáš Chvátal3-3/+3
explicitly adding -mno-avx to CXXFLAGS.
2011-08-03Don't use dynamic loading on iOSTor Lillqvist2-6/+11
2011-08-03Avoid compiler warningTor Lillqvist1-0/+2
2011-08-02make these explicitCaolán McNamara2-2/+2
2011-08-02make sure we get the right interim objCaolán McNamara1-1/+17
2011-08-01Use separate unit testers for subsequent and normal tests for iOSTor Lillqvist5-18/+165
2011-08-01Try to use the app executable module on iOS for nowTor Lillqvist1-0/+11
2011-08-01We do want to use RTLD_DEFAULT and dlsym() also on iOSTor Lillqvist1-2/+3
2011-08-01Nah, these must be subsequent tests also for iOSTor Lillqvist2-1/+7
2011-08-01Add statically linked cpphelper unit test for iOSTor Lillqvist8-21/+209
2011-08-01Build static binaryurp unit tester for iOSTor Lillqvist4-5/+159
2011-08-01Use OBJCXXFLAGS instead of duplicating itTor Lillqvist1-1/+1
2011-08-01Add statically linked cppu unit test for iOSTor Lillqvist6-5/+174
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist19-1/+24
2011-07-29Related: fdo#34184 on windows find the openssl libs that _ssl.pyd needsCaolán McNamara1-1/+17
2011-07-28Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky5-22/+715
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky0-0/+0
Conflicts: offapi/com/sun/star/sheet/NameToken.idl
2011-07-28we are searching for prefix in activateMatúš Kukan2-22/+1
also fix small typo
2011-07-27add idl files from scaddinsMatúš Kukan3-0/+714
2011-07-25Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)libreoffice-3.4.2.3libreoffice-3.4.2-finallibreoffice-3-4-2Petr Mladek0-0/+0
2011-07-24oops bjoern .gitattributes link got commited :-)Norbert Thiebaud1-1/+0
2011-07-24Merge branch 'feature/gnumake4'Bjoern Michaelsen18-134/+160
2011-07-24minor whitespace/makefile cleanupChristian Lohmaier11-135/+134
2011-07-24Merge branch 'master' into feature/gnumake4feature/gnumake4Bjoern Michaelsen4-4/+16
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen3-8/+6
2011-07-21resyncing to masterBjoern Michaelsen434-17300/+7577
2011-07-21use SAL_WARN_UNUSED_RESULTCaolán McNamara4-5/+5
2011-07-21add a _attribute__((warn_unused_result)) based macroCaolán McNamara1-0/+12
2011-07-19Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)libreoffice-3.4.2.2Petr Mladek0-0/+0
2011-07-16Simplify osl_getTempDirURL()feature/layoutFrancois Tigeot1-33/+9
Do not return different values depending on the platform
2011-07-15Android build fixesTor Lillqvist2-3/+5
2011-07-15Add values for iOS and Android, style improvementsTor Lillqvist1-10/+22
2011-07-15iOS hacking, intermediate commitTor Lillqvist1-14/+44
2011-07-15Add a property for the UIWindow and show itTor Lillqvist1-0/+7
2011-07-15Include the rest of the active sal cppunit tests for iOSTor Lillqvist8-27/+24
2011-07-14Use MSVC options only with MSVCTor Lillqvist2-18/+2
2011-07-14No point building xml2cmp when cross-compilingTor Lillqvist1-1/+1
2011-07-13Remove add.diffMiklos Vajna1-1078/+0
Probably it was added accidently.
2011-07-13unused OUString_to_std_stringCaolán McNamara1-8/+0
2011-07-12Branch libreoffice-3-4-2Petr Mladek0-0/+0
This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.4.x release, please use the 'libreoffice-3-4' branch. If you want to build something cool, unstable, and risky, use master.
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan43-236/+1
2011-07-12Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1Petr Mladek0-0/+0
2011-07-11Default to current language binding name, if not specified.Matúš Kukan1-19/+9
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-11unused methodsCaolán McNamara4-76/+0
2011-07-11callcatcher: unused methodsCaolán McNamara2-202/+0
2011-07-11Make iOS sal unit testing actually workTor Lillqvist4-4/+28
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 Lillqvist1-2/+0
2011-07-10Do build sal unit tests for iOS, tooTor Lillqvist26-73/+92
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.