Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | typo in HAVE_GNUMAKE_FILE_FUNC, and var2file must return the filename | Norbert Thiebaud | |
2012-03-25 | detect of gnumake support $(file function | Norbert Thiebaud | |
$(file is a new function that landed in gnu-make cvs it allow to write a makefile variable directly into a file bypassing the usual command line size limitiation | |||
2012-03-23 | Enable use of older tars that uses --strip-path to strip components | Fridrich Štrba | |
2012-03-21 | Add separate switch for disabling of dynamic loading (iOS) for orthogonality | Tor Lillqvist | |
2012-03-19 | mingw: check for jpeg dll | David Tardon | |
2012-03-19 | mingw: check for system iconv dll | David Tardon | |
libxslt in Fedora mingw packages depends on it. | |||
2012-03-18 | mingw: allow use of system zlib | David Tardon | |
2012-03-18 | mingw: avoid hardcoded dll versions and deps | David Tardon | |
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available (typically that would be the "main" library, e.g., libxml2 or libcurl) and libo_MINGW_TRY_DLL for possible dependencies (that may not be the same on different systems). All further references to the dlls are exclusively through the configured variables or defines set from these variables (e.g., instead of hardcoding libxml2-2.dll, use $(MINGW_LIBXML2_DLL)). The macros are documented in m4/mingw.m4 . Files that must be changed when adding a new dll: * configure.in * config_host.mk.in * external/mingw-dlls/makefile.mk * scp2/source/ooo/makefile.mk * scp2/source/ooo/mingw_dlls.scp | |||
2012-03-13 | make OString work even with old gcc that has SFINAE broken | Luboš Luňák | |
Since OString already has a ctor accepting const char*, I cannot find out a way to distinguish string literals other than using a template, otherwise const char* somehow takes precedence (all of gcc, clang, msvc). But the template requires the Substitution Is Not A Failure Idiom to actually create only wanted instances. And the compiler can try evaluate the OString ctor as a possibility when comparing an int to an anonymous enum, and anonymous enum as a type without linkage cannot be a template argument before C++11. SFINAE should still work, but not with gcc older than 4.0.2 (which we right now use only on macs). So for that case disable the string literal ctors, which means macs will have one extra strlen call, and also that embedded \0's in string literals will be inconsistent. The tiny performance problem shouldn't matter that much and will eventually go away, the \0 problem should not matter, since before string literal ctors were introduced \0's had not been included anyway unless RTL_CONSTASCII_STRINGPARAM was used. So we should be safe and when removing the CONSTASCII macros \0 cases should be handled by explicitly mentioning the length. | |||
2012-03-08 | Export the LCMS2_CFLAGS and LCMS2_LIBS | Fridrich Štrba | |
2012-03-02 | Check for Clang in configury and store and use result | Tor Lillqvist | |
2012-03-02 | Creating a module lcms2 | Fridrich Štrba | |
2012-02-27 | Add --disable-extensions switch for future implementation | Tor Lillqvist | |
2012-02-27 | s/interpreters/scripting/ | Tor Lillqvist | |
2012-02-27 | Decouple disabling of scripting (BASIC &co) from OS being iOS | Tor Lillqvist | |
2012-02-24 | Removed unused --enable-ugly | Stephan Bergmann | |
2012-02-23 | bootstrap replacement c++ help component | Caolán McNamara | |
2012-02-21 | build also with older npapi | Luboš Luňák | |
They were apparently lame enough to make a source-incompatible change without changing API version or anything similar. | |||
2012-02-21 | More --disable-database-connectivity work, still experimental | Tor Lillqvist | |
2012-02-20 | headless: cleanup HEADLESS definition | Riccardo Magliocchetti | |
Define HEADLESS globally as it is meant to be. | |||
2012-02-17 | SOLAREXTRALIB unused | Matúš Kukan | |
2012-02-13 | add check for xmllint | Caolán McNamara | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | coup de grace for Env.Host.sh and associated files | Norbert Thiebaud | |
2012-02-05 | remove everything possible but PATH from set_soenv | Norbert Thiebaud | |
only PATH and SOLARENV which is used as a trigger to call Env.Host.sh are left... | |||
2012-02-05 | migrate a bunch of mostly windows related variables + clean-up in set_soenv | Norbert Thiebaud | |
2012-02-05 | migrate TARFILE_LOCATION out of set_soenv | Norbert Thiebaud | |
2012-02-05 | migrate WITH_POOR_HELP_LOCALIZATIONS out of set_soenv | Norbert Thiebaud | |
2012-02-05 | migrate ENABLE_DEBUG out of set_soenv | Norbert Thiebaud | |
2012-02-05 | migrate SOLARINC/LIB[_FOR_BUILD] out of set_soenv | Norbert Thiebaud | |
2012-02-05 | migrate SYSBASE out of set_soenv | Norbert Thiebaud | |
2012-02-05 | migrate EXTERNAL_WARNINGS_NOT_ERRORS out of set_soenv | Norbert Thiebaud | |
2012-02-05 | replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses | Norbert Thiebaud | |
2012-02-05 | migrate SYNAMIC_CRT and use_shl_version | Norbert Thiebaud | |
2012-02-05 | move WORK_STAMP out of set_soenv.in | Norbert Thiebaud | |
2012-02-05 | Move MACOS related variable out of set_soenv.in | Norbert Thiebaud | |
2012-02-05 | move COMPATH,EPM_FLAGS and connex variables out of set_soenv.in | Norbert Thiebaud | |
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-18 | android: add --with-android-ndk= option to simplify configure. | Michael Meeks | |
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-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-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 | 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 | move UDP and fix linkoo to look for INPATH and UPD in config_host.mk | Norbert Thiebaud | |
2012-01-01 | migrate non-conditional straight from configure.in var out of set_soenv.in | Norbert Thiebaud | |