Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tests whether the file could be opened and removes the temporary file at the end
[simgrid.git] / src / xbt /
2020-04-27 Yann DuplouyTests whether the file could be opened and removes...
2020-04-27 Yann DuplouyNow returns true if the file could be opened
2020-04-27 Yann DuplouyTries to handle IO errors
2020-04-15 Yann DuplouyUnit test to check if the RNG state is written and...
2020-04-15 Yann DuplouyIt is now possible to read/write the RNG state in a...
2020-03-26 Martin QuinsonPlease PVS
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-27 Arnaud Giersch[sonar] The three expressions of a "for" statement...
2020-02-27 Arnaud GierschClose file after use.
2020-02-26 Arnaud Giersch[sonar] Don't modify condition variable twice in for...
2020-02-18 Arnaud GierschFactorize common code.
2020-02-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
2020-02-06 Arnaud GierschReplace usage of <random> with <xbt/random.hpp>.
2020-02-06 Arnaud GierschDefines C++ classes for xbt RNG.
2020-02-06 Arnaud GierschPrefer a do-while in these cases.
2020-02-06 Arnaud GierschFix division by zero on 32bit systems.
2020-02-06 Arnaud GierschMerge branch 'doc' into 'master'
2020-02-06 Arnaud GierschSet seed only after having chosen the implementation.
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-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.
next