Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
[simgrid.git] / include /
2021-10-07 SUTER Fredericthere is no such thing as simix::Host
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-10-06 SUTER Fredericless calls to simix.h + cosmetics
2021-10-05 Arnaud GierschMove declarations in smpi_helpers_internal.h.
2021-10-05 Arnaud GierschAdd attribute [[noreturn]].
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-27 Arnaud GierschDeclare this_actor::exit() [[noreturn]].
2021-09-27 Augustin Degommeextend std namespace with our own definitions.
2021-09-27 Augustin DegommeMark the smpi_exit call as noreturn, and really kill...
2021-09-26 Augustin DegommeIntercept exit() to avoid killing simulations too early...
2021-09-24 SUTER Fredericfix proxy-apps but not the new smpi faulty test
2021-09-23 Augustin DegommeMerge branch 'public_smpi_func' into 'master'
2021-09-23 Julien EMMANUELMake some SMPI functions public
2021-09-23 Martin Quinsoncosmetics in the changelog and NEWS file [skip-ci]
2021-09-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-22 Martin QuinsonDocument xbt_dynar_t in the new doc
2021-09-21 SUTER Fredericmove MC stuff from simix_global to EngineImpl
2021-09-20 SUTER Frederictry to reduce calls to get_instance and plug some leaks
2021-09-19 Arnaud GierschSomewhat redo commit df93dfaab8d79f5e08088aedc95dd2712c...
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericrename SIMIX_set_maestro into simgrid_set_maestro
2021-09-17 SUTER Fredericget rid of SIMIX_global_init
2021-09-15 SUTER Fredericmove maestro to EngineImpl. breaks a unit-test
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-13 SUTER Frederica few more implicit conversions removed
2021-09-06 SUTER Fredericdo not use unsigned there, -1 is used to indicate there...
2021-09-06 SUTER Fredericunsigned long-ing
2021-09-05 SUTER Fredericyet another bunch of int -> unsigned long
2021-09-04 SUTER Fredericanother bunch of new implicit conversions
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-09-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 SUTER Fredericadd a FAILED state to activities. tested on comm and...
2021-08-17 Arnaud GierschPleases somewhat codefactor.io, lgtm, and pvs-studio.
2021-08-16 SUTER Fredericmodernize SIMIX_comm_set_copy_data_callback
2021-08-16 Arnaud GierschTry to make linking succeed with mingw64 (appveyor).
2021-08-10 Bruno DonassoloFix factor callback type
2021-08-09 Bruno DonassoloCPU factors: dynamic factors for CPU
2021-08-09 Bruno DonassoloAdd interface to create Profile
2021-08-07 Augustin Degommereplay : add actions scan and exscan
2021-08-06 Augustin DegommeOther fix for #78 : Fortran logical and MPI_LOGICAL...
2021-07-30 Bruno DonassoloCreate Disk::set_readwrite_bandwidth
2021-07-30 Bruno DonassoloI/O factors: noise for disks.
2021-07-28 Arnaud GierschMerge branch 'doc_link' into 'master'
2021-07-23 SUTER FredericMake the plugin usable within a SMPI simulation
2021-07-23 SUTER FredericEnable setting a specific data copy callback to any...
2021-07-19 Arnaud Giersch[sonar] Less implicit casts.
2021-07-19 Arnaud Giersch[pvs-studio] Don't mix initialized and non-initialized...
2021-07-19 Arnaud Giersch[pvs-studio] Initialize every members of class.
2021-07-17 Arnaud GierschFix xbt_parse_get_all_speeds(), and add some unit tests.
2021-07-15 Bruno DonassoloHost: non-linear constraints
2021-07-15 Bruno DonassoloLink: Non-linear constraints
2021-07-15 Bruno DonassoloDisk: Non-linear contraints
2021-07-14 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v333.
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-07-14 Arnaud GierschNetzone::get_children() is actually not deprecated.
2021-07-13 Martin QuinsonRemove useless includes from the public headers
2021-07-13 Martin QuinsonHide some deprecated symbols from doxygen
2021-07-09 Martin Quinsondoc: fix an issue spotted by find-missing.py
2021-07-09 Arnaud GierschFix another bunch of warnings in doc generation.
2021-07-09 Arnaud GierschVarious corrections in docs.
2021-07-08 Arnaud GierschNetZone: rename the remaining occurrence of 'father...
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-06 Arnaud GierschFix empty #ifndef..#endif. Annotate helper function...
2021-07-05 Martin Quinsonsmall doc improvement
2021-07-05 Arnaud GierschUse reference to const for large input parameters.
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-25 Arnaud GierschMore int -> unsigned long.
2021-06-24 Arnaud GierschFix a few warnings when building doc (mostly related...
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-06-22 Arnaud GierschImplement Comm::wait_all_for (wait_all with a timeout).
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-22 Augustin Degommebe a bit more safe here
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-16 Augustin DegommeAdd a SMPI_SAMPLE_LOCAL_TAG and SMPI_SAMPLE_GLOBAL_TAG...
2021-06-08 Arnaud GierschDie loudly if smpi_shared_realloc_intercept is used.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud GierschRestore public smpi_init_options().
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-06-02 Arnaud GierschXBT_ATTRIB_PRINTF for vprintf-like functions.
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-06-01 Arnaud GierschAdd attribute(printf) to xbt::string_printf.
2021-06-01 Arnaud GierschPointer-to-const for Sonar.
2021-06-01 Arnaud GierschDie on unwanted function calls.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-28 Bruno DonassoloIssue#71: add check in add_route for gw_src/gw_dst
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
next