Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cleaning in NAS
[simgrid.git] / CMakeLists.txt
2016-01-23 Martin Quinsonexplain in comment why we don't even test pthread on...
2016-01-23 Martin Quinsondo not even test pthread on windows
2016-01-22 Martin Quinsonwe will never distribute a windows installer again
2016-01-19 degommeWarn at build, and die painfully at execution time...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Martin Quinson[cmake] rename the doc target because there is a doc...
2015-12-07 Gabriel Corona[simix] Port RawContext to C++
2015-12-07 Gabriel Corona[simix] Port UContext to C++
2015-12-07 Gabriel Corona[simix] Move BoostContext to C++
2015-12-04 Martin QuinsonRevert "When the lib is embeeded in jar, don't use...
2015-12-04 Martin QuinsonWhen the lib is embeeded in jar, don't use boost_context
2015-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-16 Martin Quinsondeal with portability issues induced by ptrace
2015-11-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-05 Gabriel Corona[smpi] Use virtual memory layout to find the data segment
2015-11-03 Martin QuinsonFix out-of-tree builds after 3203ed1, sorry
2015-11-03 Martin Quinson[cmake] all java stuff in the same place
2015-11-02 Martin Quinson[cmake] recompile with swig if the executable is found
2015-10-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-30 Martin QuinsonBump the minimal version of cmake to 2.8.8
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-25 Martin Quinsoncleanups in cmake+perl interactions
2015-10-24 Martin Quinson[cmake] tiny cleanup around smpi
2015-10-23 Martin Quinson[cmake] mark two variables as advanced to hide them...
2015-10-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-23 Martin Quinson[cmake] report the compiler version when we think it...
2015-10-22 Martin Quinson[cmake] clean the gcc version detection and handling
2015-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-19 Martin Quinson[cmake] kill useless endianess testing: we don't use it
2015-10-19 Martin Quinson[cmake] cleanups
2015-10-19 Martin QuinsonKill dead code in cmake and appveyor
2015-10-19 Martin Quinson[cmake] kill some unused declarations
2015-10-19 Martin Quinson[cmake] inline the nasty CompleteInFiles.cmake Cleanups...
2015-10-13 Martin QuinsonThis is v3.13-devel already
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-12 Martin QuinsonFix the internal version number v3_12
2015-10-10 Martin Quinson[cmake] cleanup: mv AddTests Tests
2015-10-04 Martin Quinson[MC] ensure that the main ISP/Umpire tests are activated
2015-10-04 Martin Quinsondon't clutter cmake with tests intended for appveyor...
2015-10-02 Martin Quinson[windows] typo in java bare test
2015-10-02 Martin Quinson[windows] try to do a very basic test of java, without...
2015-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-02 Martin Quinson[cmake] remove some unused tests
2015-10-02 Martin Quinson[cmake] cleanup: mv MakeJava.cmake Java.cmake
2015-09-29 Martin Quinson[cmake] useless cleanups: better file names
2015-09-29 Martin Quinson[cmake] kill GenerateDocWin
2015-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-26 Martin QuinsonRemove everything related to the pipol compilation...
2015-09-22 Martin Quinsonsilence some more MSVC warnings
2015-09-20 Martin QuinsonRevert "bump our dependency on cmake and stop trying...
2015-09-20 Martin Quinsondisplay more info about the local data model
2015-09-20 Martin Quinsonbump our dependency on cmake and stop trying to survive...
2015-09-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-13 Martin Quinsoncosmetics
2015-09-12 Martin Quinsondon't choke on MSVC; cosmetics in cmake output
2015-09-11 Martin Quinsondon't give gcc flags to MSVC
2015-09-11 Martin Quinsonwhoopsy. I broke cmake
2015-09-11 Martin Quinson[MSVC] Assume that MSVC is C99 and C++11 compliant
2015-08-31 Martin Quinson[Cmake] small cleanup
2015-08-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-31 Martin Quinsondon't tell 165 times that we need CMAKE v2.6
2015-08-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-27 Martin Quinsonenough. I cant remember what good this broken chunk...
2015-08-27 Martin Quinsonanother try to fix the compilation on travis
2015-08-27 Martin QuinsonMerge branch 'master' into S4U
2015-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-24 Martin QuinsonTry to move the change of linker after the fortran...
2015-08-23 Martin Quinsonkill an unused macro
2015-08-20 Martin Quinsonmove another gcc version check in the right location
2015-08-19 Martin Quinsonsort a bit the cmake file
2015-08-12 Martin QuinsonMerge branch 'master' into S4U
2015-08-12 Martin Quinsonmove the cmake files in tools/cmake
2015-08-02 Martin QuinsonMerge branch 'master' into S4U
2015-07-28 Martin Quinsonstrdup is not part of ansi standards, and msys compiler...
2015-07-28 Martin Quinsonok, it wont work with MSVC
2015-07-28 Martin QuinsonDon't forbid the use of MSVC, to test AppVeyor
2015-07-27 Gabriel CoronaRevert "[cmake] Use -std=c++0x if -std=c++11 is not...
2015-07-27 Gabriel Corona[cmake] Check g++ version before checking c++11 support
2015-07-27 Gabriel Corona[cmake] Use -std=c++0x if -std=c++11 is not available
2015-07-25 Martin QuinsonRemove borland-compiler related cruft
2015-07-25 Martin QuinsonCMake cleanups: move the C/C++ std detection to the...
2015-07-25 Martin Quinsonproper check for the -std=gnu++11 standard, and take...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-24 Martin Quinsonmake the SIMGRID_VERSION_STRING easier to parse in...
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-06-26 degomme(attempt to) Disable fortran for mac platforms, for...
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Gabriel CoronaSome (partial) fixes for cross-compiling to Windows
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Gabriel Corona[mc] Do not clobber CMAKE_C_FLAGS and friends
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-28 Christian HeinrichRemoved if-statement from CMakeLists.txt
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-17 Arnaud GierschUpdate SIMGRID_VERSION_DATE.
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-25 Gabriel Corona[mc] Test if the stack-cleaner has any effect
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc'
next