Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix one issue here, leave one for later
[simgrid.git] / tools /
2016-09-02 Martin QuinsonTODO++ in tesh.py
2016-09-02 Frederic SuterRevert "msg_private.h is a C++ header so add pp"
2016-09-02 Frederic Sutermsg_private.h is a C++ header so add pp
2016-09-02 Martin Quinsonremove the dependencies of tesh.pl
2016-09-02 Martin Quinsonmove a manpage to a better location
2016-09-02 Martin Quinsontesh: actually pick the path to python3 that we have
2016-09-02 Martin Quinsontry to find python3 to please tesh.py
2016-09-02 Martin Quinsonfix make dist
2016-09-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Frederic Suterfactor parce_factor
2016-09-02 Martin QuinsonMerge pull request #112 from glesserd/teshpy
2016-09-02 David GlesserAdd tests for the new features of Tesh.
2016-09-01 David GlesserCosmetic in tesh. Better doc and TODO.
2016-09-01 David GlesserReplace tesh.pl by pesh.py a much better version of...
2016-08-31 Martin Quinsonmerge the HL13 VM model into the main VirtualMachine...
2016-08-23 Martin Quinsonfix make dist
2016-08-23 Martin Quinsonremove obsolete file
2016-08-18 Martin QuinsonMerge pull request #108 from adfaure/master
2016-08-16 degommeoops. make the script executable...
2016-08-16 degommeAdd DynamicAnalysis description as a script. It used...
2016-08-14 Martin Quinsonmv s4u/mailbox.hpp s4u/Mailbox.hpp now that it's clean
2016-08-10 Martin Quinsonrework the community documentation section
2016-08-10 Martin Quinsonnew doc: how to model hosts shutdown
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Martin Quinsoncompile a piece of xbt with g++ to remove a useless...
2016-08-09 Martin Quinsonkill a stupid header file that does not even compile
2016-08-09 Martin Quinsonfix make distcheck. As usual
2016-08-09 Frederic Suterfix distcheck (courtesy to emptty;))
2016-08-09 Frederic SuterC++ify part of simdag
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...
2016-08-07 Martin Quinsonvarious documentation improvements
2016-08-01 Martin QuinsonPopulate the kernel::context namespace and continue...
2016-08-01 Martin Quinsonpopulate the kernel/context directory
2016-08-01 Martin QuinsonRename smx_process to ActorImpl
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-30 Martin Quinsonmove the synchronization stuff to its own directory
2016-07-29 Martin Quinsonmv mutex.hpp Mutex.hpp (plus make it compile again)
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-26 Martin Quinsonrename a C++-only header with the '.hpp' suffix
2016-07-26 Martin Quinsonfix make distcheck
2016-07-26 Martin Quinsonrename actor.hpp to Actor.hpp
2016-07-26 Martin Quinsontesh: only make an absolute path out of test file if...
2016-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-25 Martin Quinsonmove the routing logic to its own directory
2016-07-24 Martin Quinsontesh: display the full path to tesh file to simplify...
2016-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-20 Gabriel CoronaMerge remote-tracking branch 'adfaure/master'
2016-07-20 Gabriel Corona[s4u] More support for C++-style time and durations
2016-07-19 Martin QuinsonReally use the right URL, bummer.
2016-07-19 Martin Quinsoncorrectly update the SonarQube URLs
2016-07-19 Martin Quinsonchange nemo.sonarqube.com to sonarqube.com
2016-07-18 Martin Quinsondocument how to regenerate a travis/sonar token
2016-07-18 Martin Quinsondont spellcheck the smpi collectives
2016-07-13 Martin QuinsonCrude hack to ignore cruft from Java on Windows
2016-07-13 Christian Heinrich[git] Added clang-format pre-commit hook.
2016-07-05 Gabriel Corona[simix] Execute future callbacks in the main loop
2016-07-05 degommeoops
2016-07-05 degommeas MC is mutually exclusive with NS3, move the test...
2016-07-05 degommeRevert "Add ns3 to coverage test, to check nightly...
2016-07-05 degommeAdd ns3 to coverage test, to check nightly that it...
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-06-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 degommeAllow (basic) overriding of fortran compiler by FC...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-26 Martin Quinsontypo
2016-06-26 Martin Quinsontry to get the sanitizer display the stacktrace of...
2016-06-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-25 degommeRevert "disable temporarily mc for sanitizers"
2016-06-25 degommedisable temporarily mc for sanitizers
2016-06-24 degommeOops
2016-06-24 degommedisable fortran for sanitizer
2016-06-24 degommeadd option to remove fortran support of SMPI, even...
2016-06-24 degommeAdd sanitizers (address, thread, and undefined), to...
2016-06-24 Martin Quinsonaccept single quotes while converting the XML files
2016-06-23 degommehandle cpp flags as well
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Martin Quinsonin NDEBUG, show the warnings but don't die
2016-06-21 degommeDisable extended warnings when debug is set to false.
2016-06-21 degommereplace mallocator flags by debug one for nightly tests
2016-06-20 Martin Quinsonactually we need GCC > v4.8.5 for LTO
2016-06-20 Martin Quinsondisable LTO on GCC <= 4.8 on Linux also
2016-06-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-20 Frederic Sutertoday is doomsday: platform.xml is sacrificed for the...
2016-06-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-17 degommeRename topology examples clusters, for a better clarity...
2016-06-17 degommeAdd Dragonfly topology. Use XC30's Cray description...
2016-06-17 adfaure[s4u] add condition variables
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Martin Quinsondon't sonarqube pull requests
2016-06-17 Martin Quinsonmake dist: use the right file names
2016-06-17 Gabriel Corona[simix] Add a `run_blocking` simcall and simix::kernelSync
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Christian Heinrich[SMPI] Renamed smpi_c99.cpp to smpi_static_variables.cpp
2016-06-17 Gabriel Corona[simix] Create actor by passing function and arguments
2016-06-17 Martin Quinsonrename the internal target to sync doc on gforge
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-15 Martin Quinsonstart including S4U in the doc
2016-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-15 adfaure[s4u] add mutex
next