Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'pikachuyann/simgrid-xbt_random'
[simgrid.git] / src / xbt /
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-07 Arnaud GierschForgotten cleanups in includes.
2020-01-07 Arnaud GierschSimplify xbt:Backtrace.
2020-01-07 Arnaud GierschTest is redundant (already checked in xbt_dict_preinit).
2020-01-07 Frederic Suter[sonar] don't mix public/private data members
2020-01-06 Arnaud GierschDrop unused xbt dynar functions.
2020-01-06 Arnaud GierschDrop unused xbt dict functions.
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-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
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-22 Arnaud GierschKill dead code.
2019-12-20 Arnaud GierschFix prototype, and use boolean operators.
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-17 Frederic Sutersave a vector, kill a dynar!
2019-12-16 Frederic Sutermornign cleanups
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-11-27 Yann DuplouyRedraw if the random number is too close to max, to...
2019-11-24 Arnaud GierschParentheses around macro parameters.
2019-11-23 Martin Quinsoncosmetics
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-21 Augustin Degommeuse catch2 way of doing this
2019-11-21 Augustin DegommeAdd tolerance for floating point precision comparisons.
2019-11-20 Arnaud GierschDefine simgrid::xbt::InitializationError (please Sonar).
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 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Yann DuplouyAssertion to force maximum value to be greater or equal...
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-11-12 Yann DuplouyUnit tests for xbt::random
2019-11-12 Yann DuplouyFixes to xbt::random
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-08 Arnaud GierschAdd option -t for bison.
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 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 GierschSpell check.
2019-10-19 Martin QuinsonMerge branch 'noRngStream' into 'master'
2019-10-19 Yann DuplouyRemoving RngStream
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-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
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-19 Frederic SuterMerge branch 'master' into disk
2019-09-18 Martin QuinsonI am so sorry.
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-14 Martin QuinsonAlign host get/set_data() with the Extendable version...
2019-08-17 Martin Quinsonmore informative message when setting inexistant config...
2019-07-10 Frederic Suterplease users
2019-07-09 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/28
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschThrow std::out_of_range.
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud GierschDefine proper exceptions subclasses.
2019-07-02 Arnaud Giersch[sonar] Move include before any code.
2019-07-02 Arnaud GierschDrop xbt_dynar_sort_strings().
2019-07-02 Arnaud GierschUseless casts.
2019-06-09 Martin Quinsoncleanups in the debug config items
2019-06-03 Arnaud GierschCosmetics.
2019-06-03 Arnaud GierschDon't leave an empty catch block.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-22 Augustin Degommeoops
2019-05-22 Martin Quinsonos_timer: detect when our implementation needs to be...
2019-05-22 Augustin Degommedeactivate clock_gettime on SunOS, as it does not work...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-05-16 Martin QuinsonUse addr2line as a fallback for stacktraces when backtr...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Martin Quinsonmake sure that xbt/memory_map can be used out of simgrid
2019-05-05 Martin Quinsoninclude a header we use
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-04-24 Arnaud GierschCheck result of lseek.
next