Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tolerance for floating point precision comparisons.
[simgrid.git] / src /
2019-11-21 Augustin DegommeAdd tolerance for floating point precision comparisons.
2019-11-21 Augustin DegommeActually free the memory in these cases, should fix...
2019-11-20 Arnaud GierschKill now unused macros.
2019-11-20 Arnaud GierschDefine simgrid::xbt::InitializationError (please Sonar).
2019-11-20 Arnaud GierschCleanup around simgrid::ParseError.
2019-11-20 Martin Quinsonrnd: cosmetics to ease the implem
2019-11-20 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-20 Yann DuplouyReverting the change to xbt_uniform_int
2019-11-20 Yann DuplouyAdding unit tests for the standard library distributions
2019-11-20 Yann DuplouyModifying how uniform integer are generated
2019-11-20 Yann DuplouyIntroducing choice between the standard library and...
2019-11-19 Augustin Degommeadd option "smpi/auto-shared-malloc-thresh"
2019-11-19 Martin QuinsonInventive hack to get flex raising exceptions on parse...
2019-11-19 Martin Quinsonalso throw an exception when asked to parse an inexisti...
2019-11-19 Martin Quinsonsmpi: expend a bunch of macros so that the functions...
2019-11-19 Martin QuinsonChange smpi::Colls static class into a namespace of...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Frederic Suterpower is speed
2019-11-18 Yann DuplouyAssertion to force maximum value to be greater or equal...
2019-11-18 Augustin Degommefix fortran + ARM 64 bits.
2019-11-18 Martin QuinsonEnergy plugins now throws std::logic_error when not...
2019-11-18 Martin Quinsonparsing: less asserts, more exception raising
2019-11-18 Martin Quinsonhandle flexer errors within the parsing module
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-11-17 Frederic Sutera bit of cleanup, could go further but not now
2019-11-17 Martin Quinsonreduce code dupplication
2019-11-16 Martin Quinsonsmpi: many classes died tonight, but that will save...
2019-11-14 Martin Quinsonfix ns3 builds
2019-11-14 Martin Quinsondeprecate MSG_set_function, that seems useless since...
2019-11-14 Frederic Suterstore kernel-level objects in EngineImpl
2019-11-13 Frederic Sutermake piface_ private and have get_iface() everywhere
2019-11-12 Frederic Suterdon't use a deleted container by the newly created one
2019-11-12 Martin Quinsonfix make distcheck and useless cosmetics
2019-11-12 Frederic Suterfactoring
2019-11-12 Frederic Sutermigrate to set_host in java too
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-12 Martin Quinsons4u::Actor: Merge signals on_migration_start/end into...
2019-11-12 Yann DuplouyUnit tests for xbt::random
2019-11-12 Yann DuplouyFixes to xbt::random
2019-11-11 Frederic Suterdeprecate a couple of SIMIX functions
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Martin Quinsondoc: get rid of sphinxcontrib.contentui
2019-11-10 Martin Quinsonadd some missing functions in the python binding
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-10 Arnaud GierschNo, scan-build, there is no memory leak here.
2019-11-08 Arnaud GierschAdd option -t for bison.
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-23 Yann DuplouyMerge branch 'master' into xbt_random
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-21 Yann DuplouyUsing the proper c++ way to get the min double value
2019-10-21 Yann DuplouyAdding the normal distribution
2019-10-21 Yann DuplouyAdding the normal distribution
2019-10-21 Yann DuplouyAdding the exponential distribution
2019-10-21 Yann DuplouyA first version of the xbt/random module
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.
next