Commit Graph

177 Commits (dd0a691fb85b9b88d0207cb84873f43c8304394e)

Author SHA1 Message Date
dfighter1985 6fba0c094a Merging default
--HG--
branch : gsoc2013-dfighter
dfighter1985 d5e5775f29 "Forked" the OpenGL driver.
--HG--
branch : gsoc2013-dfighter
StudioEtrange 0efa7c8aee PCHSupport.cmake edited online with Bitbucket
--HG--
branch : StudioEtrange/fix-some-probleme-with-spaces-in-path-on-1374699208398
StudioEtrange 744267c63b Fix some probleme with spaces in path on windows
PCHSupport.cmake edited online with Bitbucket

--HG--
branch : StudioEtrange/fix-some-probleme-with-spaces-in-path-on-1374699208398
StudioEtrange f18dd1f351 Error passing wrong version number to msvc linker
ENV: WinSDK8 VS2012 Compilation in 64 Bits
ERROR: error when linking client

CAUSE: msvc link support only major and minor version number. Before VS2012 extra number (like revision number) were stripped. Now the link throw an error with VS2012

see https://bugs.php.net/bug.php?id=63537 see http://msdn.microsoft.com/fr-fr/library/h88b7dc8(v=vs.110).aspx

--HG--
branch : StudioEtrange/error-passing-wrong-version-number-to-ms-1374694351376
StudioEtrange 885a39ad7e nel.cmake edited online with Bitbucket
--HG--
branch : StudioEtrange/nelcmake-edited-online-with-bitbucket-1374694264640
StudioEtrange cc30e3b8f8 ENV:
WinSDK8
VS2012
Compilation in 64 Bits

ERROR:
error when linking client

CAUSE:
msvc link support only major and minor version number.
Before VS2012 extra number (like revision number) were stripped. Now the link throw an error with VS2012

see https://bugs.php.net/bug.php?id=63537
see http://msdn.microsoft.com/fr-fr/library/h88b7dc8(v=vs.110).aspx

--HG--
branch : StudioEtrange/env-winsdk8-vs2012-compilation-in-64-bit-1374693753244
kaetemi 8629f069ae Allow compiling with shared libxml2 on Windows
kervala a5806126b4 Fixed: Compilation under Mac OS X (CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE_OSX_SYSROOT must be set on CMake command-line if needed)
mattraykowski e7e51f01e0 merging gui editor repo.
mattraykowski 3f97c5afbd Added another path for x86_64 Ubuntu 12.10 for libwww
dfighter1985 fcb736c387 Merged mainline default branch changes.
--HG--
branch : gsoc2012-gui-editor
kervala b330b46ee3 Fixed: PCH finally working under Linux and Mac OS X (never worked before)
kervala ab838c00bf Fixed: revision target not being generated
kervala f4b72eab54 Changed: Support for VC++ 2012
Changed: Improvements for iOS
Changed: Support for Android
kervala b4d9e2bfdd Fixed: Detect and use Windows 8 SDK only under Visual C++ 2012
dfighter1985 cb13ce46cd MODIFIED: Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
kervala ff18f8f0ec Fixed: Problem while parsing hg command line with a german locale
kervala 2e6361ebfe Fixed: revision.h error when hg executable not found
kervala b421b38def Changed: Use of CMAKE_OSX_ARCHITECTURES to compile universal binaries under Mac OS X
kervala 3c19f1a2f4 Changed: Don't use CMAKE_LIBRARY_ARCHITECTURE at all, because not reliable enough
kervala af4ed15c36 Changed: CXXFLAGS and CPPFLAGS support in CMake
Changed: Use LIBRARY_ARCHITECTURE to override CMAKE_LIBRARY_ARCHITECTURE
kervala 122fef354c Changed: Don't check Debian environment variables in CMake scripts (define options on cmake command-line instead)
kervala 4a1df6eb66 Changed: Allow to provide custom revision.h
kervala e67c6e9b1e Changed: Under Windows, install all files in the same folder excepted includes and libs
kervala 0795a61516 Changed: Remove all warnings when compiling Ryzom
kervala fc8c26ff9f Fixed: Error while compiling with current stable squish
kervala cb8cb918dd Changed: Fixed absolute prefixes
kervala 52d086fb8a Changed: Fixed absolute prefixes
kervala 6f480b4a87 Fixed: Remove also -O flags from environment variables
kervala 7a04e920e1 Fixed: MultiArch support
kervala 2f8b59e0ae Fixed: cmake Xcode project generation broken
dfighter1985 d301c46c27 Merged default branch into gui-refactoring.
--HG--
branch : gui-refactoring
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
dfighter1985 aed979a7fe Created NELGUI library, moved the GUI event descriptors there.
--HG--
branch : gui-refactoring
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