Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-07-30 Martin Quinsondoc: Main concepts
2018-07-30 Martin Quinsonbasic sphinx/breathe configuration for the documentation
2018-07-24 Martin Quinsonstart to snake_case NS3
2018-07-24 Martin Quinsonsnake_case k::r::NetworkConstant
2018-07-24 Augustin Degommereduce test size
2018-07-24 Augustin DegommeRework SMPI initialization to handle argc and argv...
2018-07-24 Frederic Suterfix the (unoticed) mess I made
2018-07-21 Frederic Suterplease clang
2018-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-21 Frederic Suterremove direct call to simcall
2018-07-21 Frederic Suterdo not use simcall_execution_start directly
2018-07-21 Frederic Suterallow to set a tracing category for an Exec
2018-07-21 Frederic Suterstringify tracing category
2018-07-20 Christian Heinrich[KERNEL] struct -> class to match it's declaration
2018-07-20 Frederic Suterboolification
2018-07-20 Frederic Suterallow to name an Exec
2018-07-20 Frederic Suterfix comment in example
2018-07-20 Frederic Sutera bit more merging
2018-07-20 Frederic Suterwhen an activity is complete, nothing remains...
2018-07-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-20 Frederic Suteruse our new toys
2018-07-20 Martin QuinsonCall ExecImpl::on_completion() before starting to destr...
2018-07-20 Frederic Suter[noci] fix #111
2018-07-19 Christian Heinrich[S4U] Cosmetics
2018-07-19 Christian Heinrich[KERNEL] Check if surf_action_ is nullptr
2018-07-19 Arnaud GierschDisable mpich3 tests with valgrind on jenkins.
2018-07-19 Arnaud GierschEnable valgrind on mpich3 tests.
2018-07-19 Arnaud GierschAdd option -wrapper to mpich3 runtests.
2018-07-18 Martin QuinsonAllow other libraries to react to the --help flag, too
2018-07-18 Martin Quinsonthis is a boolean
2018-07-18 Martin Quinsonsnake_case simix::contextes
2018-07-18 Martin Quinsoncut some useless includes
2018-07-18 Martin Quinsons/xbt_os_get_numcores()/std::thread::hardware_concurren...
2018-07-18 Martin Quinsonget rid of xbt_os_thread_yield() using C++11
2018-07-18 Martin QuinsonRemove portability wrapper to condition variables
2018-07-18 Martin Quinsonreimplement parmap with C++11 mutex and cond
2018-07-18 Martin Quinsonuse std::mutex instead of xbt_os_mutex_t in simix
2018-07-18 Martin Quinsonfix makedist
2018-07-18 Martin Quinsonwe don't need thread_specific anymore
2018-07-18 Martin Quinsonreimplement the parallel contextes with C++11 w/o xbt_o...
2018-07-18 Martin Quinsonthread_local is part of C++11, nowadays
2018-07-18 Christian Heinrich[SMPI/LB] Add XBT_PUBLIC to load_balancer.h declarations
2018-07-18 Christian Heinrich[ENERGY] Don't halt, just emit warning in special case
2018-07-18 Christian Heinrich[XBT] Config::get_name -> Make 'this' const
2018-07-18 Christian Heinrich[KERNEL] Fix grammar in a comment
2018-07-18 Christian Heinrich[HostLoad] Add total idle time
2018-07-18 Christian Heinrich[SMPI/REPLAY] Fix issues with daemons
2018-07-18 Arnaud GierschBe less specific in valgrind suppression.
2018-07-18 Arnaud GierschSimplify memory handling.
2018-07-18 Arnaud GierschMemory leak.
2018-07-18 Martin Quinsonsnake_case s4u API in the example documentation
2018-07-18 Martin Quinsondoxygen: rework the s4u header
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-17 Martin Quinsondoxygen: better handling of deprecated symbols
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 Quinsonsonar: unused parameter
2018-07-17 Martin Quinsoninstall smpimain in /usr/lib/simgrid
2018-07-17 Martin QuinsonCOPYING: align with the package content
2018-07-17 Arnaud GierschCosmetic indentation.
2018-07-17 Arnaud GierschAdd dependencies.
2018-07-17 Arnaud GierschFiles were regenerated with maintainer_mode on.
2018-07-17 Frederic Suterinitialize value to finalize (-1)
2018-07-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic SuterMSG to S4U conversion.
2018-07-16 Christian Heinrich[ENERGY] Updated some debug messages
2018-07-16 Christian Heinrich[SMPI/LB] Remove smpi/plugin/lb/migration-frequency...
2018-07-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic Suterif the deque is empty, remove it from the map
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 Frederic Suterhide tracing from MSG
2018-07-16 Arnaud GierschRestore C linkage for simcall_process_create.
2018-07-16 Arnaud GierschRemove duplicate entry.
2018-07-16 Arnaud GierschChange order of exceptions to please pylint (codacy).
2018-07-16 Arnaud GierschFix memory leak of variable job on throw (cppcheck).
2018-07-15 Frederic Sutermerge more tests in less tesh files
2018-07-15 Martin QuinsonImplement a config::Flag::get_name()
2018-07-15 Martin Quinsonrework the option flags of the dvfs plugin
2018-07-15 Martin Quinsonconfig::Flag: add the version with everything: callback...
2018-07-14 Martin Quinsonimprove an error message
2018-07-14 Christian Heinrich[DVFS] Remove class HostDvfs as it serves no purpose
2018-07-14 Christian Heinrich[DVFS] Rename config option from sampling_rate to sampl...
2018-07-14 Martin Quinsonfix the C inclusion of simix.h, once again
2018-07-14 Martin QuinsonSMPI does not need to have its own userdata pointer...
2018-07-14 Martin Quinsonstringify xbt::config and plugins
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-14 Frederic Suterstart to reduce the number of files
2018-07-13 Martin QuinsonRevert "stringify, snake_case and cleanups in k::ExecImpl"
2018-07-13 Martin Quinsonfix MC builds in a ugly way, but I'm sick of it for...
2018-07-13 Martin Quinsonstringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin Quinsonfuuuuux the build, sorry
2018-07-13 Martin Quinsonstringify s4u::VirtualMachine, so all s4u is stringified
2018-07-13 Martin QuinsonMailboxImpl: snake_case and follow our coding standards
2018-07-13 Martin Quinsonstringify s4u::Mailbox and k::a::MailboxImpl
2018-07-13 Martin Quinsonstringify s4u::Link
2018-07-13 Martin Quinsonstringify s4u::Host
2018-07-13 Martin Quinsonignore more cruft
2018-07-13 Martin Quinsondeprecate some of simix.h C API
2018-07-13 Martin QuinsonC API: rename sg_engine_*() into simgrid_*()
next