Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-11-02 Arnaud GierschAllow const parameter for sg_actor_data().
2019-11-02 Arnaud GierschCosmetics.
2019-11-02 Arnaud GierschReduce number of direct accesses to simix_global.
2019-11-02 Arnaud GierschRemove unused parameter 'free_ctn' for xbt_dict_set...
2019-11-02 Martin Quinsonbetter factorization of how examples are displayed...
2019-11-02 Martin QuinsonCosmetics on how we present examples in C++ and python
2019-11-02 Martin Quinsonadd the python binding to Actor::is_daemon
2019-11-02 Martin Quinsonstart documenting the C API in sphinx
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-31 Arnaud GierschAdd test in activity-lifecycle turning off its own...
2019-10-31 Arnaud GierschHostImpl::turn_off(): SIMIX_process_self is maestro...
2019-10-31 Arnaud GierschUseless if().
2019-10-31 Arnaud GierschRestore test to its state before commit 08e94eb0482589e...
2019-10-30 Frederic Sutersimplify user data management in MSG
2019-10-30 Frederic Suteradd C interface to Actor::init and Actor::start
2019-10-28 Arnaud GierschMark deprecated virtual methods "final", and complete...
2019-10-27 Augustin Degommesecond attempt. Remove -g flag for flang from now,...
2019-10-27 Augustin DegommeRevert "remove useless (?) common block in fortran...
2019-10-27 Augustin Degommeremove useless (?) common block in fortran code as...
2019-10-26 Arnaud GierschKeep deprecated wrappers "virtual".
2019-10-25 Frederic Sutercosmetic (process->actor)
2019-10-24 Arnaud GierschCosmetic rename.
2019-10-24 Arnaud GierschEndgame mode is always enabled, remove option.
2019-10-24 Arnaud GierschRemove duplicate error message, and use xbt_assert.
2019-10-24 Arnaud GierschDon't shadow outer variable.
2019-10-24 Frederic Sutermake actors_at_boot_ private
2019-10-24 Frederic Suterboss not happy, partial revert
2019-10-24 Frederic Sutermake HostImpl::actor_list_ private
2019-10-24 Frederic Suteralmost useless old stuff... remove
2019-10-24 Frederic Sutersome process to actor renaming
2019-10-24 Frederic Suterremove direct accesses to pimpl_cpu
2019-10-22 Frederic Suterfix ns3
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-21 Martin QuinsonUse xbt_assert instead of 'if() xbt_die'
2019-10-21 Martin Quinsonsonar: kill commented code
2019-10-21 Arnaud GierschVariable is empty since... 2012!
2019-10-21 Arnaud GierschUpdate MANIFEST.in.
2019-10-21 Arnaud GierschFix another dead store caught by cppcheck.
2019-10-21 Martin Quinsonmake WifiLink depend on LinkImpl directly
2019-10-21 Martin Quinsondefault value for latency should be 0
2019-10-21 Martin Quinsoncosmetics in the wifi model
2019-10-21 Martin Quinsonsplit the wifi model into its own files
2019-10-20 Arnaud GierschUse statically allocated stack.
2019-10-20 Arnaud GierschAdd "explicit" keyword.
2019-10-20 Arnaud GierschKill dead stores.
2019-10-20 Arnaud GierschPrefer initialization list.
2019-10-20 Arnaud GierschReduce scope for variables.
2019-10-20 Arnaud GierschDie on error.
2019-10-20 Arnaud GierschFix misspelling of "occurring".
2019-10-20 Arnaud GierschSpell check.
2019-10-20 Arnaud GierschTry to ensure test reproducibility.
2019-10-20 Arnaud GierschRemove remaining mentions of RngStream.
2019-10-19 Arnaud GierschKill dead code.
2019-10-19 Martin Quinsondocument recently merged MR
2019-10-19 Martin QuinsonMerge branch 'noRngStream' into 'master'
2019-10-19 Yann DuplouyRemoving RngStream
2019-10-18 Martin Quinsondocument our policy for version numbering
2019-10-18 Martin Quinsonrewrite completely the releasing guide
2019-10-18 Martin Quinsondocument some recently closed bugs
2019-10-18 Frederic Suterremove some direct accesses to pimpl_cpu
2019-10-17 Arnaud GierschGitLab/CI: disable coverage.
2019-10-17 Arnaud GierschTravis/win: python has been upgraded.
2019-10-17 Arnaud GierschTypos.
2019-10-17 Arnaud GierschConvert to C++, and call get_pid() directly.
2019-10-17 Arnaud GierschThere is no need to use simix here.
2019-10-17 Arnaud GierschRemove file (deprecated since 16 months).
2019-10-17 Arnaud GierschRemove references to dead variables.
2019-10-17 Arnaud Giersch[sonar] Add "override" annotation.
2019-10-17 Arnaud Giersch[sonar] Capitalize constant name.
2019-10-16 Martin Quinsonimprove the docker generation scripts
2019-10-16 Martin Quinsoncmake: tell which version of SimGrid we are configuring
2019-10-16 Martin QuinsonUpdate the release guide
2019-10-16 Martin QuinsonRewrite the NEWS after the release O:-)
2019-10-16 Frederic Suterfix GH#305
2019-10-16 Frederic Sutercosmetics
2019-10-12 Arnaud Giersch[sonar] Remove commented out code.
2019-10-12 Arnaud Giersch[cppcheck] Reduce scope for variables.
2019-10-12 Arnaud Giersch[sonar] Factor common expression and don't duplicate...
2019-10-12 Arnaud Giersch[sonar] Remove unused "import".
2019-10-12 Arnaud Giersch[sonar] Use try-with-resource to correctly close the...
2019-10-11 Arnaud GierschUpdate .mailmap.
2019-10-11 Arnaud GierschDeprecate C API for SIMIX timers.
2019-10-11 Arnaud GierschKeep deprecated features one more release (target:...
2019-10-11 Arnaud GierschCosmetics: useless negation.
2019-10-11 Arnaud GierschRemove defintion of msg_as_t, deprecated a long time...
2019-10-11 Arnaud GierschMSG_task_receive_ext_bounded was indeed deprecated...
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-11 Arnaud GierschUndeprecate SIMIX_process_self_{get,set}_data.
2019-10-11 Arnaud GierschTry to avoid error with mingw: function definition...
2019-10-11 Arnaud GierschDon't try to run tests after build failure.
2019-10-11 Arnaud GierschUgly hack to remove temporary files on Windows.
2019-10-11 Frederic Suterplease clang and gcc10
2019-10-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-10-10 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v328.
2019-10-10 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-10-10 Arnaud GierschStart the dev of v3.24.1.
2019-10-10 Frederic Suteruse CRTP to factor refcounting across activity types
2019-10-10 Frederic Suterupdate things
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-09 Arnaud GierschPrefer stderr to stdout.
next