Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Arnaud GierschRemove obsolete copyright notices.
2018-03-13 Arnaud GierschUpdate copyright year.
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 Arnaud GierschMark function XBT_PUBLIC.
2018-03-13 Arnaud GierschUpdate .gitignore.
2018-03-13 Arnaud GierschDon't leave field uninitialized.
2018-03-13 Frederic Suterpublic->protected
2018-03-13 Frederic Suterdo not use deprecated function in our examples/tests
2018-03-13 Martin Quinsondon't put a specific timeout on pull requests
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommeone last verbose
2018-03-13 Martin QuinsonI know that feeling, pal (fix the fixes)
2018-03-13 Augustin Degommelaste batch tonight
2018-03-13 Augustin Degommemore bad fixes
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-13 Augustin Degommeintel compilers detected some mistakes
2018-03-13 Augustin Degommeignore some warnings from intel
2018-03-13 Augustin Degommeprovide implementations for virtual method in subclasses
2018-03-13 Martin Quinsonfix java builds after recent API change
2018-03-12 Martin Quinsonfactorize s4u-actor-kill and s4u-actor-kill-pid
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-12 Martin Quinsonallow one actor to kill another actor by PID
2018-03-12 Martin QuinsonReduce the scope of a variable to please codacy
2018-03-12 Martin Quinsonkill an unused internal function
2018-03-12 Martin Quinsontravis: clang does not fail on travis anymore (but...
2018-03-12 Martin Quinsonmake sure that devel version is not mixed up with next...
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMove the list of storages to the engine
2018-03-12 FlamefireModernize FindSimGrid
2018-03-12 Arnaud Gierschtuto-msg: fix parallel execution.
2018-03-12 Arnaud Gierschtuto-msg: build examples in build dir.
2018-03-12 Arnaud GierschMake field private.
2018-03-12 Arnaud GierschUpdate .gitignore.
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-12 Martin Quinsonsmpi/privatization is not the concern of smx_context
2018-03-12 Martin Quinsontuto-msg: don't test under memcheck or sanitizer
2018-03-11 Arnaud Gierschs/\$^/$</
2018-03-11 Arnaud Gierschtuto-msg: use old-fashioned suffix rules in Makefile.
2018-03-11 Arnaud GierschFix spurious const_cast.
2018-03-11 Martin Quinsontuto-msg: fix compile options, and let sol4.c compile
2018-03-11 Martin Quinsontuto-msg: make clean before test
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
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-11 Martin Quinsonrename simgrid::kernel::model into simgrid::kernel...
2018-03-11 Martin Quinsontuto makefile: typo
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsoncosmetics: rename some fields and methods in surf:...
2018-03-10 Martin Quinsonmove the definition of resource's Metric as an inner...
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 Quinsonspeed the tests a bit: no need to test MSG with all...
2018-03-10 Martin Quinsonchange simgrid::surf::Resource into simgrid::kernel...
2018-03-10 Martin Quinsonguess what? tuto-msg broke on linux when I fixed freebsd
2018-03-10 Martin Quinsontesting tuto: fix for freebsd make version
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonforbid an incomplete and unused constructor
2018-03-10 Martin Quinsonkill the useless simgrid::surf::surfExitCallbacks callback
2018-03-10 Martin Quinsonuse an enum class for surf::Action type
2018-03-10 Martin Quinsonallow external models (eg, FMI) to also provide events
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 Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin Quinsontuto tests: fix out of tree, don't try to do when the...
2018-03-09 Martin QuinsonAlso simplify the API of Engine::getLinkList
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-09 Martin Quinsonstop using sg_host_list() from C++, and improve its...
2018-03-09 Martin Quinsonfix the tests of tuto-msg
2018-03-09 Martin Quinsonuse the C++ API in that example
2018-03-08 Arnaud GierschRevert "Use C11's atomic_flag."
2018-03-08 Arnaud Gierschtesh: use start_new_session and see how it behaves...
2018-03-08 Arnaud GierschUse XBT_PUBLIC_CLASS (for mingw).
2018-03-08 Arnaud GierschBreak nested condinationalsi (sonar).
2018-03-08 Arnaud GierschRemove useless forward declaration (sonar).
2018-03-08 Arnaud GierschUnused parameter: task.
2018-03-08 Arnaud GierschSD_task_dependency_add(): remove unused parameters...
2018-03-08 Arnaud GierschUse C11's atomic_flag.
2018-03-08 Martin Quinsontuto-msg: we need std=gnu99 to compile this on travis
2018-03-08 Martin Quinsonproperly test the MSG tutorial (sorry for previous...
2018-03-08 Martin Quinsongrain of salt in the msg tutorial (MSG is deprecated...
2018-03-08 Martin QuinsonDocument recent documentation improvements
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 degomme...
2018-03-07 Martin Quinsonmore SMPI troubleshooting
2018-03-07 degommeset status even when sendrecv is skipped (same process)
2018-03-07 Martin QuinsonRevert "try harder to get useconds_t from unistd.h"
2018-03-07 Martin Quinsontry harder to get useconds_t from unistd.h
2018-03-07 Martin Quinsonmore informative error message
2018-03-07 Arnaud Gierschtesh: correctly escape special characters in regexps.
2018-03-07 Arnaud GierschCosmetics: reduce string duplication (sonar).
2018-03-07 Arnaud GierschRemove unused typedefs.
2018-03-07 Arnaud GierschMove forward declaration in simgrid/forward.h.
next