Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Begin filling in computations of ex(C) and en(C)
[simgrid.git] / include /
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-03 Martin QuinsonMove the implem of a function out of the header to...
2023-03-01 Martin QuinsonNew function SMPI_app_instance_start() to easily start...
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschUse type aid_t for an actor's PID.
2023-02-23 Arnaud GierschUse C++17's std::scoped_lock where appropriate.
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonCosmetics
2023-02-21 Martin QuinsonKill simgrid::xbt::cmdline and simgrid::xbt::binary_name
2023-02-21 Martin QuinsonSimplify the library initialization + deprecate 2 XBT...
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-19 Martin QuinsonRework a comment (to remove 'surf')
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-14 Maxwell PirtleFix condition for XBT_DECLARE_ENUM_CLASS
2023-02-13 Arnaud GierschSimplify initialization of the root log category.
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Maxwell PirtleFinalize passing transitions during model checking
2023-02-11 Martin Quinsonmove the flatifier functions to the s4u::Engine, for...
2023-02-11 Martin QuinsonAdd a Link::get_concurrency_limit and use it in the...
2023-02-09 Arnaud GierschKill a few globals.
2023-02-08 Fred Sutermake all Activity starts vetoable
2023-02-07 Arnaud GierschPrevent inlining for empty placeholders of sthread_enab...
2023-02-06 Arnaud GierschMake global variables "const".
2023-02-06 Arnaud GierschAvoid duplicate declaration.
2023-01-30 Arnaud GierschKill unused function.
2023-01-30 Arnaud GierschMake pc_id a static member of ProducerConsumer.
2023-01-23 Martin QuinsonAnother example gets documented (+cosmetics)
2023-01-21 Martin QuinsonAdd a section on errors and exceptions to the API docum...
2023-01-21 Martin QuinsonYet another example integrated in the doc
2023-01-20 Martin QuinsonMove a tiny bit of surf to xbt
2023-01-16 Martin QuinsonMove two generic functions from surf to xbt
2023-01-15 Martin Quinsonuseless cleanups
2023-01-14 Martin QuinsonRemove MSG. Its EOL was scheduled for 2020
2023-01-13 Arnaud GierschTypos.
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-12 Arnaud GierschKill remaining traces of win32 support.
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-07 Arnaud GierschUse pointer-to-const when possible (Sonar).
2022-12-07 Arnaud GierschKill unimplemented declarations.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-07 Arnaud GierschTypo.
2022-11-06 Martin QuinsonPublic headers must remain C++14 for now
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-05 Martin QuinsonDo not MC_assert on failed xbt_assert, it's too shaky
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-28 Fred Suterintroduce s4u::Io::streamto
2022-10-27 Arnaud GierschDeclare functions "const" (Sonar).
2022-10-25 Martin QuinsonTry to make the abort() inconditionnal in failed xbt_as...
2022-10-23 Martin QuinsonRename NetworkModelIntf into NetworkModelFactors
2022-10-23 Martin QuinsonChange public NetworkModelIntf.hpp into private Network...
2022-10-23 Martin QuinsonAllow to set the network factors callback from userland...
2022-10-21 Martin Quinsonin MC mode, failed xbt_assert() are reported as MC_asse...
2022-10-16 Martin QuinsonDon't include simgrid/config.h from simgrid/modelchecke...
2022-10-10 Martin QuinsonFix windows build by not declaring XBT_PUBLIC an inline...
2022-10-10 Martin QuinsonAllow to pass aliases to declare_flag
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-06 Arnaud GierschDo not expose Activity::set_remaining publicly.
2022-10-06 Arnaud Gierschs/set_/get_/ in doc
2022-10-04 Arnaud GierschCoding style: prefer keyword "not" to "!".
2022-10-04 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v337.
2022-10-04 Arnaud GierschRemove deprecated features for next release (3.33).
2022-08-09 Augustin Degommeintercept getpid call in SMPI, to provide internal...
2022-08-09 Augustin Degommefilesystem, correctly update file size when seeking...
2022-08-07 Martin QuinsonSmall cleanups in mc::Snapshot
2022-07-31 Martin QuinsonFix SMPI builds by reintroducing a killed MC function...
2022-07-30 Martin QuinsonMC further cleanups (let it compile, this time)
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-21 Martin QuinsonKill a function that is unused and unimplemented
2022-07-13 SUTER Fredericget access to Exec thread count
2022-07-12 Arnaud GierschFix build error with musl libc.
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-25 Fabien ChaixMake vm_by_name() public and modify c-cloud-migration...
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonAdd a function to determine whether SMPI is currently...
2022-06-23 Tom CornebizeRemove the -Wformat-security warning
2022-06-21 Tom CornebizeRemove useless statements
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschDisallow template argument deduction for config::Flag.
2022-05-19 Arnaud GierschDefine xbt::type_identity_t (similar to C++20's std...
2022-05-19 Fabien ChaixCosmetics
2022-05-18 Fabien ChaixMove hosts_ to ActivityImpl_ to allow tracking of detac...
2022-05-12 Arnaud GierschRename VM signals to distinguish them from Host::on_cre...
2022-05-10 Arnaud GierschDefine duplicated function get_graph() only once, in...
2022-05-10 Arnaud GierschMake helper functions static members of NetZoneImpl.
2022-05-10 Martin QuinsonMerge branch 'master' into 'master'
2022-05-10 Tom CornebizeEnhance graphicator program
2022-05-06 Arnaud GierschSimplify a bit smpi_sample_* functions.
next