Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor cleanups.
[simgrid.git] / src /
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 Frederic Sutermake msg task extendable too
2019-11-03 Frederic Suteruser data doesn't have to be stored at kernel level
2019-11-03 Frederic Sutermake s4u::File extendable
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 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 GierschHostImpl::turn_off(): SIMIX_process_self is maestro...
2019-10-31 Arnaud GierschUseless if().
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-25 Frederic Sutercosmetic (process->actor)
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 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 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 GierschFix misspelling of "occurring".
2019-10-20 Arnaud GierschSpell check.
2019-10-19 Martin QuinsonMerge branch 'noRngStream' into 'master'
2019-10-19 Yann DuplouyRemoving RngStream
2019-10-18 Frederic Suterremove some direct accesses to pimpl_cpu
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 Giersch[sonar] Add "override" annotation.
2019-10-17 Arnaud Giersch[sonar] Capitalize constant name.
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 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 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 GierschUgly hack to remove temporary files on Windows.
2019-10-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-10-10 Arnaud GierschMerge remote-tracking branch 'origin/master'
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.
2019-10-09 Martin Quinsonsecond attempt at fixing 32bits. Am I stupid or something? v3.24
2019-10-09 Martin Quinsonfix 32bits builds
2019-10-09 Martin Quinsonun-deprecate a redundent function
2019-10-09 Martin QuinsonMerge pull request #334 from Mommessc/rework-energy...
2019-10-09 Martin QuinsonMerge branch 'master' into rework-energy-plugin-2.0
2019-10-09 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-10-09 Martin Quinsonsonar: kill an overriding method
2019-10-09 Martin Quinsonjava: automatically close the streams on error to pleas...
2019-10-09 Martin QuinsonAdd a TODO in the code
2019-10-09 Martin Quinsonplease clang-static by initializing p_idle only once
2019-10-09 Frederic Suterchange handling of nested <prop> declarations.
2019-10-09 clement-dell[Energy] cosmetics and comments
2019-10-09 clement-dell[Energy] Mark sg_host_get_idle_consumption as deprecated
2019-10-09 clement-dell(Energy] Add sg_get_idle_consumption_at function
2019-10-08 clement-dellRevert "[Energy] Can now retrieve idle power of specifi...
2019-10-08 clement-dell[Energy] Missing power profiles for a host defaulted...
2019-10-08 clement-dell[Energy] Enfore as many power profiles as pstates
2019-10-08 clement-dell[Energy] Can now retrieve idle power of specified pstate
2019-10-08 Martin Quinsondeal with rounding errors on 32bits
2019-10-07 Martin Quinsonmore informative error message
2019-10-07 Martin Quinsonjava: obey to sonar, use nio.file.delete for better...
2019-10-07 Martin QuinsonFurther doc improvements
2019-10-07 Martin Quinsoncosmetics in the doc of the Host energy plugin
2019-10-07 Martin Quinsoncosmetics: cpu_load is not supposed to be >1 anymore
2019-10-07 Martin Quinsonhost_energy: rework the code converting the old syntax...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonAlso attach our signal handler to SIGBUS, because MacOS...
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-10-06 Martin Quinsonsonar: useless cosmetics
2019-10-05 Martin QuinsonNew doc section on plugins
next