summaryrefslogtreecommitdiffstats
path: root/README.cross
Commit message (Collapse)AuthorAgeFilesLines
...
* Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky2012-07-241-0/+10
| | | | Change-Id: I0da3e604ebd0665c5405174957d852677195126b
* mingw32-python is now necessary too.Jan Holesovsky2012-06-261-0/+1
| | | | Change-Id: I7b7bbc555b599e411859ca00ddd3988aa52f433f
* Add a note about MinGW debugging TODO.Jan Holesovsky2012-06-191-0/+6
| | | | Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73
* Must use -mmacosx-version-min=10.6 when host platform is iOS simulatorTor Lillqvist2012-06-041-2/+6
| | | | Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a
* Update README.cross to match reality betterTor Lillqvist2012-05-181-44/+22
| | | | Change-Id: I14e97bb9e3351ed7a5e7e8c853253353bfe9df2e
* Mention that the android/qa/sc test has not been maintained latelyTor Lillqvist2012-05-171-6/+10
| | | | Change-Id: I78108f44bad1da0143f2849aa98a2ddf1b13fc1d
* Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist2012-05-171-8/+6
| | | | Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
* How to examine strings in winedbg.Jan Holesovsky2012-03-191-0/+9
|
* Don't bother mentioning irrelevant autogen optionsTor Lillqvist2012-03-051-9/+0
|
* Modify iOS device example to use ClangTor Lillqvist2012-03-011-6/+5
|
* android: remove obsolete sourcing of Env.Host.sh adviceMichael Meeks2012-02-271-1/+1
|
* Updates for iOS, and Xcode 4.3Tor Lillqvist2012-02-221-7/+27
|
* Recommend to use NDK r7bTor Lillqvist2012-02-171-2/+2
| | | | | | | Drop compiler options -fexceptions -frtti for Android, I hope they are taken care of by the makefilery where needed. At least either -fexceptions or -fno-exceptions is used for each C++ compilation as far as I know. Not so sure about RTTI, let's see.
* Merge branch 'feature/android'Tor Lillqvist2012-02-151-0/+2
|\
| * Add --with-android-sdk and --with-ant-home to the Android from Linux sampleTor Lillqvist2012-02-031-0/+2
| |
* | README.cross: LibO-dev -> LOdev in the mingw sectionMiklos Vajna2012-01-261-4/+4
|/
* Wash my handsTor Lillqvist2012-01-221-40/+28
|
* Add --with-android-sdk to the sample autogen.lastrunTor Lillqvist2012-01-201-0/+1
|
* Fix my emailTor Lillqvist2012-01-201-1/+1
|
* android: add --with-android-ndk= option to simplify configure.Michael Meeks2012-01-181-16/+2
|
* Correct my emailTor Lillqvist2012-01-171-1/+1
|
* Make it sound slightly less experimental and scaryTor Lillqvist2012-01-171-21/+20
|
* Work around http://code.google.com/p/android/issues/detail?id=23351Tor Lillqvist2012-01-111-12/+0
|
* More Android notesTor Lillqvist2012-01-031-13/+29
|
* Explain building and running (and debugging) unit tests on Android a bitTor Lillqvist2012-01-031-1/+38
|
* Add autogen.lastrun sample for cross-compiling to Android from Mac OS XTor Lillqvist2011-12-151-1/+22
|
* --with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky2011-11-291-1/+0
|
* Use the 5.0 SDK for the iOS simulator exampleTor Lillqvist2011-11-261-2/+2
|
* Update Android example to use NDK r7Tor Lillqvist2011-11-141-8/+8
|
* Update example for iOS device: Use 5.0 SDKTor Lillqvist2011-11-111-2/+2
|
* Add note about an iOS SDK hickupTor Lillqvist2011-11-111-0/+3
|
* Update iOS examplesTor Lillqvist2011-11-111-9/+14
|
* Tiny editTor Lillqvist2011-11-101-7/+7
|
* Add -Wl,--fix-cortex-a8 to the Android CC and CXXTor Lillqvist2011-11-081-2/+2
|
* Revert "Just put the Android ARM compiler options in the mk files"Tor Lillqvist2011-11-081-2/+2
| | | | | | | | | | | | | Nah. Sure, doing it like that is sane if you consider only our own code. But it won't help in making sure these options are used when compiling the 3rd-party external libraries. For that having the options already in the CC and CXX environment variables works nicely, I think. People just need to look at the samples in README.cross. Perhaps we could add the options to CC and CXX in configure.in, though? Is that elegant or not, don't know... This reverts commit 3c4f7242a967d6a3cb9e5e3f88bfb2cc348cc3eb.
* Just put the Android ARM compiler options in the mk filesTor Lillqvist2011-11-081-2/+2
|
* Update the Android exampleTor Lillqvist2011-11-071-8/+8
| | | | | Use compiler options to default to more modern ARM architecture, as surely any actual device this code would be run on uses.
* Introduce LibreOfficeMinGW distro-config.Jan Holesovsky2011-11-031-40/+11
|
* Make the README.cross a bit more copy&paste proofFridrich Štrba2011-10-201-5/+9
|
* Reduce confusion between openSUSE and SLE a bitTor Lillqvist2011-10-201-3/+3
|
* Add --disable-nss-module to the README.cross.Jan Holesovsky2011-10-181-0/+2
|
* No need to copy the .dlls to the installation any more.Jan Holesovsky2011-10-041-1/+0
|
* Don't recommend --enable-symbols, it makes it huge.Jan Holesovsky2011-09-291-1/+0
|
* You have to install into /tmp, otherwise you'll have runtime trouble.Jan Holesovsky2011-09-291-5/+8
|
* Add my autogen.lastrun too.Jan Holesovsky2011-09-271-0/+39
|
* Add MinGW debugging hints.Jan Holesovsky2011-09-271-0/+26
|
* Update the sample autogen.lastrun for AndroidTor Lillqvist2011-09-261-8/+10
|
* UpdatesTor Lillqvist2011-09-071-13/+12
|
* Minor update to the Windows autogen.lastrun sample to match mineTor Lillqvist2011-08-311-0/+4
|
* UpdatesTor Lillqvist2011-08-271-8/+11
|