Commit Graph

143 Commits (e61d13566e713b793e81b5ea2bb671cbcf3e56c3)

Author SHA1 Message Date
kervala 09a163d76e Fixed: Revision 0 bug
kervala dc8b368cfc Changed: Fix PCH for some cases under Mac OS X
kervala 318ae1e66c Changed: Search CppTest headers in cpptest subfolder too
kervala 9061d9a9b6 Changed: Search MySQL headers in mysql subfolder too
kervala f7888cb7c9 Changed: Added OpenGL ES CMake module
kervala 36b4d1a298 Added: Xcode checks and specific flags
Changed: Target by default Mac OS X 10.6 if not specified
Changed: Add -isysroot, -arch and -mmacosx-version-min flags if needed
kervala 15d2226427 Changed: Use only static libraries under Mac OS X if WITH_STATIC_EXTERNAL is used
Changed: Strip binaries under Mac OS X by default in Release (use WITH_SYMBOLS if you don't want)
sfb a5de55c18d merge
sfb c2e63b9d9d Changed: Used a Regex to workaround the colon project name issue for VS10.
kervala 8e70469541 Changed: Define Release configuration for compilation checks and as default if not defined (must be defined before PROJECT)
kervala eeecc06601 Changed: Compilation with Clang
kervala d0314c9e0e Fixed: Servers compilation if using static mysql library compiled with OpenSSL
kervala 0028303c35 Changed: Some Debian multiarch fixes
Added: Option WITH_SYMBOLS to keep symbols when compiling in Release
kervala 41747da931 Changed: Remove cariage return in build date
kervala 05d423ecdd Changed: Remove cariage return in build date
kervala 18e11b2867 Changed: Some checks for Clang and MinGW
kervala 425927cd50 Changed: Compilation with CLang (patch provided by GelluleX, thanks !)
kaetemi 7797e57737 Fixed: Compile under Linux Mint 12 with GTK enabled.
kervala a48a7f06dd Changed: Add details for user-agent
kervala b97eabc992 Fixed: Compilation with WITH_STATIC_EXTERNAL under Mac OS X
kervala 1ef105403c Fixed: PCH don't work anymore on Mac OS X
kervala 033c2ecf0e Fixed: Adopt WITH_STATIC_EXTERNAL for Mac OS X
kervala c937df33ef Changed: Add details for user-agent
sfb efa4fbdbf1 merge
kervala 17aded8877 Changed: Support for Debian/Ubuntu multiarch (use -DCMAKE_LIBRARY_ARCHITECTURE=<multiarch>)
kervala 7523a91fe1 Changed: Fix again bad MSVC10 CMake generator...
kervala 94aab791da Changed: Search in default paths if DXSDK_DIR is not defined
kervala 6306833423 Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...)
kervala 60ba938794 Changed: Allow to use external under Linux and Mac OS X
kervala 16383043d5 Fixed: "relocation R_X86_64_32 against.." error when mixing static and shared libraries
kervala 45eed67242 Changed: VS 2010 does not work under CMake
kaetemi 37b7c76d7b Merge
kaetemi d98511337d Fixed: Support 3ds Max 2012 SDK.
kervala 9ea534f4f2 Fixed: Program received signal SIGSEGV, Segmentation fault.
kervala bbc33e2bf9 Changed: Remove libwww warnings under Windows
sfb bd2768ec89 Added: 3rd party library - Qt Property Browser 2.5
--HG--
branch : branch_ovqt_3rdparty
kervala 75ce27ad45 Added: Option WITH_STATIC_EXTERNAL to force FIND_LIBRARY to find static libs
kervala b7eefef484 Changed: VS 2010 does not work under CMake
kervala 231d6ce32a Fixed: PCH problems with CMake 2.6
kervala 58acd2e969 Fixed: Broken build with VS 2k8 nmake
kervala 2497d88522 Fixed: Broken build with VS 2k8 nmake
kervala b2585e21f6 Added: VC++ flags to fix some warnings and errors
rti 0b5c86d1df Added: FindIconv which is needed for a completely static client build on Mac OS X
kervala cd2f22924a Changed: Minor changes in STLport CMake module
kervala 9200fa7919 Changed: Added luabindd as luabind debug library name
kervala 8f72d47de7 Changed: Use default FindZLIB.cmake module from CMake
kervala aecf408585 Fixed: Luabind detection when compiled from sources
kervala d6b53a3cef Fixed: CMake - improper detection architecture under linux (patch provided by Naush)
kervala d76e14c158 Changed: Replaced LIB_PREFIX by NL_LIB_PREFIX
kervala a4e5d88f5b Changed: Use of new variables to detect 64bits arch