Commit graph

8606 commits

Author SHA1 Message Date
Petr Mladek
57578c1828 split smoketest module to fix build
+ move the library and other build stuff to a new "smoketest" module
+ keep "smoketestoo_native" only for installing and running the tests
+ restore the targets in top level make
2011-12-02 18:35:40 +01:00
Jan Holesovsky
0f1b0e5b7a Don't overwrite OUTDIR & friends. 2011-12-02 10:43:46 +01:00
Jan Holesovsky
4f242ff5b0 Run gdb in the TUI mode. 2011-12-02 00:30:25 +01:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Andras Timar
f799339a4c set manufacturer name to OOO_VENDOR or else to USERNAME 2011-12-01 21:23:39 +01:00
Andras Timar
be8a7eb7c1 our product is always opensource 2011-12-01 21:23:38 +01:00
Petr Mladek
8c478c9110 create installation set for tests
+ it currently includes just the smoketest and is available only for Linux

+ the side effect is that it builds the smoketest before instsetoo_native
+ it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-12-01 21:16:47 +01:00
Petr Mladek
0056224aee Use more reasonable permissions also the profile files 2011-12-01 18:43:49 +01:00
Kohei Yoshida
f077db2668 Revert "Don't overwrite OUTDIR & friends."
This reverts commit 28275d470f.
2011-12-01 08:55:52 -05:00
Tor Lillqvist
08c9b47805 Fix typos in "hint" and make more readable 2011-12-01 11:16:06 +02:00
Bjoern Michaelsen
1f6be70688 do not even read module dirs when shortcuting 2011-11-30 22:20:56 +01:00
Bjoern Michaelsen
f95bf9c68d debugrun does not need to read gbuild definitions 2011-11-30 22:20:56 +01:00
Bjoern Michaelsen
359dc427b4 execute debugrun after building 2011-11-30 22:20:56 +01:00
Tor Lillqvist
5510127e89 Android code refactorig and hacking
Sorry for the large unstructured commit. But hey, the Android code is
experimental so far.

Extract the native lo-bootstrap code into a fairly normal library
built in sal. (Previously it was the JNI part of the "Bootstrap" app.)
Just linkink normally to liblo-bootstrap from C++ code that uses it
works fine, no need to do a dlsym lookup.

Bootstrap is still a subclass of NativeActivity and can thus still be
used as an "app" (to start unit tests, or whatever), but can also be
used from some other app's Java code to just get access to the
lo-bootstrap native methods.

Introduce a new top-level "module", android, for Bootstrap and the
experiments with DocumentLoader.

Note that the experimental DocumentLoader app still crashes. It can't
create the com.sun.star.frame.Desktop instance.

I spent lots of time debugging in the painfully inadequate
ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is
quite crappy in many ways.) I should really experiment with
corresponding code on a normal platform first before even trying on
Android. Basically, I think that if I just can get the concept of Java
code that instantiates and uses LO components *in-process* working on
a normal desktop platform, it should work on Android, too.
2011-11-30 21:52:52 +02:00
Tor Lillqvist
424c479e1a Don't bother with -D_PTHREADS -D_REENTRANT for Android 2011-11-30 21:52:29 +02:00
Bjoern Michaelsen
0e3f81ae4d remove debug line 2011-11-30 19:18:48 +01:00
Bjoern Michaelsen
7d3f21b274 dont read gbuild definitions on distclean 2011-11-30 19:06:46 +01:00
Jan Holesovsky
28275d470f Don't overwrite OUTDIR & friends. 2011-11-30 17:22:18 +01:00
Bjoern Michaelsen
83e0a67b93 fix silent pass on to buildpl 2011-11-30 17:12:21 +01:00
Bjoern Michaelsen
ab988b3790 fix conditions on when to read gbuild definitions 2011-11-30 16:46:31 +01:00
Bjoern Michaelsen
ec894c5fb9 lets only depend build-order only on build from debugrun for now
- as long as we still have the slow build.pl run for top-level build
2011-11-30 15:21:45 +01:00
Bjoern Michaelsen
1f538764ac make build.pl verbose on non-silent builds 2011-11-30 14:31:01 +01:00
Caolán McNamara
bc340ff02d get findunusedcode target working 2011-11-30 13:04:31 +00:00
Bjoern Michaelsen
509590426a fix TARGETGUI for windows 2011-11-30 13:36:33 +01:00
Rene Engelhard
b7b23ac999 don't remove Makefile on make distclean, we need it now in all cases... 2011-11-29 23:51:55 +01:00
Bjoern Michaelsen
a8fd6eb67e remove another debug line 2011-11-29 20:38:47 +01:00
Bjoern Michaelsen
eef80c23ff use gb_MINISOLARENV for platform check 2011-11-29 20:15:24 +01:00
Bjoern Michaelsen
dd750cf42b with announce letters shalt thou count to three, no more, no less 2011-11-29 18:11:51 +01:00
Bjoern Michaelsen
8bd1636b4d remove debug output 2011-11-29 17:29:28 +01:00
Bjoern Michaelsen
80f27b43e1 Makefile.in -- die, die, die! 2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
6a6152a9a3 moved findunusedcode to gbuild 2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
912ad68d34 move install target to gbuild 2011-11-29 17:25:13 +01:00
Bjoern Michaelsen
536bf877b7 respect DO_FETCH_TARBALLS again 2011-11-29 13:15:42 +01:00
Bjoern Michaelsen
a0732d042f do incemental build from instsetoo_native to smoketest, if both are needed 2011-11-29 13:09:51 +01:00
Bjoern Michaelsen
c0d26723eb do not loop 2011-11-29 00:16:27 +01:00
Stephan Bergmann
3156076b47 Some unxgcc_gdbforjunit.sh improvements. 2011-11-28 22:05:46 +01:00
Jan Holesovsky
4c41530eed Use the build.pl parallelism again. 2011-11-28 21:30:32 +01:00
Jan Holesovsky
7c292efd35 Fix typo. 2011-11-28 21:30:31 +01:00
Bjoern Michaelsen
70324f1e66 dont overoptimize a plain make without an explicit target 2011-11-28 21:10:54 +01:00
Bjoern Michaelsen
92d68ce31a source build env for crosscompiles 2011-11-28 19:42:21 +01:00
Bjoern Michaelsen
cb4dbf934a some consistent naming cant hurt: cross-build-toolset -> cross_toolset 2011-11-28 19:25:05 +01:00
Bjoern Michaelsen
ce33bdce9d targets must be postextension SRCDIR is empty otherwise 2011-11-28 17:57:03 +01:00
Bjoern Michaelsen
807d70df1d post_BuilplTargets.mk -> ost_BuildplTargets.mk 2011-11-28 17:57:03 +01:00
Bjoern Michaelsen
9a3b9add92 more targets moved to gbuild 2011-11-28 17:57:03 +01:00
Bjoern Michaelsen
910a452fed move build dev-install cross-build-toolset to gbuild 2011-11-28 17:57:03 +01:00
Bjoern Michaelsen
8a310e3521 moved some more targets to gbuild 2011-11-28 17:57:03 +01:00
Caolán McNamara
bc8a2861b4 tidy up escaping so this works for me 2011-11-28 12:09:29 +00:00
Michael Meeks
af761f996d solenv: link misc. built-in extensions 2011-11-28 11:07:00 +00:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00