Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace void* when using std::thread.
[simgrid.git] / src /
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschDon't use pass-by-value for large parameters.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-11 Arnaud GierschConstify.
2019-03-10 Arnaud GierschBad cast.
2019-03-10 Arnaud GierschMake ActorImpl::context_ a std::unique_ptr.
2019-03-10 Arnaud GierschMake SwappedContext::parmap_ a std::unique_ptr.
2019-03-09 Arnaud GierschCosmetics around std::unique_ptr.
2019-03-09 Arnaud GierschFix xbt_assert with side effects.
2019-03-08 Arnaud GierschRelease memory after last use only.
2019-03-08 Martin Quinson2 fixes in host-energy plugin
2019-03-08 Arnaud GierschUse references for callback parameters of on_exit().
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-08 Arnaud GierschUse references for parameters of type std::vector.
2019-03-08 Arnaud GierschFix mismatched alloc/free.
2019-03-08 Arnaud GierschDon't hide class member.
2019-03-08 Arnaud GierschFix null pointer dereference.
2019-03-08 Frederic Suterhopefully fix most issues. thx agier for spotting the...
2019-03-07 Frederic Suterpoor damage control for tonight only
2019-03-07 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-07 Frederic Sutersimplifications and fixes (forgot properties)
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-07 Frederic SuterSplit the behavior of ActorImpl::create
2019-03-06 Arnaud GierschSometimes 'free' is not a member of 'std'.
2019-03-06 Arnaud GierschAdd exception specification for xbt_free_f.
2019-03-06 Arnaud GierschUse real pointer type for context wrappers.
2019-03-06 Arnaud Giersch[sonar] Use unsigned char* for context stacks.
2019-03-06 Arnaud Giersch[sonar] Use std::function.
2019-03-06 Arnaud GierschDeprecate some functions.
2019-03-06 Arnaud GierschType consistency.
2019-03-06 degommeTry to help sonar.
2019-03-06 degommeFix mc liveness examples.
2019-03-06 Frederic SuterObjectify MSG task send
2019-03-06 Frederic SuterSimplifications in MSG task execution
2019-03-06 Frederic Suterplease sonar
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Arnaud GierschParmap status is simply a boolean.
2019-03-05 Arnaud GierschUse std::function instead of function pointer.
2019-03-05 Arnaud GierschUse proper type instead of void*.
2019-03-05 Arnaud GierschAssert that the pointer is not null when dereferenced.
2019-03-05 Frederic Suterapply agier fixes for StarPU build
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-05 Martin Quinsonsonar: pass large parameters as const; don't name unuse...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-03-04 Frederic Sutersnake case this bool
2019-03-04 Frederic Sutercosmetics
2019-03-03 Frederic Sutermore factoring when sending MSG tasks
2019-03-02 Arnaud GierschFix use of invalidated iterator.
2019-03-01 Arnaud GierschUse C++11 <random> for simcall mc_random.
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-03-01 Arnaud GierschKill unused parameter and please Sonar.
2019-03-01 Arnaud GierschUse specialized vector::swap.
2019-03-01 Arnaud GierschStop setting random seed at initialization.
2019-03-01 Martin Quinsondoc improvement
2019-03-01 Frederic Sutermv the internal isend function to the class
2019-03-01 Frederic Suterremove useless simcall for IO too and use better casts
2019-03-01 Frederic Suterone step further not using kernel execution activities...
2019-03-01 Frederic SuterThe creation of the pimpl needs no simcall
2019-03-01 Frederic SuterYell when there is an exception, not when there isn't
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-28 Arnaud GierschEmpty callback is optional.
2019-02-28 Arnaud GierschNo static analyzers, myCoords[] and targetCoords[]...
2019-02-28 Arnaud GierschDon't rely on random to generate temporary file names.
2019-02-28 Arnaud GierschUse C++11 <random> instead of rand().
2019-02-28 Frederic Suterbetter message for this exception
2019-02-28 Frederic Suterchange exception raised if a StopRequest is catched...
2019-02-28 Martin QuinsonDon't give actors a chance to survive their exec if...
2019-02-28 Martin Quinsonplease sonar: don't declare an empty callback
2019-02-27 Arnaud GierschFix forwarding of the program arguments.
2019-02-27 Arnaud GierschFix Backtrace::operator=.
2019-02-27 Arnaud GierschAnonymize unused parameters.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschAvoid null pointer dereference.
2019-02-27 Arnaud Gierschsurf_parse_error() never returns, remove dead code...
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-27 Arnaud GierschRemove dead code after returrn statement.
2019-02-27 Arnaud GierschMark methods as "override".
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-27 Arnaud GierschKill unused constants.
2019-02-27 Frederic Suterfix (#220) ?
2019-02-27 Frederic Sutermake MSG_process_create die if host is off.
2019-02-27 Frederic Suterfix typos in warning
2019-02-26 degommeChange color of "barrier" in trace. It was too close...
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-26 Frederic Suterfix (#324)
2019-02-25 Arnaud Giersch[sonar] Improve Cognitive Complexity.
2019-02-25 Arnaud GierschNO_MAX_DURATION is a special value, use (in)equality...
2019-02-25 Arnaud GierschMove common test to Action::update_max_duration.
2019-02-25 Arnaud GierschKill now unused functions SIMIX_mutex_{un}ref.
2019-02-25 Arnaud GierschConvert last call to SIMIX_mutex_unref.
2019-02-25 Frederic Suterfix last issues
2019-02-25 Frederic Suterend objectification of MSG tasks
2019-02-25 Frederic Sutermv counter from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv data from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv category from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermove name from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Suterobjectify simdata_task_t
next