kervala
89fc46c778
Fixed: Missing macro for Nmake
...
--HG--
branch : develop
6 years ago
kervala
f997e73961
Fixed: Pass more system variables to PCH compilation
...
--HG--
branch : develop
6 years ago
kervala
4444e93bf7
Changed: Use CPP11 everywhere if supported
...
--HG--
branch : develop
7 years ago
kervala
90359122d7
Changed: Other changes in CMake files
...
--HG--
branch : develop
7 years ago
kervala
0bc80be124
Changed: Minor change
...
--HG--
branch : develop
8 years ago
kervala
5ee53205b9
Fixed: CMake definitions in PCH
...
--HG--
branch : develop
8 years ago
kervala
09c99dd2c3
Fixed: Compatibility with CMake 2.8
...
--HG--
branch : develop
8 years ago
kervala
1aa738ba78
Fixed: PCH with old CMake versions (definitions already include -D)
...
--HG--
branch : develop
8 years ago
kervala
6a76fc8317
Fixed: Compilation with old CMake versions
...
--HG--
branch : develop
8 years ago
kervala
c658afdece
Changed: Formatting
...
--HG--
branch : develop
8 years ago
kervala
19e8ee1d05
Changed: Simplified all ENDIF and ELSE
...
--HG--
branch : develop
8 years ago
kervala
d8048eb352
Fixed: PCH after pull merge
...
--HG--
branch : develop
8 years ago
Gary Preston
b193faa426
Ensure definitions from cmake files that make use of generator expressions
...
(such as UseQt4.cmake) are retained but do not cause a empty "-D" to be
output when the generator evaluates to the empty string.
Fixes debug build failure on Linux using Qt4/tools/WITH_PCH.
--HG--
branch : develop
9 years ago
kervala
1f2678eb10
Fixed: Warnings compiling with Qt 5
...
--HG--
branch : develop
9 years ago
kervala
75d16f7054
Fixed: Define QT_NO_DEBUG in Release with Qt 5 also in PCH
...
--HG--
branch : develop
9 years ago
kervala
7ca5e7acf6
Fixed: Compilation with Qt 5 static under Linux
...
--HG--
branch : develop
9 years ago
kervala
a3b6e87b0d
Changed: Disable useless message
...
--HG--
branch : develop
9 years ago
kervala
c1716ae3db
Fixed: Include directories with Qt 5 CMake modules in PCH
...
--HG--
branch : develop
9 years ago
kervala
8761ee3bcd
Fixed: RETURN() doesn't exit from macro but from current file (thanks Nimetu!)
...
--HG--
branch : develop
9 years ago
kervala
52800cd03b
Fixed: GCC 5 version check fails for PCH support
...
--HG--
branch : develop
9 years ago
kervala
2910b1a375
Fixed: Warnings with CMake
...
--HG--
branch : develop
9 years ago
kervala
eb5f46fbae
Changed: Use less verbose version for ELSE(), ENDIF(), ENDFOREACH() and ENDMACRO()
...
--HG--
branch : develop
9 years ago
kervala
65d9c70cd9
Fixed: LNK2011 when using external libraries
11 years ago
kervala
c7deb1b0c4
Changed: FIX_PRECOMPILED_HEADER now useless
12 years ago
StudioEtrange
d2530f6894
Merged ryzom/ryzomcore into default
12 years ago
kervala
3e4a567d6a
Fixed: Don't use -fPIC and -fPIE together (this could occur in some cases)
12 years ago
StudioEtrange
f10b6613cf
** PCH Support for NMake with VS2012
...
NMAKE-VS2012 Error LNK2011
while NMAKE-VS2010 does not complain
we need to link the pch.obj file
see http://msdn.microsoft.com/en-us/library/3ay26wa2(v=vs.110).aspx
** PCH Support for Ninja
Ninja need to add property
OBJECT_DEPENDS for using PCH
OBJECT_OUTPUTS for create PCH
see http://public.kitware.com/pipermail/cmake-developers/2012-March/003653.html
12 years ago
kervala
a41ba055a5
Fixed: PCH with Qt 5 and CMake 2.8.11
12 years ago
StudioEtrange
0efa7c8aee
PCHSupport.cmake edited online with Bitbucket
...
--HG--
branch : StudioEtrange/fix-some-probleme-with-spaces-in-path-on-1374699208398
12 years ago
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
12 years ago
kervala
b330b46ee3
Fixed: PCH finally working under Linux and Mac OS X (never worked before)
12 years ago
kervala
b421b38def
Changed: Use of CMAKE_OSX_ARCHITECTURES to compile universal binaries under Mac OS X
12 years ago
kervala
dc8b368cfc
Changed: Fix PCH for some cases under Mac OS X
13 years ago
kervala
1ef105403c
Fixed : #1447 PCH don't work anymore on Mac OS X
13 years ago
kervala
231d6ce32a
Fixed: PCH problems with CMake 2.6
14 years ago
kervala
58acd2e969
Fixed : #1310 Broken build with VS 2k8 nmake
14 years ago
kervala
2497d88522
Fixed : #1310 Broken build with VS 2k8 nmake
14 years ago
kervala
f87a76b31f
Fixed: Some parameters were forgotten while compiling PCH
14 years ago
kervala
3edc080f2a
Fixed: CMake 2.6 error
14 years ago
kervala
6b2f637b88
Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY
15 years ago
kervala
b9d24855ec
Fixed: PCH problem with GCC
15 years ago
kervala
9ce327a46a
Fixed: PCHSupport.cmake to support Jom and Nmake
15 years ago
mattraykowski
f6c11aff7e
Update: #842 Initial file/folder move for single project build.
15 years ago