Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-27 | Bypass libwp? for iOS | Tor Lillqvist | |
2012-01-24 | Put a local.properties in android/qa/desktop, too | Tor Lillqvist | |
2012-01-24 | Indent the postgresql stuff consistently like the rest of the file | Tor Lillqvist | |
2012-01-23 | fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part. | Stephan Bergmann | |
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk | |||
2012-01-22 | Use more portable `=' comparison operator instead of `=='. | Thomas Klausner | |
2012-01-22 | Must export SYSBASE for it to propagate through set_soenv | Tor Lillqvist | |
2012-01-20 | android: add the sdk platform-tools and tools to your path to simplify | Michael Meeks | |
2012-01-20 | Improve Android configury | Tor Lillqvist | |
Add a --with-android-sdk switch, and make that and the --with-android-ndk mandatory when building for Android. Automatically create a proper android/sc/qa/local.properties file (which points to the SDK) for Ant. Restore the Android ARM code generation related flags that I think we want to use (that used to be mentioned in README.cross but were accidentally dropped) to the automated setting of CC and CXX. | |||
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 | |