Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-10 Arnaud GierschFix test on slow machines.
2019-11-10 Arnaud GierschCode smells spotted by static analyzers.
2019-11-10 Arnaud GierschNo, scan-build, there is no memory leak here.
2019-11-08 Arnaud GierschAdd option -t for bison.
2019-11-08 Arnaud GierschPrefer $(...) to backticks.
2019-11-05 Frederic Suteradd example of GH#139
2019-11-04 Arnaud GierschMinor cleanups.
2019-11-04 Frederic Suteruser data should stay in user space
2019-11-04 Frederic Suterdeprecate simcall_process_sleep and add some reminders...
2019-11-04 Frederic SuterC wrappers to set/get user data of the current actor
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-04 Frederic SuterSIMIX cosmetics
2019-11-03 Martin Quinsonhide some cruft from the doc
2019-11-03 Martin Quinsonmove the README.rst in examples/ as it also describes...
2019-11-03 Martin Quinsonfurther convert the example documentation to the tabbed RST
2019-11-03 Frederic Sutermake msg task extendable too
2019-11-03 Frederic Suteruser data doesn't have to be stored at kernel level
2019-11-03 Arnaud GierschRemove old cruft.
2019-11-03 Frederic Sutermake s4u::File extendable
2019-11-03 Arnaud GierschName changed for sonar property.
2019-11-02 Arnaud GierschParameter for cleanup callback won't be null.
2019-11-02 Arnaud GierschRestore handling of msg_global->process_data_cleanup.
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.
next