Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-16 | Use the same simple lo_main() on iOS as on Android | Tor Lillqvist | |
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way. | |||
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-03 | Add statically linked basegfx cppunittester for iOS | Tor Lillqvist | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-25 | Don't bother with StaticLibrary_basegfx_s for iOS | Tor Lillqvist | |
We only build statitc libraries for iOS anyway. | |||
2011-06-17 | CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: add cppunittests for basebmp and basegfx [hg:f8f8d6414c70] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: convert basegfx to new build system [hg:e8f9d107b59a] | Mathias Bauer | |