Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
uniformize the function names
[simgrid.git] / src /
2017-08-28 Martin Quinsonuniformize the function names
2017-08-28 Martin Quinsoninstr: kill leftover classes
2017-08-28 Martin Quinsoninstr: kill an unused field
2017-08-28 Martin Quinsonrename the instr::Container class to its proper name
2017-08-28 Martin Quinsonsmpi: don't override the value of network/TCP-gamma...
2017-08-28 Martin Quinsoninstr: please sonar
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 Quinsonkill a C type now that we have a class
2017-08-27 Martin Quinsonclass names must be in CamelCase
2017-08-27 Martin Quinsona class with no method is not a class
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-25 Augustin Degommethis has to be ordered as MPI allows access to items...
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-21 Arnaud GierschUse NewGlobalRef since Vm in unref'd by DeleteGlobalRef.
2017-08-21 Arnaud GierschUsing std::remove_if is overkill here.
2017-08-20 Arnaud GierschEnsure that low is valid before using it.
2017-08-20 Arnaud GierschRemove useless #undef's.
2017-08-20 Arnaud GierschWhitespace cleanup.
2017-08-20 Arnaud GierschUse default destructor.
2017-08-20 Arnaud GierschThese lines belong to the outer loop.
2017-08-20 Arnaud GierschDeobfuscate expression.
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-18 Frederic Sutermodernize three simcalls
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 event_new to s_type class as a 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 TakishippAdd a constructor to s_type class
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-16 TakishippFactorize s_type and value instr class
2017-08-15 Arnaud Gierschthis cannot be null.
2017-08-14 Arnaud GierschRemove useless memset (causes segfault).
2017-08-13 Martin Quinsonsmall cleanups in the simix timers
2017-08-12 Martin Quinsonsonar
2017-08-11 Martin Quinsonspelling
2017-08-11 Frederic Suterkill kill simcall
2017-08-11 Frederic Suterdamn lua
2017-08-11 Frederic Suteranother fix for lua
2017-08-11 Frederic Sutertry to fix ns3 build
2017-08-11 Frederic Suterminimal fix (hopefully) of lua bindings
2017-08-11 Frederic Suterstringify cluster
2017-08-11 Frederic Suterstringify Host link creation
2017-08-11 Frederic Suterkill 2 sonar bugs
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 Martin Quinsoncodacy
2017-08-10 Frederic SuterAS->Zone + stringification
2017-08-10 Frederic Suterstringification
2017-08-09 Frederic Suterattempt to fix daxload example
2017-08-09 Frederic Suterless bprintf (some were completely useless)
2017-08-09 Frederic Suterstringification
2017-08-09 Frederic Suterfix MC. host names are not std::string damnit
2017-08-09 Frederic Suterbprintf--
2017-08-09 Frederic Sutermove VM start function to s4u
2017-08-09 Frederic Suterplug leak in msg_vm (by rmving bprintf)
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 Frederic Suterconvert map to dynar at API level
2017-08-07 Frederic Suterjxbt_throw_null needs a string. no need to bprintf
2017-08-07 Frederic Suterbprintf-- (try to use strings in cpp world
2017-08-07 Frederic Suterno need for unused args
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-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-06 Martin Quinsoninclude <string> to help OSX's clang
2017-08-04 bcamusfixing a bug in PMs energy consumptions when suspending...
2017-08-03 Arnaud GierschMissing include.
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 Arnaud GierschPlease codacy (avoid C-style pointer casting).
2017-08-03 Arnaud GierschPlease codacy (initialize member variables).
2017-08-03 Arnaud GierschPlease codacy (delete copy constructor).
2017-08-03 Arnaud GierschPlease codacy (explicit constructor).
2017-08-03 Frederic Suterdict--
2017-08-03 Frederic Sutermost dicts in instr were bare sets
2017-08-03 Arnaud GierschRemove legacy parmap functions.
2017-08-03 Arnaud GierschDelete now useless xbt_dynar_three_way_partition().
2017-08-03 Arnaud GierschUse std::vector instead of dynar in simix_global (proce...
2017-08-03 Arnaud GierschMake symbols public.
2017-08-03 Arnaud GierschMake legacy xbt_parmap functions use the C++ code.
2017-08-03 Arnaud GierschPort xbt_parmap to C++.
2017-08-03 Arnaud GierschFix include.
next