Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-26 | Fix typo | Tor Lillqvist | |
2011-07-25 | use python-x.y.pc if existing for setting PYTHON_{CFLAGS,LIBS} | Rene Engelhard | |
2011-07-25 | Silence the zip check. | Jan Holesovsky | |
2011-07-25 | Use --filesync instead of -FS as the zip option. | Jan Holesovsky | |
2011-07-25 | Make the zip error message less confusing. | Jan Holesovsky | |
[Report directly when checking for zip, not after checking for unzip.] | |||
2011-07-25 | Use fixed-name environment script and no source_soenv.sh | Tor Lillqvist | |
No longer call the script snippet LinuxX86Env.Set.sh, MacOSXX86Env.Set.sh, etc, but always Env.Host.sh. No need for source_soenv.sh then, which wouldn't have worked when cross-compiling anyway. (As before, when cross-compiling, the environment script snipppet for the BUILD platform is called Env.Build.sh.) | |||
2011-07-24 | change to internal python for Mac, raise minimum python version to 2.6 | Christian Lohmaier | |
pyuno has been python3-ified. Only python 2.6 and later are forward-compatible. Mac OSX 10.4 comes with 2.3, Mac OSX 10.5 comes with 2.5 only | |||
2011-07-24 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
2011-07-22 | ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without | Caolán McNamara | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-18 | use internal cppunit with STL debug enabled | Luboš Luňák | |
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html | |||
2011-07-18 | tweak euid check to use a simpler check instead | Michael Meeks | |
2011-07-18 | Work around a bash-ism in configure.in | Mike Eberdt | |
2011-07-17 | Check for unzip | Thomas Arnhold | |
This wasn't working on Linux. Build was started no matter if unzip was found or not. This lead to other errors and finally to a build break. Hopefully this doesn't break other platforms. | |||
2011-07-15 | Properly determine number of CPUs on FreeBSD | Mike Eberdt | |
2011-07-14 | add check for extra bit of minimal perl, etc. env | Caolán McNamara | |
2011-07-14 | Unset the Python environment vars when running the sub-configure | Tor Lillqvist | |
2011-07-05 | Do build cairo for iOS | Tor Lillqvist | |
2011-07-04 | for windows, iOS and Android only force cairo if librsvg required | Caolán McNamara | |
2011-07-04 | clean-up configure.in intendations | Norbert Thiebaud | |
2011-07-03 | Perhaps the GNU ld requirement is bogus on current (Open)Solaris descendants | Tor Lillqvist | |
2011-06-30 | make cairo an unconditional requirement for text rendering | Caolán McNamara | |
2011-06-25 | --with-system-libs should not prevent tarbals fetching | Luboš Luňák | |
2011-06-22 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
2011-06-22 | make fontconfig non-optional on non-MacOSX unix | Caolán McNamara | |
2011-06-21 | Disable ATL when compiling with MinGW | Tor Lillqvist | |
2011-06-21 | Pass --disable-zenity to the inner configure run for the BUILD platform | Tor Lillqvist | |
2011-06-20 | document this better | Alexander Thurgood | |
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
Conflicts: Repository.mk RepositoryFixes.mk configure configure.in set_soenv.in solenv/config/sdev300.ini solenv/gbuild/ComponentTarget.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/CustomTarget.mk solenv/gbuild/Deliver.mk solenv/gbuild/Executable.mk solenv/gbuild/JavaClassSet.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/StaticLibrary.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/linux.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/windows.mk solenv/gbuild/platform/winmingw.mk solenv/gbuild/templates/Executable.mk solenv/gbuild/templates/Library.mk solenv/inc/libs.mk solenv/inc/unxobsd.mk | |||
2011-06-18 | enable libstdc++'s debug mode with --enable-debug | David Tardon | |
2011-06-17 | ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ↵ | Philipp Lohmann [pl] | |
ENABLE_CAIRO_CANVAS [hg:e09be3339384] | |||
2011-06-17 | Merge remote-tracking branch 'origin/libreoffice-3-4' | Jan Holesovsky | |
Conflicts: Makefile.in bootstrap.1 configure.in solenv/inc/minor.mk | |||
2011-06-17 | Make the online update service configurable (via --enable-online-update). | Jan Holesovsky | |
Signed-off-by: Petr Mladek <pmladek@suse.cz> | |||
2011-06-17 | gnumake4: configure.in: require Info-ZIP 3.0 [hg:ce56f9735b9c] | Michael Stahl | |
2011-06-17 | gnumake4: configure.in: remove checks for obsolete Solaris 2.[67] ↵ | Michael Stahl | |
[hg:e37d17b6d8d9] | |||
2011-06-17 | gnumake4: #i117350# configure.in: s/MINGSTRIP/MINGWSTRIP/ [hg:82fc045a63a6] | Michael Stahl | |
2011-06-16 | Add BUILD_TYPE keywords NATIVE and DESKTOP | Tor Lillqvist | |
NATIVE indicates that the BUILD and HOST platforms are the same, i.e. a "normal" not cross-compiling build. DESKTOP indicates a "normal" desktop/server OS, like Linux, Windows, BSD or Mac OS X. (Non-desktop ones would be "mobile" ones like iOS and Android.) (All traditional, and so far only actually working, builds of OOo/LO is both NATIVE and DESKTOP. The non-NATIVE and non-DESKTOP cases belong in the experimental cross-compilation work.) All non-DESKTOP cases are also non-NATIVE, at least so far. In other words, when building for a mobile OS we always cross-compile. Note that the reverse is not true: We eventually would want to cross-compile to Windows, rarer Linux architectures, and PowerPC Mac OS X. DESKTOP is used in build.lst files to indicate modules that it makes no sense to build for mobile platforms. Nobody is going to run LibreOffice SDK tools on a tablet. NATIVE is used in build.lst files to indicate modules that produce just build-time executables (which can't be run on the BUILD system when cross-compiling), and which are not part of the SDK either. (Sadly the use of BUILD_TYPE keywords in the build.lst files is a bit tedious: you have to mark a module in the build.lst files of all its "parents", modules that depend on it, not in that of the module itself.) It does make sense to build SDK tools in the other cross-compilation cases. There is no reason why we wouldn't want to cross-compile also the executables that go into the SDK when cross-compiling to Windows, for instance. | |||
2011-06-15 | Eeek, don't let ENABLE_GTK be set for iOS or Android | Tor Lillqvist | |
2011-06-15 | only fetch external tarballs if --disable-fetch-external is not defined | Robert Nagy | |
2011-06-15 | only fetch external tarballs if --disable-fetch-external is not defined | Robert Nagy | |
2011-06-14 | more configure, and scp2 pieces for gtk3 integration | Michael Meeks | |
2011-06-14 | first cut of gtk3 auto-detection, and autoconf-foo | Michael Meeks | |
2011-06-14 | Add FOR_BUILD variant of SYSTEM_LIBXSLT and use it to decide which xsltproc ↵ | Tor Lillqvist | |
to run | |||
2011-06-13 | Revert "Use separately built "system" OpenSSL for iOS" | Tor Lillqvist | |
This reverts commit cd4784c4d7466027801736f13bf06b08f6beacf6. | |||
2011-06-13 | Use system libxml2 on iOS | Tor Lillqvist | |
2011-06-10 | No cairo and librsvg for Android | Tor Lillqvist | |
Cairo has no font backend suitable for Android anyway. So no use building librsvg or the other 3rd-party libs that just librsvg needs then either. | |||
2011-06-09 | Propagate also SYSBASE to the build environment | Tor Lillqvist | |
2011-06-09 | this links-are-a-problem thing on windows seems to be archaic now | Caolán McNamara | |
2011-06-05 | Hopefully unbreak build on MacOSX 10.4 PPC | Tor Lillqvist | |
It apparently doesn't have curl-config in /Developer/SDKs/MacOSX10.4u.sdk/usr/bin, in fact no usr/bin in the 10.4 SDK at all. (The 10.4u SDK on Intel does have it.) Which is a bit weird, I thought that SDK was supposed to be "universal" and the same for both ppc and x86. But oh well, I will when necessary just set CURLCONFIG in the environment when running configure then. | |||
2011-06-05 | Bin the --with-icu-native-build-root option | Tor Lillqvist | |