Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
how many useless functions can this code possibly contain?
[simgrid.git] / src /
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 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 degommeAdd option to play with the max number of files opened...
2016-08-02 Frederic Suteruseless duplicated code
2016-08-02 Frederic Suterguess what? bugs and smells
2016-08-01 Martin Quinsonvery preliminary cleanups in the contextes
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 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 Quinsoncosmetics
2016-07-31 Martin Quinsonkill 3 more functions around processes
2016-07-31 Martin Quinsonfix java builds
2016-07-31 Martin Quinsonuse c++ strings for s4u::Actor names
2016-07-31 Martin Quinsonkill 2 more empty functions: simcall_process_get_name...
2016-07-31 Martin Quinsonkill two useless calls: SIMIX_process_get_host & simcal...
2016-07-31 Martin Quinsonunclutter this code. Painful.
2016-07-31 Martin Quinsonmake s4u::Mailbox::setReceiver() working; add s4u:...
2016-07-31 Martin Quinsonkill msg_mailbox_t entierely
2016-07-31 Martin Quinsonmerge two identical cases of a switch to please sonar
2016-07-31 Martin Quinsonremove another MSG_mailbox function
2016-07-31 Martin Quinsonremove some useless cruft in MSG
2016-07-31 Martin Quinsonremove two more MSG_mailbox functions
2016-07-31 Martin Quinsonremove two functions manipulating msg_mailbox_t
2016-07-31 Martin Quinsonchange a false simcall to a s4u call
2016-07-31 Martin Quinsonremove a useless call
2016-07-31 Martin Quinsondo not pass intrusive_ptr<> to the logging subsystem
2016-07-31 Martin Quinsonmake msg_mailbox_t be the s4u::Mailbox
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::routing
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::activity
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-31 Martin Quinsonwoops, fix MC builds
2016-07-30 Martin Quinsonmove the synchronization stuff to its own directory
2016-07-29 Frederic Sutermore cosmetic cleanups
2016-07-29 Frederic Suterthis code is full of void
2016-07-29 Frederic Sutermorning cleanups
2016-07-29 Martin Quinsonmv mutex.hpp Mutex.hpp (plus make it compile again)
2016-07-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-28 degommeAdd a flag maxmin/concurrency_limit to allow setting...
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-28 degommeFix for manually crafted clusters.
2016-07-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-28 Frederic Sutermorning routine of chasings sonar bugs
2016-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-27 Frederic Suterdumb me. sg_size_t are not doubles
2016-07-27 Frederic Suterplease sonar (and I do agree with this one)
2016-07-27 Frederic Sutercosmetics (and sonar bugs--)
2016-07-27 Frederic Sutertry to minimize the addition of new tech debt
2016-07-26 Martin Quinsonwoops
2016-07-26 Martin Quinsonfurther use c++11 loops
2016-07-26 Martin Quinsoncosmetics
2016-07-26 Martin Quinsonuseless cosmetics
2016-07-26 Martin Quinsonrename actor.hpp to Actor.hpp
2016-07-26 Martin Quinsonkill an unused function and make an internal field...
2016-07-26 Martin Quinsonkill a useless function
2016-07-26 Martin Quinsonsimdag: use extended C++11 loops instead of iterators...
2016-07-26 Martin Quinsonrename the S4U method retrieving the internal impl...
2016-07-26 Martin QuinsonRename the S4U interface stored in internal objects...
2016-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-25 Frederic Suterfix issue raised by kenenbek
2016-07-25 Martin Quinsonmove the routing logic to its own directory
2016-07-25 Martin Quinsonuseless cosmetics
2016-07-25 Frederic Suteryet another == with doubles
2016-07-25 Frederic Sutertry to avoid == for double.
2016-07-25 Frederic Suterchase bugs and smells
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Frederic Suterworkstation -> host
2016-07-22 Frederic Suterrewrite set_state
2016-07-22 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-07-22 Martin QuinsonMerge pull request #100 from dindon-sournois/sem_get_ca...
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Frederic Sutercleaning and trimming
2016-07-22 Loris Lucidoadded return value for MSG_sem_get_capacity
2016-07-22 Gabriel CoronaMerge s4u wait_any
2016-07-22 Frederic Sutervarious tiny changes
2016-07-22 Gabriel Corona[xbt] Add missing #includes
2016-07-22 Gabriel Corona[xbt] Install a custom exception handler
2016-07-22 Gabriel Corona[simix] Dexbtization: remove xbt_dynar_t argument in...
next