Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-01-19 degommeOops
2016-01-19 degommeWarn at build, and die painfully at execution time...
2016-01-19 Martin Quinsonsecond attempt at fixing make distcheck
2016-01-19 Martin Quinsonfix make dist
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 Gabriel CoronaFix #include
2016-01-19 Frederic Suterrevert modification
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 Martin Quinsoncp is cp, but sh may be sh.exe
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... Merge 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... [action replay] verify optional parameters at the same...
2016-01-19 Lucas Mello... [action replay] check second optional parameter before...
2016-01-19 Lucas Mello... [action replay] fix allgather optional parameter parsing
2016-01-19 Lucas Mello... [action replay] verify both optional parameters in...
2016-01-19 Lucas Mello... [action replay] verify both optional parameters at...
2016-01-19 Lucas Mello... [action replay] independent parsing for two optional...
2016-01-19 Lucas Mello... [action replay] check parameters for all to all operation
2016-01-19 Frederic Suterremove these broken examples that may be misleading...
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 Martin Quinsoncp is called cp.exe on windows...
2016-01-18 Frederic Suterreturn the allocated buffer not that of the previous...
2016-01-18 Martin Quinson[cmake] fix the copy of the native libs into the jarfile
2016-01-18 Martin Quinsonfix my borken english
2016-01-18 Martin Quinsonreadd the MSG interface to energy thingy
2016-01-18 Millian PoquetWarning and pessimization fix in get_memory_map: a...
2016-01-18 Millian PoquetWarning fix: addition of the override specifier for...
2016-01-18 Martin Quinsonrecompile the dtd, just to check that I can do so
2016-01-18 Martin Quinsonreindent
2016-01-17 Martin Quinsonone step to make VM usable with any Cpu model
2016-01-17 Martin Quinsoninline a static function
2016-01-16 Martin Quinsonreindent
2016-01-16 Martin Quinsonmove the vanilla def of executeParallelTask in HostModel
2016-01-16 Martin Quinsonsimplify the prototype of CpuAction::onStateChange
2016-01-16 Martin Quinsonwoopsy, adapt MC to the previous change
2016-01-16 Martin QuinsonKill a deprecated function, deprecate another one,...
2016-01-15 Martin Quinsonkill (inline) useless functions
2016-01-15 degommetry again to find this lib.. and don't crash if not...
2016-01-15 degomme...
2016-01-15 degommeoops
2016-01-15 degommeAdd folders to search for libwinpthreads when using...
2016-01-15 degommeanother attempt
2016-01-15 degommeBuild out of source on windows also (but don't do the...
2016-01-15 Gabriel Corona[s4u] Use const& references in Host::mounted_storages()
2016-01-15 Gabriel Corona[s4u] Host snake_case
2016-01-15 degommeanother attempt to fix make -j with java.
2016-01-15 Gabriel Corona[mc] Fix the hash computation
2016-01-15 degommenot for windows' eyes
2016-01-15 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-15 degommedeactivate Werror and co for windows ci build
2016-01-15 Gabriel Corona[s4u] Use forward.hpp for forward declarations
2016-01-15 Gabriel Corona[s4u] s/ByName/by_name/
2016-01-15 Frederic Suterremove free of return set in user code for these tests...
2016-01-15 Gabriel Corona[s4u] Remove Host::.set_userdata()
2016-01-15 Gabriel CoronaRemove the TODO done in the previous commit
2016-01-15 Gabriel Corona[s4u] Do not use containers of references
2016-01-15 Gabriel Corona[mc] Fix compilation
2016-01-15 Gabriel Corona[s4u] Removes unused simgrid::s4u::Host::hosts static...
2016-01-15 Gabriel CoronaAdd signal.hpp to DefinePackage (fix dist)
2016-01-15 Gabriel CoronaRemove surf_on_host_created() declaration
2016-01-15 Gabriel Corona[s4u] Add a header file with forward declarations
2016-01-14 Frederic SuterDo not free return set here either.
2016-01-14 Frederic Suterrename __SD_task_set_state to SD_task_set_state too
2016-01-14 Frederic Suterthis part was never tested (and useless IMHO), call...
2016-01-14 Frederic Suterrouting stuff in SimDag is dead code added by navarrop...
2016-01-14 Gabriel CoronaRemove sg_platf_*_add_cb, use the signal<T> directly
2016-01-14 Gabriel CoronaUse signals for platform callbacks
2016-01-14 Gabriel CoronaRemove useless callback declarations in platf
2016-01-14 Frederic SuterModify almost all SD tests. There is no need to free...
2016-01-14 Frederic Suterget rid of the last swag in SimDag (\o/), hence the...
2016-01-14 Frederic Sutercosmetics
2016-01-14 Frederic Suteruse proper type for task kind
2016-01-14 Frederic Suterthe comment said this function is private, make it...
2016-01-14 Frederic Sutermodify the way states are handled (get rid of swags)
2016-01-13 Martin Quinsonsome simple cleanups in the routing code
2016-01-13 Martin Quinsonmove some content from AsNone into As (AsNone should...
2016-01-13 Martin Quinsonport NS3 to simgrid::s4u::Host
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-13 Martin Quinsondocument the update mechanisms
2016-01-13 Martin Quinsonmore documentation in surf::Routing
2016-01-13 Martin Quinsonport NS3 to the new signals in simgrid::Host
2016-01-13 Gabriel CoronaMove the signals from simgrid::surf::Host to simgrid...
next