summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-26dont attach, start own instance as otherwise it might be blocked ↵Bjoern Michaelsen
via/proc/sys/kernel/yama/ptrace_scope
2011-11-26xargs on MacOSX seems a bit broken, work around thatTor Lillqvist
2011-11-25fix stderr pipingStephan Bergmann
2011-11-25No DT_RPATH or DT_RUNPATH support in the Bionic dynamic linkerTor Lillqvist
2011-11-25fix default junit soffice pathBjoern Michaelsen
2011-11-25Sort languages alphabetically (please insert new entries in the right place)Lior Kaplan
2011-11-25some hints cleanupBjoern Michaelsen
2011-11-25create debugrun target, adjust JunitTests to themBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25some more junit hint to run just one testBjoern Michaelsen
2011-11-25dont choke without gdbBjoern Michaelsen
2011-11-25cut out noise in junit stacktrace for output, but keep them in logBjoern Michaelsen
2011-11-25gdb stacktraces for subsequentchecksBjoern Michaelsen
2011-11-24SwIndex::nIndex renamed to SwIndex::m_nIndexCaolán McNamara
2011-11-24No symbol versioning on AndroidTor Lillqvist
2011-11-23Fix bug in build.pl option parserDaisuke Nishino
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky
2011-11-23Clean up gb_Library_set_componentfile argument handling.Stephan Bergmann
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-22remove unused FOR_WIN_X defineAndras Timar
2011-11-22fix VERSIONINFO section of win32 executables fdo#30798Andras Timar
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
* 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-21offapi: re-activate the reference type rdb checkMichael Stahl
2011-11-21UnoApiTarget: document add functions a bitMichael Stahl
2011-11-21if silent MSI, put LibreOffice starter icon to Program menu folderAndras Timar
2011-11-21Use --with-library-suffix=lo for Android to avoid clash with system ICUTor Lillqvist
2011-11-21in perl there are no barewords for true/falseAndras Timar
2011-11-21Enforce lib prefix for UNO components here, tooTor Lillqvist
2011-11-19optionally include outpathsEike Rathke
Only when given --with-outpath the IDs include projects/$INPATH/inc (also solver/$INPATH/inc)
2011-11-19remove libsqlite from macosx library path again and disable testPassword thereMarkus Mohrhard
2011-11-18add --enable-silent-msi configure switchAndras Timar
On Windows it is now configurable to create an MSI installer which installs LibreOffice without user interaction.
2011-11-18ComponentTarget: do not generate broken component filesMichael Stahl
2011-11-17don't create download (nsis) install sets on WindowsAndras Timar
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist
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-17remove setup.exe and setup.ini from Windows installdirAndras Timar
2011-11-17Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky
2011-11-16support for various make goal in source_and_rerunNorbert Thiebaud
2011-11-16Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION.Stephan Bergmann
2011-11-16merge transforms to msi as substorages and update summary informationAndras Timar
2011-11-16include cab in msiAndras Timar
2011-11-16Kill one usage of chrel.sed to fix build.Jan Holesovsky
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-16add utility script and build_env to avoid sourcing Env.Host.shNorbert Thiebaud
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-16Fix variable name in make_installerThorsten Behrens
Seems I mis-copypasted the name here - mac dev builds were not using the new DS_Store at any rate.
2011-11-15Do not erroneously clean other modules' component files in CppunitTest.mk.Stephan Bergmann
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-15add sqlite path to library path and enable testPasswordMarkus Mohrhard
plus gb_Helper_extend_ld_path normalization by sbergman@redhat.com
2011-11-15Remove non-animated prefixes in gb_COLOR mode.Thorsten Behrens