Commit graph

8557 commits

Author SHA1 Message Date
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
Andras Timar
d9f7b43af4 if silent MSI, put LibreOffice starter icon to Program menu folder 2011-11-21 22:20:05 +01:00
Tor Lillqvist
8a3ea757c3 Use --with-library-suffix=lo for Android to avoid clash with system ICU 2011-11-21 15:48:53 +02:00
Andras Timar
5fc21e87b9 in perl there are no barewords for true/false 2011-11-21 10:05:20 +01:00
Tor Lillqvist
c249a50942 Enforce lib prefix for UNO components here, too 2011-11-21 01:51:20 +02:00
Eike Rathke
afe9ca99eb optionally include outpaths
Only when given --with-outpath the IDs include projects/$INPATH/inc (also
solver/$INPATH/inc)
2011-11-19 16:15:19 +01:00
Markus Mohrhard
ed398366d5 remove libsqlite from macosx library path again and disable testPassword there 2011-11-19 02:52:38 +01:00
Andras Timar
949ee7c308 add --enable-silent-msi configure switch
On Windows it is now configurable to create an MSI installer
which installs LibreOffice without user interaction.
2011-11-18 23:47:35 +01:00
Michael Stahl
0d09e4025e ComponentTarget: do not generate broken component files 2011-11-18 22:24:18 +01:00
Andras Timar
555a663292 don't create download (nsis) install sets on Windows 2011-11-17 16:02:26 +01:00
Tor Lillqvist
469c9ac2f9 Enforce a "lib" prefix for UNO components for Android
This commit for the old build system. (Don't bother for components not
relevant for Android.)

The Android package installer (as invoked through "adb install", from
"ant debug install") silently ignores native libraries in app packages
(.apk files) whose names don't start with "lib" and end with ".so".

The package builder (as invoked through "ant debug") in the SDK gladly
includes also thusly named native libraries in the .apk, though. Yay
for consistency.
2011-11-17 15:22:59 +02:00
Andras Timar
e75175625e remove setup.exe and setup.ini from Windows installdir 2011-11-17 13:19:07 +01:00
Jan Holesovsky
ce8f0a7e72 Removing the last remnants of layout - sorry to see it go :-( 2011-11-17 00:49:48 +01:00
Norbert Thiebaud
8a7cfed28d support for various make goal in source_and_rerun 2011-11-16 16:14:09 -06:00
Stephan Bergmann
1a07c3b530 Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION. 2011-11-16 16:08:43 +01:00
Andras Timar
ee53055d7d merge transforms to msi as substorages and update summary information 2011-11-16 15:50:45 +01:00
Andras Timar
1ed7b50b43 include cab in msi 2011-11-16 15:50:40 +01:00
Jan Holesovsky
2d19e9bb07 Kill one usage of chrel.sed to fix build. 2011-11-16 14:21:33 +01:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Norbert Thiebaud
cb70868bda add utility script and build_env to avoid sourcing Env.Host.sh
The goal is to able to do partial build without having
to source Env.Host.sh into one's environment

There is 2 way to use this:

1/
copy the scripts lo_find_src_root and lo_proxy_start
somewhere in your PATH, and
then you can add
alias build='lo_proxy_start build'
alias deliver='lo_proxy_start deliver'
in your .bashrc

at that point you can use build and deliver anywhere in the source tree
without the need to source anything.
This allow you to switch from one source tree to another.
the proper SRC_ROOT will be determined automatically based
on the current working directory

2/
source build_env

build_env only source the bare minimum to allow build and make to work
for the associated source tree.
If you want to work in a diffrent tree, you need to resource
2011-11-16 06:18:53 -06:00
Thorsten Behrens
3e585a1725 Fix variable name in make_installer
Seems I mis-copypasted the name here - mac dev builds were not using
the new DS_Store at any rate.
2011-11-16 11:27:55 +01:00
Stephan Bergmann
d38713da13 Do not erroneously clean other modules' component files in CppunitTest.mk. 2011-11-15 18:29:47 +01:00
Stephan Bergmann
16aa2c1dd6 Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
With the basis/brand split undone, they are always the same as
PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15 18:29:47 +01:00
Felix Zhang
eacfa0f77c removing obsolete layout code 2011-11-15 14:39:55 +01:00
Markus Mohrhard
450c49d93f add sqlite path to library path and enable testPassword
plus gb_Helper_extend_ld_path normalization by sbergman@redhat.com
2011-11-15 09:04:37 +01:00