Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-08-11 Frederic Suterplease sonar on double equality
2016-08-11 degommeplease sonar
2016-08-11 Frederic Sutertry to remove remaining blockers
2016-08-11 Frederic Sutersimplify!
2016-08-11 Frederic Suterrework this test
2016-08-11 Frederic Suterrm useless type declarations
2016-08-11 Frederic Suterfix some introduced smells
2016-08-11 Martin QuinsonMC request_enabled: add documentation and an explosive...
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-10 Martin Quinsonaccount for a file renaming in this script
2016-08-10 Martin Quinsonrework the community documentation section
2016-08-10 Martin Quinsonfix doxygen markup
2016-08-10 Martin Quinsonnew doc: how to model multicores
2016-08-10 Martin Quinsonremove a useless C -> C++ function
2016-08-10 Martin Quinsonnew doc: how to model hosts shutdown
2016-08-10 Frederic Sutersimplify chord a bit (what a mess)
2016-08-10 Frederic Suterplease sonar
2016-08-10 Frederic Suterbug smell indent
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 Quinsonuse C++11 default implem to please sonar
2016-08-09 Frederic Suterdynar to std::vector
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 Martin Quinsonvery little doc improvement
2016-08-09 Martin QuinsonThis stupid windows wants to shield me from myself...
2016-08-09 Martin Quinsonkill an obsolete file
2016-08-09 Frederic Suterprevent stings to be destroyed (dumb me)
2016-08-09 Frederic Sutermaybe long double solve the issue
2016-08-09 Frederic Suteruse C++ version of simulate
2016-08-09 Frederic Suterfix build
2016-08-09 Frederic Suterremove useless includes
2016-08-09 Frederic Suterfix distcheck (courtesy to emptty;))
2016-08-09 Frederic SuterC++ify part of simdag
2016-08-09 Frederic Suterplease sonar
2016-08-09 Frederic Suteruniformization of the conversion of task state to string
2016-08-08 Martin Quinsonremove some pointer functions. We should go for C+...
2016-08-08 Martin Quinsonplease sonar using C++11 constructs
2016-08-08 Martin Quinsonthis issue disapeared with years
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-08-07 Martin Quinsonchange the cluster platform so that smpirun handles it
2016-08-07 Martin Quinsonuse C++11 for clarity (and please sonar)
2016-08-07 Martin Quinsonkill obsolete code
2016-08-07 Martin Quinsondon't connect this log channel as it breaks on windows
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...
2016-08-07 Martin Quinsonfurther improve the doc of s4u::Mutex
2016-08-07 Martin Quinsonimprove the s4u_mutex example
2016-08-07 Martin Quinsonvarious documentation improvements
2016-08-07 Martin Quinsonimprove the doc of simgrid::SimulationClock from Gabrie...
2016-08-07 Martin Quinsonremove 2 useless functions (and kill a supurious sonar...
2016-08-06 Martin Quinsonslight update to an ancient FAQ entry
2016-08-06 Martin Quinsontell sonar we're using Java 7 at least
2016-08-06 Martin Quinsonmake it even better with Java 7 constructs. Thanks...
2016-08-05 Martin Quinsonadd Exa- and Peta- units to XML
2016-08-05 Martin Quinsontry to greatly simplify this file
2016-08-05 Martin Quinsonsimplify the code logic (and please sonar)
2016-08-05 Frederic Suterthis is useless now
2016-08-05 Frederic Suterget rid of remains field
2016-08-05 Frederic Suterget rid of mallocators for tasks
2016-08-05 Frederic Sutercleaning a bit
2016-08-04 Martin Quinsonalways close file descriptors, even on exceptions
2016-08-04 Frederic Suterfix valgrind and plug leak
2016-08-04 Frederic Suterfactoring communication matrix building
2016-08-04 Frederic Suterone more simplification step
2016-08-04 Frederic Suterclean include + free->xbt_free
2016-08-04 Frederic SuterSD_task_t simplification
2016-08-03 Frederic Suterbugs and smells
2016-08-03 Frederic Suterstart to name parameters in header files
2016-08-03 Frederic Sutercatch also some more sensible "nested code block"
2016-08-03 Frederic Sutercatch some dumb "nested code block"
2016-08-03 Frederic Sutertry to fix MC build
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-02 degommeAdd a check to crash when user is compiling with stable...
2016-08-02 degommeOrder of these error messages was inverted
2016-08-02 Martin Quinsondocument an option recently added by augustin
2016-08-02 degommeOn my laptop these tests failed due to change in messag...
2016-08-02 degommeAdd option to play with the max number of files opened...
2016-08-02 Frederic Sutercosmetics in teshsuite
2016-08-02 Frederic Suteruseless duplicated code
2016-08-02 Frederic Suterguess what? bugs and smells
2016-08-02 Martin Quinsoncontinue the integration of the uhood_switch documentat...
2016-08-01 Martin Quinsoncrude integration of the process switching documentation
2016-08-01 Martin Quinsonvery preliminary cleanups in the contextes
2016-08-01 Gabriel Corona[kernel] FutureState.exception_ = nullptr
2016-08-01 Martin Quinsonfix MC builds this time
2016-08-01 Martin Quinsonmake SIMIX_context_runall() trivial so that its content...
2016-08-01 Martin Quinsondisable the cloud-multicore test. See #103
2016-08-01 Martin Quinsonfix java builds
2016-08-01 Martin Quinsonuseless cosmetics
2016-08-01 Martin Quinsonremove a useless dirty hack for SMPI+MSG
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-08-01 Martin Quinsoncosmetics
2016-08-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-01 Martin Quinsonfix problem 20636 on gforge
2016-08-01 Frederic Sutercatch some bugs and smells
2016-07-31 Martin Quinsonthis header file is installed, so load dependencies...
2016-07-31 Martin Quinsoncosmetics
next