Commit Graph

10 Commits

Author SHA1 Message Date
d2218f8e26 iOS hacking for cppunittester
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-09 13:50:19 +03:00
afff438426 Do build cppunittester when cross-compiling after all 2011-06-16 19:03:23 +03:00
47a7b9021f Always compare CROSS_COMPILING explicitly to "YES" 2011-06-06 09:17:34 +03:00
613eefe4f1 Cannot do unit testing when cross-compiling 2011-05-22 02:11:04 +03:00
c568ecd03b remove ADAPT_EXT_STL 2011-04-05 11:54:26 +01:00
fc04c69770 cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport 2010-08-03 10:01:07 +01:00
sb
6c036b980c sb118: #i109791# improved CPPUNIT_CFLAGS handling 2010-03-04 22:13:08 +01:00
e7f33a9afe sb118: CFLAGS += $(CPPUNIT_CFLAGS) 2010-03-03 21:57:02 +01:00
sb
d2a42ecf88 sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle 2010-02-25 14:34:54 +01:00
sb
0d8e2caa55 sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.
- Old modifications were necessary for testshl2, which has simply been excluded
  from the build for now.
- Tests in basebmp, basegfx, o3tl (that are executed during build) have been
  converted from using modified CppUnit/testshl2 to using unmodified CppUnit.
- CppUnit's DllPlugInTester has problems with OOo tests on Windows, see
  #i107562#, so for now a new cppunittester from sal is used instead.
2009-12-11 14:29:59 +01:00