Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny doc improvement
[simgrid.git] / CMakeLists.txt
2019-02-01 Arnaud GierschRIP cunit.
2019-01-31 Martin QuinsonRemove the now useless unit_test_framework
2019-01-30 Arnaud GierschOur cmake files are so fragile, fix last changes.
2019-01-29 Arnaud GierschInclude cmake/Flags.cmake after DefinePackages.
2019-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-22 Martin Quinsonuse the local copy of pybind11 if a local checkout...
2019-01-22 Martin Quinsonappveyor: try to get pybind11
2019-01-22 Arnaud GierschAttempt to fix Python bindings on OS X.
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Martin Quinsoncleanups on my disk
2019-01-16 Martin Quinsonfix the fix for FreeBSD (hopefully)
2019-01-16 Martin Quinsonfix FreeBSD builds
2019-01-14 Augustin Degommerename GCCFlags.cmake file in Flags.cmake
2019-01-12 Martin Quinsonhopefully add all the missing binaries to the tests
2019-01-12 Martin QuinsonThe tests also need smpimain and smpireplaymain
2019-01-12 Martin QuinsonRevert "try to compile mpi.mod even if the config was...
2019-01-12 Martin QuinsonCorrectly search C++14 on older cmake
2019-01-12 Martin Quinsontry to compile mpi.mod even if the config was run previ...
2019-01-11 Martin Quinsononly ask one version of the standard for pybind11
2019-01-11 Martin Quinsondon't include the git hash in simgrid/config.h
2019-01-11 Arnaud GierschRemove hardcoded value.
2019-01-11 Arnaud GierschRemove unused variable.
2019-01-10 Arnaud GierschUse cmake's JAVA_EXECUTABLE to run Java tests.
2019-01-09 Arnaud GierschRedo "Like java, python breaks mmalloc with FreeBSD...
2019-01-09 Arnaud GierschLike java, python breaks mmalloc with FreeBSD+MC. Disab...
2019-01-08 Martin Quinsons/HAVE_SENDFILE/SG_HAVE_SENDFILE/
2019-01-08 Martin Quinsonmove header template near to its destination
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin Quinsonrename make target to ease tab-completion
2019-01-08 Martin Quinsonallow python actors to be killed
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-04 Martin QuinsonFurther code simplifications now that the Thread contex...
2019-01-04 Martin Quinsonkill xbt_os_sem_t and the required cmake-detection...
2019-01-04 Martin Quinsoncmake: mark some variables as advanced to hide them
2018-12-27 Martin Quinsoncompile simgrid_python with c++14
2018-12-27 Martin QuinsonOld pybind11 cannot be used
2018-12-27 Martin Quinsonwe cannot use PYBIND11 without PYTHONLIBS
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-26 Martin Quinsoninitial support for pybind11: Python bindings of S4U...
2018-11-30 Martin Quinsoncorrect cmake version for this fix
2018-11-22 Arnaud GierschMerge remote-tracking branch 'github/master'
2018-11-22 Martin QuinsonMerge pull request #315 from simgrid/smpirun-replay
2018-11-21 Millian Poquet[misc] spacing cosmetics
2018-11-21 Millian Poquet[smpi] add smpireplayrun binary
2018-10-29 Martin Quinsonreplace our own crude code with Boost.stacktrace
2018-10-29 Martin Quinsonprovide a backtrace implementation that uses boost...
2018-10-29 Martin Quinsoncmake: rewrite the detection of boost optional componen...
2018-10-28 Arnaud GierschWorkaround bug in Intel-C.cmake.
2018-10-27 Martin QuinsonSimplify how we check for C++11 and friends
2018-10-16 Arnaud GierschFix build on Debian/kFreeBSD.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-05 Martin Quinsonstart the dev of v3.22
2018-10-03 Martin QuinsonRelease v3.21 v3_21
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-26 Augustin DegommeSometimes C and fortran compiler family differs...
2018-07-20 Frederic Sutera bit more merging
2018-07-18 Martin Quinsonthread_local is part of C++11, nowadays
2018-07-17 Martin Quinsoninstall smpimain in /usr/lib/simgrid
2018-07-15 Frederic Sutermerge more tests in less tesh files
2018-07-14 Frederic Suterstart to reduce the number of files
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-07 Millian Poquet[examples] smpi replay on steroids
2018-07-04 Martin QuinsonBoost.test must be >= v1.59 to be useful to us
2018-07-04 Martin QuinsonRevert "cmake: cleanups around Boost detection"
2018-07-04 Martin Quinsoncmake: cleanups around Boost detection
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-24 Martin Quinsonstart the v3.21 cycle
2018-06-24 Martin QuinsonRelease v3.20 v3.20
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-21 Christian Heinrich[CMAKE] Rename actions_allReduce.txt for consistency
2018-06-16 Martin Quinsonmv simgrid_config.h simgrid/config
2018-06-10 Arnaud GierschRaw contexts: add Asan instrumentation.
2018-06-10 Arnaud GierschSysv contexts: add Asan instrumentation.
2018-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-08 Martin QuinsonASan supposely works with swapcontext and ASM manual...
2018-06-03 Martin Quinsoncmake: cosmetics around the detection of sem_init
2018-05-31 Martin Quinsonuse try_run for sem_open instead of firing the compiler...
2018-05-31 Martin Quinsonstop checking for HAVE_GNU_LD now that we don't use...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-23 Martin Quinsonproperly guard the installation of smpi.mod to systems...
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Augustin Degommebuild a mpi.mod file
2018-03-22 Martin QuinsonStart the dev of v3.20 (again)
2018-03-21 Martin Quinsonsomehow prepare the next dot release
2018-03-21 Martin QuinsonStart the dev of v3.20
2018-03-20 Martin QuinsonRelease SimGrid v3.19 (the Moscovitly-cold Spring release) v3.19
2018-03-19 Martin QuinsonDo not load internal headers when compiling the examples
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Martin Quinsonmake sure that devel version is not mixed up with next...
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-02-24 Augustin Degommesince update, flang is now identified as flang by cmake...
2018-01-31 Martin QuinsonFactorize how we load NS3 libraries
2018-01-31 Martin Quinsonreduce the shotgun design pattern in the detection...
2018-01-27 Martin QuinsonRewrite how we search for libunwind (hopefully correctl...
2018-01-27 Martin QuinsonRevert "sanitize our way to find and load libunwind"
2018-01-25 Martin Quinsonsanitize our way to find and load libunwind
next