Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move CPU models to kernel::resource too
[simgrid.git] / src / kernel /
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Arnaud GierschWith a std::map, entries are already sorted by their...
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-10 Arnaud GierschSimplify deprecated function.
2019-04-08 Frederic Suterugly typo ...
2019-04-08 Frederic Suterfurther simplify throw_exception
2019-04-08 Frederic Sutersimplify throw_exception
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic Sutersimplify
2019-04-05 Frederic Sutersimplify terminaison of activities in Actor::exit()
2019-04-05 Frederic Suterfactor simcall/activity binding
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutersimcall_comm_test returns a bool too
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-03 Frederic Sutermake more sense
2019-04-03 Frederic Suterfactoring with an ActivityImpl::clean_action() method
2019-04-03 Frederic Suteruse activity cancel, not the action cancel
2019-04-02 Frederic SuterSave a cast per action completion
2019-04-02 Frederic Suterrework terminaison of IoImpl
2019-04-02 Frederic Suterrework terminaison of SleepImpl
2019-04-02 Frederic SuterDONE is not an expected state for Raw activities
2019-04-02 Frederic Suterfactor cancel across activities
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Frederic Suterfactor get_remaining across acitvities
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschCall set_remains() before set_state().
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-04-01 Arnaud GierschReally detach detached sends.
2019-03-29 Frederic Sutermore uniformity in kernel
2019-03-28 Frederic Suterrework ExecImpl to have a single start() method
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Sutertry to clean and uniformize Activity Impls
2019-03-27 Frederic Sutercosmetics
2019-03-27 Frederic Suteruse setters
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-18 Arnaud GierschAvoid deprecated type alias.
2019-03-18 Arnaud GierschMake create_context return the real type.
2019-03-16 Arnaud GierschSpurious ;
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsonactors on failing hosts should die silently and with...
2019-03-14 Martin QuinsonRestarting or killing maestro does not seem to be a...
2019-03-14 Martin Quinsonfurther let the actor clean for itself
2019-03-14 Martin Quinsoncleaning the actor twice seems somewhat overplayed
2019-03-14 Martin Quinsonlet the actor clean for itself
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Frederic Suterrework SleepImpl (and save a cast)
2019-03-14 Arnaud GierschInline methods of simgrid::kernel::Resource.
2019-03-14 Arnaud GierschRemove useless function pointer.
2019-03-14 Frederic Suterlet base class dtor deal with surf action
2019-03-14 Frederic SuterWhat ActivityImpl child should look like IMHO
2019-03-13 Arnaud GierschUse std::unordered_map + save an indirection.
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-12 Arnaud GierschSave valgrind_stack_id in a private field.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Arnaud GierschRemove unnecessary calls to c_str().
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
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 GierschFix xbt_assert with side effects.
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
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 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 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-03-01 Martin Quinsondoc improvement
2019-02-28 Arnaud GierschNo static analyzers, myCoords[] and targetCoords[]...
2019-02-28 Martin QuinsonDon't give actors a chance to survive their exec if...
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
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 GierschReplace #define with constexpr declarations.
2019-02-27 Frederic Suterfix (#220) ?
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 Frederic Suterpriority and bound of MSG tasks can only be set BEFORE...
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-23 Frederic SuterSIMIX_mutex_{un}ref become MutexImpl::{un}ref
2019-02-23 Frederic Suterdont call HANDLER
2019-02-23 Frederic Suterplease sonar
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Arnaud GierschThis is a CommImpl*.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_waitany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_testany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_test.
next