18 Commits

Author SHA1 Message Date
Morgan Hardwood
e5c00f0a9d Complete revision to how RawTherapee's version is handled in CMake and in other files, #3628 2017-01-27 15:33:05 +01:00
Jean-Christophe
ef50841629 Merge pull request #3415 from Beep6581/eclipse_c++11
Add full support of c++11 to the Eclipse IDE
2016-09-11 00:47:07 +02:00
Hombre
b04596ec60 Fixing a small glitch in the main cmakefile 2016-09-04 02:55:57 +02:00
Hombre
40794f8e15 Add full support of c++11 to the Eclipse IDE
...(i.e. including when building the index), with the help of
-DCMAKE_ECLIPSE_VERSION="4.6.0" (set to your version, of course) on the
command line. Without this, the declared symbols are wrong and c++11 is
not supported by the IDE (vs the build makefiles).
2016-09-03 21:44:02 +02:00
Ingo Weyrich
4df5e64056 Merge pull request #3188 from Beep6581/cbdlbw
Adapt Cbdl to B&W tools
2016-03-01 20:31:14 +01:00
Adam Reichold
ca1c1a03d7 Add build option to enable gprof-based profiling instrumentation. 2016-02-22 19:03:10 +01:00
Adam Reichold
1f77da5238 Add a build-time option to easily enable run-time sanitizers available in recent versions of Clang and GCC. 2016-02-21 20:30:02 +01:00
heckflosse
5d9b07ae1a CMakeLists.txt, remove package fftw3 (we use fftw3f) 2016-02-19 17:34:57 +01:00
Adam Reichold
17d9309f1c Remove PROTECT_VECTORS option since either program is correct without locking or it is not, especially since std::vector is definitely not thread-safe on all major platforms. 2016-01-30 20:39:54 +01:00
Adam Reichold
5f8a472476 Make the compiler require an error instead of a warning during build configuration to close #3070. 2016-01-08 17:58:54 +01:00
Adam Reichold
052533bdcc Always enable C++11 support and warn if GCC older than 4.9 is used. 2015-12-19 15:45:35 +01:00
Adam Reichold
c09a00bf16 Expose force the old C++ ABI as a build time flag. 2015-12-19 09:39:54 +01:00
Adam Reichold
39ef59ddeb Build with '-std=c++11' if libsigc++ version 2.5.1 is used as it does require it. 2015-11-29 11:48:30 +01:00
Morgan Hardwood
697612b4cc If unix 2015-08-19 00:27:54 +02:00
Morgan Hardwood
cd7f5d9bde More meaningful processor info 2015-08-18 23:40:25 +02:00
Hombre
7f32b09fab Adding Gcc 5 support for backard compatibility with Mingw/Gtkmm2
(windows related)
2015-08-18 01:05:13 +02:00
Philip Rinn
44516902c9 Clean CMakeLists.txt from unneeded code (see #2861).
This also suppresses warnings from CMake > 2.8.12
2015-08-15 20:58:59 +02:00
torger
d5ca351c20 Issue 2134: removed obsolete raw highlight preservation setting from GUI (still left in procparams for backwards compatilibility) 2015-07-10 12:00:36 +02:00