summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
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
2011-11-15Rework the bootstrap mechanism of a LO program on AndroidTor Lillqvist
Do use NativeActivity and android_native_app_glue after all. I hope this enables us to have a "message pump" (a loop that typically would call ALooper_pollAll()) inside the LO "program" being run, as expected by LO code. (On Android, a "program", even one mostly implemented in native code, is actually a shared library loaded by the main Java code of an app.) The android_native_app_glue code and the android_main() it calls belongs in the bootstrap library, though. Not in SAL_MAIN_IMPL. The earlier idea, having a "normal" Java Activity subclass, would mean events come in as method calls to that class. To then turn those into something the LO code can "get", we would have effectively had to re-implement what android_native_app_glue does anyway.
2011-11-14fix some commentsAndras Timar
2011-11-14Fix build --all depend=x.Stephan Bergmann
2011-11-14Also link shared libs always with -llog -landroid -lgnustl_sharedTor Lillqvist
2011-11-14Link with -lgnustl_shared on AndroidTor Lillqvist
2011-11-12Always use -shared and -llog -landroid for Android also in gbuildTor Lillqvist
2011-11-11Fix the TMPDIR setting, sorry.Jan Holesovsky
2011-11-11gb_COMPILERDEFAULTOPTFLAGS need to be set before the include of GGG_defsNorbert Thiebaud
2011-11-11Introduce generic windows.mk for gbuild.Jan Holesovsky
This fixes the MinGW installation problems with officehelper.py.
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
2011-11-11Forgot to move solenv/wntgcci/inc to solenv/inc/wntgcciTor Lillqvist
2011-11-10New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann
2011-11-10Move solenv/$OUTPATH/inc to solenv/inc/$OUTPATHTor Lillqvist
In a --enable-dbgutil tree, "make clean" will remove solenv/$OUTPATH.
2011-11-10wrong name for the platform file for windows based buildNorbert Thiebaud
2011-11-10LINUX_S390X_GCC and LINUX_POWERPC64_GCC were pointing to the wrong thingNorbert Thiebaud
2011-11-10it is conjectured that solenv/unxmacxp/inc/poll.h is not needed anymoreNorbert Thiebaud
2011-11-10gbuild: target platform is identified by the triplet OS/CPU/COMPILERNorbert Thiebaud
That simplify the dispatching in gbuild.mk and gbuild_simple.mk and it will be use as a base to factorize common stuff based on OS and Compiler.
2011-11-10all the code left in linux.mk is from caolanNorbert Thiebaud
2011-11-10We want Android shared objects to have names ending in .soTor Lillqvist
See my previous commit for rationale. For Android, bypass the UNIXVERSIONNAMES thing in the dmake build system.
2011-11-09Allow full deps on WNT since it seems that it worksMichael Stahl