Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'add_remaining_comm_sync_bindings' into 'master'
[simgrid.git] / tools / cmake /
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonMake our valgrind wrapper less verbose, so that it...
2022-03-09 Arnaud GierschKill useless target "make maintainer-clean".
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschRename popping.cpp -> simcall.cpp to better reflect...
2022-03-08 Arnaud GierschRemove reference to dead files.
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Bruno DonassoloNew model for parallel tasks: host/model:ptask_BMF
2022-03-06 Martin QuinsonMerge branch 'add_wait_for_to_py_comm_binding' into...
2022-03-06 Martin QuinsonImport (some bits of) the MBI test suite
2022-03-05 Martin QuinsonRemove the ISP test suite (not free, superseeded by...
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-02 Arnaud GierschCreate absolute path names in .gcno files.
2022-03-02 Arnaud GierschUse a single definition for coverage build flags.
2022-03-02 Arnaud GierschFix cmake warning.
2022-02-27 Martin QuinsonNo future.
2022-02-27 Martin QuinsonAnd now kill simcalls.py: simix v2 is not completely...
2022-02-27 Martin QuinsonKill popping_{enum,generated}
2022-02-27 Martin QuinsonKill popping_bodies.cpp
2022-02-27 Martin QuinsonIntroduce the SimGrid Chaos Monkey
2022-02-26 Martin QuinsonKill popping_accessors.hpp
2022-02-24 Martin QuinsonRename MutexObserver to SynchroObserver (semaphore...
2022-02-23 Martin QuinsonMC: Support Mutexes in DPOR
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...
2022-02-20 Martin QuinsonRename SynchroRawImpl to SynchroImpl
2022-02-18 Martin QuinsonSplit the Comm observers to their own files
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...
2022-02-18 Martin QuinsonMake CommDet a plugin on top of Safety
2022-02-17 Martin QuinsonCommDet shall become an extension of the SafetyChecker
2022-02-11 Martin QuinsonStart moving classes into the mc/api directory
2022-02-11 Martin QuinsonFix builds with/without MC and with/without clang ...
2022-02-07 Martin QuinsonMove request_execute and request_to_string from api...
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 Martin QuinsonExclude an oversized python notebook file from the...
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-21 SUTER Fredericfix java tesh files with new log category names
2022-01-21 Martin QuinsonPort the Algorithm tutorial to python
2022-01-20 SUTER Fredericmore XML cleanup
2022-01-17 Arnaud GierschOption -Wtsan is not recognized by older gcc.
2022-01-16 Arnaud GierschDon't turn tsan compilation warnings into errors.
2022-01-06 Arnaud GierschRemove last bits of Lua bindings.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-06 Martin QuinsonMerge branch 'appveyor' of github.com:simgrid/simgrid
2022-01-06 SUTER Fredericdrop the old Lua bindings for programmatic platform...
2022-01-06 Arnaud GierschFix java/win32 tests.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 SUTER Fredericremove last MSG example
2022-01-03 SUTER Fredericremove Jedule related stuff + fix SIMDAG_SRC->DAG_SRC...
2022-01-03 SUTER Fredericrename src/simdag to src/dag and update other files...
2022-01-02 SUTER Fredericno more simdag in here
2022-01-02 SUTER Fredericmove platforms and flatifier to teshsuite/platforms
2022-01-02 SUTER Fredericmerge dag parsers into a single file
2022-01-02 SUTER FredericKill both SimDag and Jedule bindings. Cleanups will...
2022-01-02 SUTER Fredericconvert the last two simdag examples. Simdag can die
2021-12-27 Martin QuinsonMake lib_in_jar useful to work on Java
2021-12-27 Martin QuinsonRevert "Only recompile the jar file when something...
2021-12-27 Martin QuinsonOnly recompile the jar file when something changed
2021-12-26 Martin Quinsondoc: split the calibration sections in their own file
2021-12-26 Martin Quinsondoc: Change the TOC. 'Models' become a full section...
2021-12-24 Martin QuinsonKill more deprecated content from the old doc
2021-12-24 Martin QuinsonReword the Platform::routing documentation
2021-12-24 Martin QuinsonSmall improvements to the doc
2021-12-22 Martin QuinsonFix make distcheck
2021-12-13 Martin QuinsonAdd a function to retrieve the ns3 node from the s4u...
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-11-09 SUTER Fredericone less include file
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-11-04 SUTER FredericReorganize VM code
2021-10-26 Arnaud GierschMove kernel/resource/Resource.hpp in private section.
2021-10-26 Arnaud GierschMove smpi_replay.hpp in private section.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-23 Augustin DegommeMerge branch 'public_smpi_func' into 'master'
2021-09-22 Martin QuinsonFix distcheck
2021-09-21 SUTER Fredericremove smx_global.cpp
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-25 Augustin Degommetypo
2021-08-25 Augustin Degommefactorize findns3.cmake
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-16 Martin QuinsonCMake: get ready for some future versions of ns-3
2021-08-09 Bruno DonassoloAdd interface to create Profile
2021-07-30 Bruno DonassoloModeling hints: I/O operations
2021-07-22 Arnaud GierschFactor common code.
2021-07-20 Arnaud GierschDist check.
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-07-14 Martin QuinsonFix make distcheck
2021-07-08 Arnaud GierschRemove dead entries in 'docs/find-missing.ignore'.
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-21 Bruno DonassoloFix distcheck
2021-06-13 Arnaud GierschCleanup in .gitignore files; delete obsolete tesh file...
2021-06-12 Arnaud GierschAdd more optimizations for MC builds.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
next