Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I said no sets, even in dicts
[simgrid.git] / src /
2016-01-25 Frederic SuterI said no sets, even in dicts
2016-01-25 Frederic Suternever trust distcheck
2016-01-25 Frederic Suterbody count++: routing_get_latency_and_bandwidth
2016-01-25 Frederic Suterkill sets! kill!
2016-01-25 Martin Quinsoncosmetics around surf traces
2016-01-25 Martin Quinsonkill a useless function
2016-01-25 Frederic Sutera couple more asserts
2016-01-25 Martin Quinsondocument a function
2016-01-25 Martin Quinsonkill an unused parameter in the trace_mgr
2016-01-25 Martin Quinsonobjectifies the Future Event Set of trace events
2016-01-25 Frederic Suterplease 32-bit archs too
2016-01-25 Frederic Suterget rid of simdag tracing. was superficial anyway
2016-01-25 Frederic Suterstart to use s4u in simdag internally
2016-01-24 Martin Quinsondon't mark inline the functions that are exported
2016-01-23 Martin QuinsonCompile trace_mgr with g++. Next step: objectification
2016-01-23 Martin Quinsonkill some more dead code from the C API to surf
2016-01-23 Martin Quinson[java] do not load winpthread-1 on windows
2016-01-22 Martin Quinson[java] dont even try to load boost_context
2016-01-22 Martin Quinsonkill dead code in the C interface to surf
2016-01-22 Frederic Suterplug a leak when ptask_LO7 is used
2016-01-22 Martin Quinsontypo in comments
2016-01-22 Martin Quinsonkill dead code. Simgrid internals are Pure Magic
2016-01-22 degommeadd missing call in host (available in MSG, used in...
2016-01-22 Martin Quinsonplug a memleak
2016-01-22 degommefix compilation with jedule and limited by latency
2016-01-22 Martin QuinsonKill another GRAS leftover: SG/RL thread portability...
2016-01-22 Christian Heinrich[Lua] Removed MSG from Lua
2016-01-22 Christian Heinrich[LUA] Removed another outdated lua function
2016-01-22 degommetry to fix build with jedule/latency bound
2016-01-21 Martin Quinsonkill another GRAS leftover: xbt_peer_t
2016-01-21 Martin Quinsonsome more renamings in the traces
2016-01-21 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-21 Martin QuinsonFirst round of refactoring in the event trace stuff
2016-01-21 Martin QuinsonMerge pull request #52 from EtienneM/patch-1
2016-01-21 EtienneMDocumentation for parallel tasks
2016-01-21 EtienneMTypo in Task javadoc
2016-01-21 Martin Quinson[xbt] Kill the queue datacontainer: it made more sense...
2016-01-21 degommeUsing openMPI selector in this case possibly led to...
2016-01-21 Martin QuinsonAlso run the energy tests with ptask_L07 model.
2016-01-21 Martin Quinsonintegrate Adrien's example for Java VM energy as a...
2016-01-21 Christian Heinrich[LUA] Fixed compile time warnings, 2/2
2016-01-21 Christian Heinrich[LUA] Fixed compile time warnings
2016-01-20 Christian Heinrich[DOC] Fixed even more errors.
2016-01-20 Christian Heinrich[Docs] Fixed doc generation errors.
2016-01-20 degommedrop n-ary bcast/barrier that was not actually working...
2016-01-20 degommeSome weird codes actually call MPI_Init from C, then...
2016-01-20 Frederic Sutermore useless code trimmed
2016-01-20 degommeanother fix to avoid issues with .f or .F in f77
2016-01-20 Christian Heinrich[Lua] Removed remains from older codebase
2016-01-20 Christian Heinrich[Lua] Removed orphaned comments
2016-01-20 Christian Heinrich[Lua] Added new 'dump()' debug function for lua
2016-01-20 Christian Heinrich[Lua] Removed lua_utils.c for lua_debug.c
2016-01-20 Christian Heinrich[Lua] Further removal of unnecessary lua glue code
2016-01-20 Christian Heinrich[Lua] Removed lua simulation support
2016-01-20 Christian Heinrich[Lua] Renamed host 'power' to 'speed' for hosts
2016-01-20 degommefix potential segfault happening when only -trace is...
2016-01-20 Ad(rien) LMerge branch 'master' of git://scm.gforge.inria.fr...
2016-01-20 Frederic SuterStarting the SimDag revolution: Easter trimming
2016-01-20 Gabriel CoronaExplicit instanciation of Extendable<simgrid::s4u:...
2016-01-20 degommeHmm, that was a lie.
2016-01-20 Martin Quinsonmore argument checking
2016-01-20 Frederic Sutermv private function header to the right place
2016-01-20 Frederic SuterSD_link_get_list -> sd_link_list
2016-01-20 Frederic Suteryes, why?
2016-01-20 degommebe careful never to change the case of the extension...
2016-01-19 degommeDon't tell the user to use an option his simgrid soes...
2016-01-19 degommeMake all predefined MPI_Datatype const
2016-01-19 degommeOops
2016-01-19 degommeWarn at build, and die painfully at execution time...
2016-01-19 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Martin Quinsonexport the energy plugin to the java world
2016-01-19 Frederic SuterThx green guy! power is speed.
2016-01-19 Frederic Suterset latency to 0 before calling getRouteAndLatency
2016-01-19 Frederic Suter Start the SimDag revolution: function factoring
2016-01-19 Frederic SuterStart the SimDag revolution: function renaming
2016-01-19 Gabriel Corona[s4u] Do not need to check for NULL before delet
2016-01-19 Gabriel CoronaDelete the CPU (fix a mem leak)
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Martin QuinsonMerge pull request #51 from mpoquet/master
2016-01-19 Lucas Mello SchnorrMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-19 Millian PoquetMerge branch 'master' of https://github.com/mquinson...
2016-01-19 Frederic SuterReplace manual latency computation by call to proper
2016-01-19 Millian PoquetCleaner patch for issue 15.
2016-01-19 Lucas Mello Schnorr[action replay] verify optional parameters at the same...
2016-01-19 Lucas Mello Schnorr[action replay] check second optional parameter before...
2016-01-19 Lucas Mello Schnorr[action replay] fix allgather optional parameter parsing
2016-01-19 Lucas Mello Schnorr[action replay] verify both optional parameters in...
2016-01-19 Lucas Mello Schnorr[action replay] verify both optional parameters at...
2016-01-19 Lucas Mello Schnorr[action replay] independent parsing for two optional...
2016-01-19 Lucas Mello Schnorr[action replay] check parameters for all to all operation
2016-01-19 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Frederic Sutertypo in comment
2016-01-19 Frederic Suteronly test 5th field if 4th exists
2016-01-18 Martin QuinsonMerge pull request #50 from mpoquet/master
2016-01-18 Millian PoquetCosmetics: removal of a useless comment I wrote in...
2016-01-18 Millian PoquetMerge branch 'master' of https://github.com/mquinson...
2016-01-18 Millian PoquetWarning fix: remove old and weird __foo__ function...
2016-01-18 Frederic Suterreturn the allocated buffer not that of the previous...
next