Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-04-27 degommeAdd warning, as next Boost release will break boost...
2016-04-27 degommeleak--
2016-04-27 degommesilence stupid warning
2016-04-27 degommeleak --
2016-04-27 Martin Quinsondon't test for boost-graph as we don't use it yet
2016-04-27 degommefix some more leaks
2016-04-27 degommenot our leak.
2016-04-27 degommeremove some bad casts
2016-04-27 Gabriel CoronaAdd missing #include for std::current_exception()
2016-04-27 Martin Quinsondocument signals
2016-04-27 Martin Quinsonreindent
2016-04-27 Frederic Suteredits
2016-04-27 Martin Quinsonproposal of NEWS and ChangeLog files
2016-04-27 Martin Quinsonplug some harmless memleaks
2016-04-26 degommeleaks --, for a change
2016-04-26 Martin Quinsonplug the memleaks of the cloud-capping example
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 Frederic Sutercouple cleanups
2016-04-26 Martin Quinsonenergy: plug some memleaks
2016-04-26 Martin Quinsonplug a memleak in VM
2016-04-26 Martin Quinsonplug 2 memleaks
2016-04-26 Martin Quinsonmbox: kill an unused field
2016-04-26 Martin Quinsoncomplete the API of s4u::Mailbox
2016-04-26 degommeleak--
2016-04-26 degommeIf we call them -thread-, might as well use thread...
2016-04-26 degommeleaks again
2016-04-26 degommenot ours
2016-04-26 Gabriel CoronaAdd a comment/TODO about i386 RawContext
2016-04-26 Gabriel CoronaRawContext: add comments for x86 raw_swapcontext()
2016-04-26 Frederic Suterrenaming a bunch of tests
2016-04-26 Frederic Suterkill exception example
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 Frederic Suterrenaming properties to platform-properties
2016-04-26 Frederic Sutera couple of rewritings
2016-04-26 Martin Quinsonfix the lua test
2016-04-26 Martin Quinsonalso alias the 3.12 option names
2016-04-26 Martin Quinsonand now kebab-case the tracing options
2016-04-25 degommeleaks --
2016-04-25 degommetypo made alias non functional
2016-04-25 degommeThis one was not ours.
2016-04-25 degommen-th cleanup on datatype refcount handling
2016-04-25 degommeYet another wrapper for main..
2016-04-25 degommeWe don't support MPI_Init( 0, 0 ), actually, and crash...
2016-04-25 Martin QuinsonAll options are consistently in kebab-case (but the...
2016-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-25 Martin Quinsonkebab-case some smpi options
2016-04-25 degommeleaks -- with smp algos
2016-04-25 Gabriel CoronaUse our own minimal signal implementation
2016-04-25 Gabriel CoronaAdd #includes in cpu_interface.hpp
2016-04-25 Gabriel CoronaFix bad pointer cast in the L07 model
2016-04-25 Martin Quinsonthis file should be compilable in C
2016-04-25 Gabriel Coronabg-set-signal.tesh, Don't run the perl interpreter...
2016-04-25 Gabriel Corona[mc] Really ignore the output of bugged1_liveness
2016-04-24 degommeFix build
2016-04-24 degommeleaks --
2016-04-24 Martin Quinsonstart converting option names to kebab-case
2016-04-23 Martin QuinsonRevert "We never use the name of the mailbox"
2016-04-23 Martin Quinsonpopulate s4u::mailbox
2016-04-23 Martin Quinsonkill an unused MSG function
2016-04-23 Martin QuinsonWe never use the name of the mailbox
2016-04-23 Martin Quinsonprevent an invalid memory access when using killtime
2016-04-23 Martin Quinsonappveyor: try to ignore deprecation warnings coming...
2016-04-23 Martin QuinsonCalling front() on empty deque is undefined
2016-04-23 Martin Quinsonthis is C++
2016-04-22 degommeFor iprobes, we don't want to remove matching comms...
2016-04-22 Martin Quinsonkill a useless include that breaks the MC build
2016-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-22 Martin Quinsonfurther cleanups in mailboxes
2016-04-22 Gabriel CoronaFix printf format
2016-04-22 Gabriel CoronaFix 32 bit compilation procedure
2016-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-22 Martin QuinsonUse std::deque instead of xbt_fifo within mailboxes
2016-04-22 Martin Quinsondon't include a smx private header in xbt implem
2016-04-22 Martin Quinsonfix doxygen comments ordering
2016-04-21 degommetry not to oversuppress
2016-04-21 degommeupdate suppression to account for https://gcc.gnu.org...
2016-04-21 Martin Quinsonremove some half baken functions cluttering the mailboxes
2016-04-21 Martin Quinsonprune some useless code in mailboxes
2016-04-21 Martin Quinsoncleanups in mailbox module init/fini
2016-04-21 Martin Quinsonuseless global variable, hindering MC equality
2016-04-21 Martin Quinsonkill an unused function
2016-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin Quinsonrefactor rdv to mailbox for consistency
2016-04-21 Martin Quinsonrename a struct for consistency
2016-04-21 Gabriel Corona[doc] Add documentation about compiling to 32bit on...
2016-04-21 Gabriel Corona[cmake] Use the correct multiarch triple instead of...
2016-04-21 Martin QuinsonJava: simplify a bit Task.receive()
2016-04-21 degommeDon't crash when we deliberately feed this script with...
2016-04-21 degommeleaks --
2016-04-21 Frederic Sutertry to read/freshen/improve/... our doc
2016-04-21 Gabriel Corona[mc] Ingnore the output of the liveness test and only...
2016-04-21 Frederic Suterend of unalvinifaction of msg tutorial
2016-04-20 degommeAttempt to improve lifecycle of MPI_Comm and MPI_Group.
2016-04-20 degommeoops for windows
2016-04-20 Martin Quinsonlog to stderr to fix an output ordering issue on windows
2016-04-20 Christian Heinrich[INSTR] Remove duplicated code in new_pajePushState()
2016-04-20 Martin QuinsonPlug 2 memleaks
2016-04-20 Martin Quinsonanother leak dies
2016-04-20 Martin Quinsonspellchecking instead of sleeping
2016-04-20 Martin Quinsonupdate appveyor to latest renamings in examples/java
next