Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert to C++, and call get_pid() directly.
[simgrid.git] / src /
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
2019-10-05 Martin QuinsonInstall a conversion path for our users wrt host_energy...
2019-10-03 Augustin Degommereplay : allow to really use --cfg=smpi/simulate-comput...
2019-10-03 Augustin DegommeAdd handling of sleep in replay.
2019-10-03 Augustin DegommeHave trace-call-location work with filenames and not...
2019-10-03 Augustin DegommeAdd call_location to ti-trace and replay as well.
2019-09-29 Martin QuinsonMerge branch 'rework-energy-plugin' into 'master'
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-27 Arnaud GierschFix warning: `content' may be used uninitialized.
2019-09-26 Frederic Suter[sonar] fix some bugs and smells related to disk addition
2019-09-26 Arnaud Giersch[sonar] Make variable private.
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-09-26 Arnaud GierschThere's no more need for ActorPtr there.
2019-09-25 Arnaud GierschUse plain pointers in internal structures, and hopefull...
2019-09-25 Arnaud GierschKill unused vector.
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-25 Martin QuinsonKill TRACE_smpi_finalize() and have the container unreg...
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-25 Augustin Degommeremove trace finalize from process ending, cleanup...
2019-09-25 Martin Quinsonfix a memleak coming from cyclic references in smart...
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-24 Augustin Degommeadd MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_a...
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-23 bcamusImproving the performance of the NS-3 bindings by:
2019-09-23 Martin QuinsonDon't mandate C++14 as some build daemons still don...
2019-09-23 Martin QuinsonMC: switch to xxhash as a (fast) hashing function.
2019-09-23 Martin QuinsonAdd a fast hash function (mandates C++14 for MC)
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Frederic SuterMerge branch 'master' into disk
2019-09-19 Frederic SuterMerge branch 'master' into disk
2019-09-19 bcamusUnblock the number of communications that can be done...
2019-09-18 Martin QuinsonI am so sorry.
2019-09-17 bcamusTo detect all the flows that are finishing at the same...
2019-09-17 Frederic SuterMerge branch 'master' into disk
2019-09-16 Martin Quinsonremove another pimpl in smpi initialization
2019-09-16 Martin Quinsonsmpi: get ride of process_data and use a regular Extension
2019-09-16 Frederic Suterplease 32-bit
2019-09-16 Frederic Sutertake change of signal location into account
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic Suterallows for mount of remote disks in file system plugin
2019-09-15 Martin Quinsondocument existing coding convention in C, and stick...
2019-09-15 Martin QuinsonAdd sg_actor_{get,set}_data()
2019-09-14 Martin QuinsonAlign Link get/set_data() with the Extendable version...
2019-09-14 Martin QuinsonAlign host get/set_data() with the Extendable version...
next