Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'random_readwritestate' into 'master'
[simgrid.git] / include / xbt /
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Yann DuplouyTries to handle IO errors
2020-04-15 Yann DuplouyIt is now possible to read/write the RNG state in a...
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
2020-02-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
2020-02-06 Arnaud GierschAdd "explicit".
2020-02-06 Arnaud GierschDefines C++ classes for xbt RNG.
2020-02-06 Arnaud GierschMerge branch 'doc' into 'master'
2020-02-06 Arnaud GierschExclude max from range for xbt::random::uniform_real.
2020-02-06 Arnaud GierschCosmetics in xbt/random.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-02 Arnaud GierschIntroduce XBT_ATTRIB_DEPRECATED_v330.
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-27 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Arnaud GierschPut only the declaration between SG_{BEGIN,END}_DECL.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-08 Arnaud GierschUse initialization list.
2020-01-08 Arnaud Giersch[sonar] asks for std::forward.
2020-01-08 Arnaud Giersch[sonar] Use std::move with rvalue references.
2020-01-07 Arnaud GierschForgotten cleanups in includes.
2020-01-07 Arnaud GierschSimplify xbt:Backtrace.
2020-01-06 Arnaud GierschDrop unused xbt dynar functions.
2020-01-06 Arnaud GierschDrop unused xbt dict functions.
2020-01-06 Arnaud GierschDrop never used macro XBT_UNREACHABLE.
2020-01-04 Gabriel CoronaRevert changes about Task
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-22 Arnaud GierschKill dead code.
2019-12-22 Arnaud Giersch[sonar] This is still ot a forwarding reference.
2019-12-21 Arnaud GierschKill unused includes, and put the remaining ones at...
2019-12-20 Arnaud GierschFix prototype, and use boolean operators.
2019-12-20 Arnaud Giersch[sonar] "std::forward" should only be called on a forwa...
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-17 Frederic Sutersave a vector, kill a dynar!
2019-12-12 Arnaud GierschBe consistent on the number of indirections.
2019-12-10 Frederic Sutercosmetics and damn 32-bit fix
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-11-28 Yann DuplouyDocumenting xbt/random a little bit
2019-11-20 Martin Quinsonrnd: cosmetics to ease the implem
2019-11-20 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-20 Yann DuplouyIntroducing choice between the standard library and...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Yann DuplouyFixes to xbt::random
2019-11-02 Arnaud GierschAllow const parameter for sg_actor_data().
2019-11-02 Arnaud GierschRemove unused parameter 'free_ctn' for xbt_dict_set...
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Yann DuplouyAdding the normal distribution
2019-10-21 Yann DuplouyAdding the exponential distribution
2019-10-21 Yann DuplouyRemoving variable names from the header…
2019-10-21 Yann DuplouyA first version of the xbt/random module
2019-10-20 Arnaud GierschSpell check.
2019-10-19 Martin QuinsonMerge branch 'noRngStream' into 'master'
2019-10-19 Yann DuplouyRemoving RngStream
2019-10-11 Arnaud GierschKeep deprecated features one more release (target:...
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-10-10 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v328.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-14 Martin Quinsongive a set_data() and get_data() to all xbt::Extendable...
2019-08-27 Augustin DegommeAdd some includes to please GCC 10
2019-08-08 Martin Quinsonshy attempt at simplifying the simcall mechanism
2019-07-11 Arnaud GierschMove extended hash to xbt/utility.
2019-07-10 Frederic Suterdeprecate xbt_mutex and xbt_cond
2019-07-10 Frederic Suterplease users
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschUse std::future_error.
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-07-02 Arnaud GierschDrop xbt_dynar_sort_strings().
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-26 Arnaud GierschUpgrade XBT_ATTRIB_DEPRECATED_v326 -> v327.
2019-06-03 Arnaud GierschReduce code duplication.
2019-06-03 Arnaud Giersch[sonar] Replace private inheritance with a private...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-20 Martin QuinsonAhem. You mean I need to actually compile with MC after...
2019-05-06 Arnaud GierschChange two dynars (maybe more).
2019-04-19 Arnaud GierschNew log appenders stdout and stderr. Use stdout for...
2019-04-19 Frederic SuterAllow for callback disconnection
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-16 Arnaud GierschDelete unused private function.
2019-04-04 Arnaud GierschCosmetic cleanups.
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-03 Arnaud Giersch[sonar] Use a logger for help messages.
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
next