Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use s4u API in example.
[simgrid.git] / src / surf /
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-10-15 Frederic Suterkill last dicts in instr
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschChange getName() and add getCname() in s4u::Storage.
2017-10-14 Arnaud GierschChange name() to getCname() and add getName() in s4u...
2017-10-14 Arnaud GierschCosmetics.
2017-10-14 Arnaud GierschChange name()/cname() to getName()/getCname() in surf...
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in surf...
2017-10-14 Arnaud GierschChange name()/cname() to getName()/getCname() in kernel...
2017-10-14 Arnaud GierschCosmetics: one statement per declaration.
2017-10-13 Frederic SuterRework way of creating Type hierarchy.
2017-10-13 Frederic Suteruse bools and true/false
2017-10-13 Frederic SuterMore objectification of instr::Type (wip)
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-13 Arnaud GierschRepair Dijkstra's cache mode.
2017-10-12 Arnaud GierschIn MSG_parallel_task_create(), take a copy of flops_amo...
2017-10-12 Arnaud GierschAnother bunch of s/malloc/new/.
2017-10-12 Frederic Suterrefactoring and namespacing
2017-10-12 Frederic Sutermore stringification/privatization
2017-10-12 Frederic Suterkill another dict in instr
2017-10-11 Arnaud GierschC -> C++ casts.
2017-10-11 Frederic SuterRefactoring instr
2017-10-11 Frederic Suterfurther cleanups in instr
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic Suterstringify and objectify instr::Value (wip)
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschApply clang-format on previously renamed files.
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRemove useless #ifdef __cplusplus from hpp files.
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-09 Arnaud GierschRename file .cc -> .cpp.
2017-10-09 Frederic Sutersloppy replacement of dict by map and char* by string
2017-10-09 Frederic Sutera dict whose values are "1" (as char* of course) to...
2017-10-08 Martin Quinsoncodacy
2017-10-06 Martin Quinsonwe will get ride of <include> very soon
2017-10-05 Arnaud GierschKill dead code: it's already split between CpuAction...
2017-10-05 Arnaud GierschFactorize code.
2017-10-05 Arnaud GierschRemove a few more commented lines of code.
2017-10-04 Arnaud GierschAvoid implicit bool to int conversion.
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-04 Martin QuinsonDeprecate an obscure part of the XML format
2017-10-04 Arnaud GierschRemove useless includes for xbt/str.h.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-29 Arnaud GierschAction::finish() is never used without setState().
2017-09-16 Arnaud GierschDelete ProcessArg.properties.
2017-09-16 Martin Quinsoninstr: objectifies another method
2017-09-16 Martin Quinsona static function with an object parameter is a regular...
2017-09-14 Martin Quinsoncleanup plugging a memleak
2017-09-12 Martin Quinsonconvert a dict into a unordered_map
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschUse C++ strings instead of char*.
2017-09-09 Arnaud GierschFix use-ater-free.
2017-09-03 Martin Quinsongive a proper constructor/destructor to instr::Container
2017-08-29 Arnaud GierschA std::string is ok here.
2017-08-29 Arnaud GierschC++-style casts.
2017-08-28 Martin Quinsonfollow the naming conventions in Instr
2017-08-28 Martin Quinsonfix clang builds
2017-08-28 Martin Quinsonmove all inst declarations into their namespace
2017-08-27 Martin Quinsonclass names must be in CamelCase
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-27 Arnaud GierschCreate dict in NetworkNS3Model constructor.
2017-08-23 Arnaud GierschTrivial formatting issues.
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-22 Arnaud GierschMissing "override"s.
2017-08-18 Takishippnormalize s_type class part 3
2017-08-18 Takishippnormalize s_type class part 2
2017-08-18 Takishippnormalize s_type class
2017-08-16 TakishippAdd type_stat_new to s_type class as a method
2017-08-16 TakishippAdd link_new to s_type class as a method
2017-08-16 TakishippAdd variable_new to s_type class as method
2017-08-16 TakishippAdd type_container_new to s_type class as method
2017-08-16 TakishippAdd s_type_get_or_null to s_type class as a method
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-14 Arnaud GierschRemove useless memset (causes segfault).
2017-08-12 Martin Quinsonsonar
2017-08-11 Frederic Sutertry to fix ns3 build
2017-08-11 Frederic Suterstringify cluster
2017-08-11 Frederic Suterstringify Host link creation
2017-08-11 Frederic Sutercodacy and clang-format
2017-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-10 Frederic Suterstringify IO
2017-08-10 Frederic Sutermore strings
2017-08-10 Frederic Suterbprintf -> string
2017-08-10 Frederic SuterAS -> Zone. Mainly cosmetics and unused defined thing
2017-08-10 Frederic SuterAS->Zone + stringification
2017-08-10 Frederic Suterstringification
2017-08-09 Frederic Suterstringification
2017-08-08 Frederic Suterput back a leak (for now) to fix tests
2017-08-08 Frederic Suterplug leaks
2017-08-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 bcamusfixing codacy issue
2017-08-07 Frederic Suterstop using variadic functions for surf_parse messages
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-04 bcamusfixing a bug in PMs energy consumptions when suspending...
next