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
Norbert Thiebaud
e4610ffd2d
remove PCH support in dmake-module
2011-11-27 12:26:12 -06:00
Norbert Thiebaud
992757cc5e
remove pre-compiled header support in gbuild and gbuildified module
2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
3d37661a09
dont attach, start own instance as otherwise it might be blocked via/proc/sys/kernel/yama/ptrace_scope
2011-11-26 02:07:05 +01:00
Tor Lillqvist
a5cdc4cbc7
xargs on MacOSX seems a bit broken, work around that
2011-11-26 00:34:13 +02:00
Stephan Bergmann
58932ca242
fix stderr piping
2011-11-25 19:07:19 +01:00
Tor Lillqvist
ea19e7243b
No DT_RPATH or DT_RUNPATH support in the Bionic dynamic linker
2011-11-25 18:19:51 +02:00
Bjoern Michaelsen
faa11fecdb
fix default junit soffice path
2011-11-25 16:48:43 +01:00
Lior Kaplan
9675702370
Sort languages alphabetically (please insert new entries in the right place)
2011-11-25 17:09:21 +02:00
Bjoern Michaelsen
bb149de2b4
some hints cleanup
2011-11-25 15:14:33 +01:00
Bjoern Michaelsen
b684a5bb03
create debugrun target, adjust JunitTests to them
2011-11-25 15:14:32 +01:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Bjoern Michaelsen
861acb431a
some more junit hint to run just one test
2011-11-25 12:04:40 +01:00
Bjoern Michaelsen
1cec66388e
dont choke without gdb
2011-11-25 05:25:16 +01:00
Bjoern Michaelsen
279473f1ed
cut out noise in junit stacktrace for output, but keep them in log
2011-11-25 05:24:23 +01:00
Bjoern Michaelsen
74f44646ba
gdb stacktraces for subsequentchecks
2011-11-25 04:16:28 +01:00
Caolán McNamara
b0ba08657f
SwIndex::nIndex renamed to SwIndex::m_nIndex
2011-11-24 21:17:47 +00:00
Tor Lillqvist
0cc0df0588
No symbol versioning on Android
2011-11-24 19:20:12 +02:00
Daisuke Nishino
f4573ceb29
Fix bug in build.pl option parser
2011-11-23 14:36:59 +00:00
Jan Holesovsky
832e6d2293
Some trivial fixes for MinGW with -std=c++0x enabled; not finished.
2011-11-23 11:59:30 +01:00
Stephan Bergmann
577c7ea310
Clean up gb_Library_set_componentfile argument handling.
...
It is only ever called with 2, never with 3 arguments. And the
gb_ComponentTarget_ComponentTarget it calls only takes 3, not 4 arguments.
2011-11-23 08:16:13 +01:00
Andras Timar
734bfe16bd
remove unused FOR_WIN_X define
2011-11-22 14:17:23 +01:00
Andras Timar
018b48d361
fix VERSIONINFO section of win32 executables fdo#30798
2011-11-22 14:17:23 +01:00
Stephan Bergmann
70a6b9ffbd
New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.
...
* New SAL_INFO..., SAL_WARN... macros.
* New SAL_STREAM supersedes OSL_FORMAT.
* oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now).
* TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site
cleanup).
* Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet
addressed.
* Some replacements tools String -> rtl::OUString.
2011-11-22 09:41:47 +01:00
Michael Stahl
82dd6525a2
offapi: re-activate the reference type rdb check
2011-11-21 22:46:26 +01:00
Michael Stahl
83e82d2d59
UnoApiTarget: document add functions a bit
2011-11-21 22:46:21 +01:00