Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[HostLoad] Update the update() method to use ExecImplPtrs
[simgrid.git] / tools /
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-25 Augustin Degommeflang also does need some help
2018-07-25 Augustin Degommesend argv and argc to fortran runtimes, to allow using...
2018-07-19 Arnaud GierschDisable mpich3 tests with valgrind on jenkins.
2018-07-19 Arnaud GierschEnable valgrind on mpich3 tests.
2018-07-18 Martin Quinsonfix makedist
2018-07-18 Martin Quinsonthread_local is part of C++11, nowadays
2018-07-18 Arnaud GierschBe less specific in valgrind suppression.
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-17 Martin Quinsonmy_valgrind.pl: pass keep-temps to smpirun so that...
2018-07-17 Martin Quinsoncmake: stop patching tesh in FindValgrind, that's too...
2018-07-17 Martin Quinsoninstall smpimain in /usr/lib/simgrid
2018-07-17 Arnaud GierschAdd dependencies.
2018-07-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Arnaud GierschVERSION_GREATER_EQUAL is not available with older cmake.
2018-07-16 Arnaud GierschTry to fix MC with recent GNU ld (>= 2.30).
2018-07-16 Arnaud GierschChange order of exceptions to please pylint (codacy).
2018-07-13 Martin Quinsontesh: better error reporting in one specific failure...
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-12 Arnaud GierschFix make distcheck.
2018-07-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-07-09 Martin Quinsonsimgrid_convert_TI_traces: better error handling
2018-07-09 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-07-08 Augustin Degommeanother last attempt
2018-07-08 Augustin Degommeanother last attempt
2018-07-08 Augustin Degommeone last attempt
2018-07-08 Augustin Degommeoops
2018-07-08 Augustin Degommefix coverage paths and add sloccount
2018-07-08 Augustin Degommeadd codacy upload to coverage
2018-07-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-08 Martin Quinsoncodacy: remove trailing spaces
2018-07-07 Millian Poquet[examples] smpi replay on steroids
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-07 Augustin Degommeremove references to SimGrid-Multi jenkins job, now...
2018-07-06 MERCIER Michael[tools] replace asserts by error and exit in TI convert...
2018-07-05 MERCIER Michael[tools] Better corner case handeling + lower everything...
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Frederic Suteradd C interface to s4u::Barrier
2018-07-05 Christian Heinrich[CI] Activate PAPI in Coverage checks.
2018-07-05 Christian Heinrich[CMAKE] Fix grammar for SMPI built option
2018-07-04 Frederic SuterAttempt to move msg_bar_t to S4U
2018-07-04 Martin Quinsonbetter integration of the new MC unit tests
2018-07-04 Martin Quinsonfix make distcheck
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-04 Martin Quinsonremove the old-style MC unit tests
2018-07-04 Martin Quinsonmove libsosp into its own directory
2018-07-01 Martin Quinsonreorder the compilations to fit my current needs
2018-06-29 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-06-29 Martin Quinsoncodacy: some cleanups in the new appveyor script
2018-06-29 Martin Quinsontry to get IRC notifications on AppVeyor too
2018-06-28 Arnaud GierschFix gforge-sync.
2018-06-28 onesphoreFragmented the tests into smaller test cases.
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-27 onesphoreminor changes.
2018-06-26 onesphoreunit test file names changed.
2018-06-25 onesphoreChanged the 2 unit tests, snapshot and PAGESTORE, into...
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-22 Arnaud GierschRevert "Kill unused target."
2018-06-22 MERCIER Michael[Tools] Add TIT convertor script in installation
2018-06-21 Arnaud GierschKill unused target.
2018-06-21 MERCIER Michael[Tools] TIT convertor fix version header
2018-06-21 MERCIER Michael[Tools] TIT convertor script lower case + version ...
2018-06-21 onesphoreNow it builds.
2018-06-21 MERCIER MichaelTIT conversion script small fixes
2018-06-21 MERCIER MichaelAdd TIT trace conversion script
2018-06-20 onesphoreModified snapshot and pagestore tests.
2018-06-19 Frederic Sutermore legacy MSG functions
2018-06-18 Arnaud GierschFactorize duplicated declarations.
2018-06-17 Arnaud GierschUpdate check-dist-archive.exclude.
2018-06-16 Martin Quinsonmv simgrid_config.h simgrid/config
2018-06-10 Arnaud GierschContexts: move asan support in separate header.
2018-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-08 Matthieu VolatFix OSX rpath issues by using real paths.
2018-06-05 Arnaud GierschAvoid hard coded -lboost_unit_test_framework.
2018-06-04 Martin Quinsontry to fix how we deal with rpath on binaries
2018-06-03 Martin QuinsonTry to fix the link to Boost_UNIT_TEST_FRAMEWORK
2018-05-31 Martin Quinsonstop checking for HAVE_GNU_LD now that we don't use...
2018-05-30 Frederic Sutercosmetics
2018-05-26 Martin Quinsonmove all plugins to their new home directory
2018-05-18 Frederic Suterunsecure commit
2018-05-11 Augustin Degommerename SmpiHost file and class to blend in better
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.
next