Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize saveptr and please dumb compilers.
[simgrid.git] / src / surf /
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...
2017-08-03 Arnaud GierschRemove unused option: network/sender-gap.
2017-08-03 Arnaud GierschKill dead code: haveGap_/senderGap_ are never used.
2017-08-03 Frederic Sutermost dicts in instr were bare sets
2017-08-03 Frederic Suter4 functions and a callback for one dict... seriously?!
2017-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-03 Frederic Suterremove some useless includes
2017-08-03 Frederic Sutersome dict related cleanups
2017-08-02 Arnaud GierschAvoid costly exceptions when looking into a map.
2017-08-02 Arnaud GierschUnused code since commit 61a993d9efe970edcbb1cb3d947553...
2017-08-01 Martin Quinsontypo found by lintian
2017-08-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-01 Frederic Sutermissing include
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-07-31 Frederic Sutermove ugly dict closer to the C APIs
2017-07-31 Frederic Sutersimplify storage_type mess
2017-07-31 Frederic Sutercosmetics
2017-07-31 Frederic Suterthis dict was a set
2017-07-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-30 Martin Quinsonfix NS3 builds
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Frederic Sutercosmetics
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-27 Frederic Suterless dict, bprintf, and xbt_str_parse
2017-07-25 Frederic Suterfix MC which uses simgrid::xbt::string
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-25 Frederic Suterlet parsing raise C++ exceptions, kill a dict, reindent
2017-07-24 Martin Quinsoncosmetics in instr: use sensible identifier names
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-24 Frederic Sutermess up with parsing and exceptions
2017-07-24 Frederic Suteroverall optimization of map usage
2017-07-21 Frederic Suterkill another dict in the C++ world
2017-07-21 Takishippfix PJ_value class and its methods
2017-07-21 Takishippfix conflict
2017-07-20 Takishippgive s_val PJ_value as a constructor
2017-07-20 Frederic Sutercleanups
2017-07-20 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2017-07-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-20 Frederic Suterremove useless function
2017-07-20 Frederic Suterchar* to string == free--
2017-07-20 Frederic Suteradress smells in cpuTI
2017-07-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-18 Frederic Sutersome cleanups in maxmin
2017-07-18 Takishippturn paje_value to a class
2017-07-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next