Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-19 | Don't point to non-existent directories in JAVA_LIB | Tor Lillqvist | |
2012-01-19 | Google calls armel just arm | Tor Lillqvist | |
2012-01-18 | android: use config_host.mk for unit test goodness | Michael Meeks | |
2012-01-18 | android: add --with-android-ndk= option to simplify configure. | Michael Meeks | |
2012-01-18 | _MSC_VER is compiler define and cpp.lcc needs to be taught about it | Fridrich Štrba | |
2012-01-17 | add human theme to configure | Bjoern Michaelsen | |
2012-01-16 | Fix typo | Tor Lillqvist | |
2012-01-16 | Env.Build.sh should source config_build.mk | Tor Lillqvist | |
2012-01-16 | There is no desktop/scripts/soffice.sh.in any more | Tor Lillqvist | |
2012-01-16 | Attempt to manage without Berkeley DB on iOS and Android | Tor Lillqvist | |
Berkeley DB is used for help index and extension database. (Possibly only for a backward-compatible format of the latter, I am not sure.) Neither use makes much sense on Android and iOS. The existing help is for LO on desktop OSes anyway, help for LO-based apps on iOS and Android will naturally be quite different. On iOS there will definitely be no "extensions", and probably we don't want to bother with such on Android either. | |||
2012-01-15 | simplify handling of JITC_PROCESSOR_TYPE | David Tardon | |
2012-01-15 | config*: add cflags for gio, gconf and gnomevfs | Matúš Kukan | |
2012-01-11 | avoid generating a file in the source tree | David Tardon | |
2012-01-11 | bah, i forgot *export* | David Tardon | |
2012-01-11 | we need a var. assignment here, not a value | David Tardon | |
2012-01-09 | Kill --with-local-solver | Tor Lillqvist | |
2012-01-09 | We don't need doxygen for the sub-configure | Tor Lillqvist | |
2012-01-05 | Switch from autodoc to doxygen for SDK C++ documentation. | Stephan Bergmann | |
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed). | |||
2012-01-05 | Set FONTCONFIG_LIBS and FREETYPE_LIBS for the internal case (for Android) | Tor Lillqvist | |
2012-01-02 | migrate JAVALIB out of set_soenv.in | Norbert Thiebaud | |
2012-01-02 | avoid conditional define, since they may cause troubles in x-comp case | Norbert Thiebaud | |
2012-01-02 | oops use == not = in dmake conditional | Norbert Thiebaud | |
2012-01-02 | The Android NDK calls the CPU just "arm", not "armel" | Tor Lillqvist | |
2012-01-02 | ICU relying on undef is not viable in cross-compile scenario | Norbert Thiebaud | |
2012-01-01 | GNUCOPY is one of these var that are defined-sensitive. | Norbert Thiebaud | |
2012-01-01 | migrate non-conditional straight from configure.in var out of set_soenv.in | Norbert Thiebaud | |
2011-12-31 | fix PathFormat, use build_os not host_os | Norbert Thiebaud | |
2011-12-31 | fix typo: formatted | Korrawit Pruegsanusak | |
2011-12-31 | fix 64 bits build detection for cygwin | Norbert Thiebaud | |
2011-12-31 | Path format issue with cygwin... try to restore the original behavior | Norbert Thiebaud | |
2011-12-30 | type in COMEX handling | Norbert Thiebaud | |
2011-12-30 | migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATOR | Norbert Thiebaud | |
2011-12-30 | move MS stuff earlier in configure. pre-work for set_soenv.in migration | Norbert Thiebaud | |
2011-12-30 | move PRODUCT and PROEXT determination earlier in configure. | Norbert Thiebaud | |
the is a prep work to migrate IN/OUTPATH out of set_soenv.in | |||
2011-12-30 | build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE) | Rene Engelhard | |
2011-12-24 | do not export SUNTEMPLATE_LANG. Not used anywhere | Norbert Thiebaud | |
2011-12-24 | binned XAU_LIBS from configure.in. Not used anywhere. | Norbert Thiebaud | |
2011-12-24 | binned --enable-static-gtk... no used anywhere. | Norbert Thiebaud | |
2011-12-24 | prep work to eliminated Env.*.sh, introduce config_{host,build}.mk | Norbert Thiebaud | |
This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make. | |||
2011-12-22 | Revert "Fix gmake detection for MacOSX" | Bjoern Michaelsen | |
This reverts commit cf33de27eb5e981d8a1fa76f6a9d72ce7174f10d. This breaks make bug 20033 detection on Linux. If this can not be reliably detected on OSX, just disable parallelism for GNU make 3.81 on OSX in general, but leave the detection intact for Linux. | |||
2011-12-21 | only use posix_fallocate() if it's actually available | Robert Nagy | |
2011-12-20 | Do hardcode alignments for PowerPC Mac OS X | Tor Lillqvist | |
2011-12-20 | Require ac_cv_alignof_* env vars if we don't have AC_CHECK_ALIGNOF | Tor Lillqvist | |
2011-12-20 | Abandon attempt to use the debug CRT in a dbgutil build | Tor Lillqvist | |
2011-12-20 | Fix gmake detection for MacOSX | James C | |
2011-12-18 | remove obsolete (OxygenOffice-style) Lightproof integration | Andras Timar | |
2011-12-17 | do not package pything scripting extension when building --with-python=no | Norbert Thiebaud | |
2011-12-17 | use a c-version of concat-deps.pl | Norbert Thiebaud | |
This touch configure.in with a trivial space removal to force a ./bootstrap on the tinderboxes This make ./bootstrap build a 'build-side' executable concat-deps and modify LinkTarget.mk to use it instead of concat-deps.pl The impact is a conservative x10 times improvement in both elapsed and cpu time in overhead due to DEP generations. time make -sr build in tail_build after removing workdir/$INPATH/Dep/LinkTarget/Library/* (all on Intel X3360, 2.83GHz, 4-core) before: elapsed: 116.5 cpu: 115.9 after elapsed: 24.3 cpu: 23.9 base (no dep processing, i.e no rm of Dep/...) elapsed: 17.5 cpu: 17.4 overhead ratio: elapsed: 14.5x cpu: 15x same with -j6 before: elapsed: 47 cpu: 116 after: elapsed: 20.8 cpu: 24 base: elapsed: 17.5 cpu: 17.5 overhead ratio: elapsed: 9x cpu: 15x Note: for now the executable is generated directly in the source tree (in solevn/bin ). That is not ideal. It and other similar polution should be moved, to workdir most likely.. For now we just hide the mess under the .gitignore carpet | |||
2011-12-17 | Do build cairo for Android, will likely be needed | Tor Lillqvist | |
2011-12-15 | Save the config.log for the build platform as config.Build.log | Tor Lillqvist | |