Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-01-20 Martin QuinsonIn C++, classes don't need a name because they have...
2019-01-20 Martin Quinsonthread_local fields must be static, no need to move...
2019-01-20 Martin Quinsonkill an unused function
2019-01-20 Martin Quinsons/process/actor/ A lot remains TBD about it
2019-01-20 Martin QuinsonMore ints converted as boolean
2019-01-20 Martin Quinsonnew (failing) example about on_exit and on_destruction
2019-01-20 Martin Quinsonbools are not ints anymore
2019-01-20 Martin Quinsonuseless cleanups
2019-01-20 Martin QuinsonFix a race condition in SwappedCtx parallel exec
2019-01-17 Arnaud GierschHide usage of free() to Sonar.
2019-01-17 Arnaud GierschRemove unused bits from mmalloc.
2019-01-17 Martin Quinsonfix MC on FreeBSD
2019-01-16 Arnaud GierschFix paths.
2019-01-16 Arnaud GierschKill unused example simdag/goal_test.
2019-01-16 Arnaud GierschTypo².
2019-01-16 Martin QuinsonRevert "Disable parallel executions with non-thread...
2019-01-16 Arnaud GierschFix memleak.
2019-01-16 Arnaud GierschTypo.
2019-01-16 Arnaud GierschReplace macros by C++ constructs.
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschSET_TESTS_PROPERTIES Can not find test to add propertie...
2019-01-16 Arnaud GierschDrop xbt_os_mutex_* functions.
2019-01-16 Arnaud GierschUse standard C++ mutex.
2019-01-16 Arnaud GierschBuild log module as C++.
2019-01-16 Arnaud GierschFix asserts.
2019-01-16 Arnaud GierschStruct xbt_os_thread_t is not used anymore.
2019-01-16 Arnaud GierschRemove useless wrapper around pthread_atfork().
2019-01-16 Arnaud GierschInclude is not needed anymore. Remove.
2019-01-16 Arnaud GierschDisable stack-overflow test with threads.
2019-01-16 Martin Quinsoncosmetics
2019-01-16 Arnaud GierschJava examples have moved.
2019-01-16 Arnaud GierschTest for msg-task-priority is still present; run it...
2019-01-16 Arnaud GierschAdd dependency to build tests for make check.
2019-01-16 Martin QuinsonKill xbt_os_thread_atfork: tesh is not native but pytho...
2019-01-16 Martin Quinsoncleanups on my disk
2019-01-16 Martin QuinsonLinux and FreeBSD don't agree on the type name, bummers
2019-01-16 Martin Quinsonfix the fix for FreeBSD (hopefully)
2019-01-16 Martin Quinsonfix FreeBSD builds
2019-01-16 Martin Quinsonwoops, plug a memleak
2019-01-15 Martin QuinsonDrop xbt_os_thread_t
2019-01-15 Martin Quinsonreimplement the xbt::parmap using std::thread
2019-01-15 Martin QuinsonImplement thread factory with std::thread, and cleanups
2019-01-15 Martin QuinsonDocument last change
2019-01-15 Martin Quinsoncleanups around the actor terminaison
2019-01-15 Martin Quinsonfix Java and MC examples
2019-01-15 Martin QuinsonMove MSG and SimDag examples out of the sight of users
2019-01-14 Martin Quinsonuseless cosmetics hinted by qtcreator
2019-01-14 Martin Quinsonfix the sonar fix
2019-01-14 Martin Quinsonmake sure that debugging msg don't cause any segfault
2019-01-14 Martin QuinsonDoc improvement in this example
2019-01-14 Martin Quinsonplease sonar
2019-01-14 Augustin Degommelet's try again without these
2019-01-14 Augustin Degommefix dist
2019-01-14 Augustin Degommerename GCCFlags.cmake file in Flags.cmake
2019-01-14 Augustin Degommeset some flag for cmake coverage
2019-01-14 Augustin Degommerename test to avoid name conflict (for sonarcloud...
2019-01-13 Arnaud GierschRemove redundant command from distcheck.
2019-01-13 Arnaud GierschFix distcheck.
2019-01-13 Arnaud GierschRemove useless symlink on distcheck.
2019-01-13 Arnaud Gierschgraphicator is needed by make install.
2019-01-13 Martin QuinsonAlso add the mpich3 binaries in the dependencies of...
2019-01-12 Martin Quinsonhopefully add all the missing binaries to the tests
2019-01-12 Martin QuinsonTests also need the java tests and simgrid-mc
2019-01-12 Martin QuinsonThe tests also need smpimain and smpireplaymain
2019-01-12 Martin QuinsonImprove BuildSimGrid.sh
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 Augustin Degommeadd missing dependency
2019-01-11 Martin Quinsonmissing spots where we should now build 'tests'
2019-01-11 Martin Quinsononly ask one version of the standard for pybind11
2019-01-11 Martin Quinsondo not build the examples by default, only when running...
2019-01-11 Martin Quinsonam I stupid?!
2019-01-11 Martin Quinsondon't include the git hash in simgrid/config.h
2019-01-11 Martin Quinsonre-factorize examples/s4u/CMakeLists.txt
2019-01-11 Martin QuinsonFix signess that bother Qt Creator
2019-01-11 Arnaud GierschSlightly simplify logic.
2019-01-11 Arnaud GierschKill an obsolete FIXME.
2019-01-11 Arnaud GierschDon't shadow parameter "parent".
2019-01-11 Arnaud GierschMerge "if" statements.
2019-01-11 Arnaud GierschUse wildcards for location of libcgraph in simgrid...
2019-01-11 Arnaud GierschRemove hardcoded value.
2019-01-11 Arnaud GierschRemove unused variable.
2019-01-10 Arnaud GierschTry to improve valgrind suppressions for python before...
2019-01-10 Arnaud GierschAccess static member with "::".
2019-01-10 Arnaud GierschUseless include.
2019-01-10 Arnaud GierschUse cmake's JAVA_EXECUTABLE to run Java tests.
2019-01-10 Arnaud GierschRevert "[travis] Another try..."
2019-01-10 Arnaud Giersch[travis] Another try...
2019-01-10 Arnaud Giersch[travis] Another attempt to fix java.
2019-01-10 Arnaud Giersch[travis] There are only 2 cores available.
2019-01-10 Arnaud Giersch[travis] Try to not explicitely ask for default-jdk.
2019-01-10 Arnaud GierschRemove typedef alias xbt_ex_t.
2019-01-10 Arnaud GierschTypo.
2019-01-10 Arnaud GierschKill unused function xbt_ex_display().
2019-01-10 Arnaud GierschUpdate .mailmap.
2019-01-10 Arnaud GierschCosmetics: trailing withespaces.
2019-01-10 Arnaud GierschAvoid redefining built-in "list".
2019-01-10 Arnaud GierschChange string statement into comment.
2019-01-10 Arnaud GierschNow that it run on jenkins, disable sonar analysis...
next