Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make s4u::Engine::pimpl private at the price of a static_cast deep below
[simgrid.git] / tools /
2018-05-07 Arnaud GierschFix memory leak.
2018-05-07 Frederic Suterconsistency: merge src/simgrid/host.cpp into src/s4u...
2018-05-06 Frederic Sutermore legacy MSG functions
2018-04-26 Arnaud GierschFix source path (untested).
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Frederic Sutermove this file out of src/surf
2018-04-25 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-04-25 Frederic Suteruse signals a bit more to create tracing stuff
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-24 Arnaud Gierschjenkins: simplify logic for installation.
2018-04-24 Frederic Sutersimplify/extend setup of resource tracing
2018-04-23 Martin Quinsonjenkins: try to disable CMAKE_DISABLE_SOURCE_CHANGES...
2018-04-23 Martin Quinsonjenkins: save SIMGRID_VERSION as a variable, so that...
2018-04-23 Martin Quinsonjenkins: stop handling Windows builds differently
2018-04-23 Martin Quinsonstart enforcing our new coding standards
2018-04-23 Martin Quinsonjenkins: make sure that we don't modify the source...
2018-04-23 Arnaud GierschFix doc generation in CMAKE_BINARY_DIR/doc.
2018-04-23 Arnaud GierschAllow to give search directory on command line.
2018-04-23 Arnaud GierschPrint debug messages on stderr.
2018-04-20 Christian Heinrich[CMAKE] Add missing header file.
2018-04-20 Christian Heinrich[SMPI] Replay: Move ArgParsers + macro to simgrid/smpi...
2018-04-18 Arnaud GierschCreate mc_config.hpp for MC's configuration stuff.
2018-04-18 Christian Heinrich[CMAKE] Ensure that the source tree is not changed...
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschRename instr_interface.h and mc_ignore.h to .hpp.
2018-04-15 Martin Quinsonpainful typo(s)
2018-04-15 Martin QuinsonSeparate ConditionVariableImpl into its own files
2018-04-14 Martin Quinsoninline s4u/forward.hpp to its only include location
2018-04-13 Martin Quinsonjenkins: also install MC builds, somewhere else
2018-04-13 degommeDisable mpich3 testsuite for mc builds. Save some bears.
2018-04-13 Arnaud GierschKill unused DynarRange; move newDeleteDynar() in dynar.h.
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Arnaud GierschRemove option -o for uname, which is not supported...
2018-04-08 Arnaud GierschWe use nowadays standard C++ exceptions. No need to...
2018-04-08 Arnaud GierschFix format string.
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-03 degommetry to handle getopt internal global variable
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[MSG/Replay] Delete old msg/replay code
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-23 Arnaud GierschKill trailing whitespace.
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Augustin Degommefix install
2018-03-23 Augustin Degommebuild a mpi.mod file
2018-03-22 Martin Quinsonold school legacy wrappers for MSG
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-20 Martin Quinsontesh: try to fix on windows
2018-03-20 Martin Quinsonwindows: also allow internal includes to the lib
2018-03-20 Frederic Suteradd zone.h and storage.h
2018-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-20 Martin Quinsonmove an internal header out of the public directory
2018-03-20 Frederic Suterstart to split msg.h into pieces
2018-03-20 Frederic SuterMove last functions in msg_host.cpp to the S4U C interface
2018-03-19 Martin QuinsonDo not load internal headers when compiling the examples
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-19 Martin Quinsonmake NetZoneImpl public too
2018-03-16 Arnaud GierschEnable flag with MC too (optCFLAGS was reset before).
2018-03-16 Arnaud GierschIcc: turn error #597 into warning.
2018-03-14 Arnaud GierschMake icc honor parentheses (fix lmm_usage).
2018-03-14 Martin Quinsonjenkins-tsan: use mmap by default, as using RTLD_DEEPBI...
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin Quinsonfix #257: Fix (ab)use of CMake install
2018-03-13 Martin Quinsonstart installing some kernel (modern) header files...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Millian PoquetRevert "[tesh] read files in utf-8"
2018-03-13 Millian Poquet[tesh] read files in utf-8
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommemore bad fixes
2018-03-13 Augustin Degommeignore some warnings from intel
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Arnaud Gierschtuto-msg: fix parallel execution.
2018-03-12 Arnaud Gierschtuto-msg: build examples in build dir.
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-12 Martin Quinsontuto-msg: don't test under memcheck or sanitizer
2018-03-11 Martin Quinsontuto-msg: make clean before test
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-10 Martin Quinsonfix make distcheck with documentation
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsontesting tuto: fix for freebsd make version
2018-03-10 Martin Quinsontypo, bummer
2018-03-10 Martin Quinsontuto-test: fix out-of-tree linking
2018-03-09 Martin Quinsontuto-msg tests: fix out of tree builds
2018-03-09 Martin Quinsonstill trying to test the tuto
2018-03-09 Martin Quinsonyet another attempt at testing the tuto on jenkins
2018-03-09 Martin Quinsontuto tests: fix out of tree, don't try to do when the...
2018-03-09 Martin Quinsonfix the tests of tuto-msg
2018-03-08 Arnaud Gierschtesh: use start_new_session and see how it behaves...
2018-03-08 Martin Quinsonproperly test the MSG tutorial (sorry for previous...
2018-03-08 Martin Quinsoncompletely revamp the MSG tutorial
2018-03-07 Martin Quinsonrename the graphical toc's file, and include it in...
2018-03-07 Arnaud Gierschtesh: correctly escape special characters in regexps.
2018-03-07 Martin Quinsontesh: ignore messages of ctx factories being changed...
2018-03-06 Martin Quinsonns3: inline a header file
2018-03-02 Frederic Suterreplace msg_io by a C sg_* interface to S4U
2018-03-02 Frederic Sutermove VMs in the S4U realm for good
next