Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the sendsend tests at least fail fast to not hinder my workflow
[simgrid.git] / src / instr /
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-05 Arnaud GierschQuick tests show that currentContainer is always empty...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonKill simgrid::xbt::cmdline and simgrid::xbt::binary_name
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-02-17 Martin Quinsonmove the models to the right directory (empty src/surf...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschReduce scope for variables.
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 GierschKill unimplemented declarations.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-22 Martin QuinsonHide cfg_latency_factor and bw, and change them into...
2022-10-22 Martin QuinsonCleanups around network/latency-factor. Default latency...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-09-16 Arnaud GierschFix potential use of invalid data (PVS V1024).
2022-08-26 Arnaud GierschDon't give write permissions to others with mkdir.
2022-05-10 Arnaud GierschApply last sonar-related changes to the new function...
2022-05-10 Martin QuinsonMerge branch 'master' into 'master'
2022-05-10 Tom CornebizeEnhance graphicator program
2022-05-10 Arnaud GierschPrefer \n over std::endl (no need to flush at each...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-28 Arnaud GierschUse const references (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschDon't build useless temporary object (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Augustin DegommeThere is no timestamp in TI events, so they were never...
2022-02-01 Arnaud GierschConst reference for large parameter.
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-30 Augustin Degommefix test action ti-tracing, it needs to behave like...
2022-01-17 Arnaud GierschCurrent XBT_ATTRIB_DEPRECATED is v334. Fix last changes.
2022-01-16 Arnaud GierschRemove references to ancient functions.
2022-01-16 Arnaud GierschPointer-to-const.
2022-01-11 SUTER Fredericplease opensuse
2022-01-11 SUTER Fredericcontinue the deprecation of instrumentation C interface
2022-01-11 SUTER Fredericpublic functions in header + fix deprecation info
2022-01-11 SUTER Fredericsimplify access to netponts
2022-01-11 SUTER Fredericdeprecate a large part of the old C tracing API
2022-01-10 SUTER Fredericfix build. no nullptr with std::string
2022-01-10 SUTER Fredericc++-ify interface to instr
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-02 SUTER FredericKill both SimDag and Jedule bindings. Cleanups will...
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-22 SUTER FredericActivity refactoring
2021-11-13 SUTER Fredericfix jedule build
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
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[procasticommit] Do not mix private and public fields
2021-08-07 Augustin Degommemultiple fixes for replay
2021-07-08 Arnaud GierschInstr: for consistency, rename 'father' to 'parent...
2021-07-05 Arnaud GierschUse reference to const for large input parameters.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-09 SUTER FredericRename kernel::resource:Cpu to CpuImpl
2021-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-20 Arnaud GierschConvert some int -> size_t.
2021-04-19 Arnaud GierschConvert int -> size_t for TRACE_smpi_send (and below).
2021-04-19 Arnaud GierschUse type aid_t for process id. in instr_smpi.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-06 Augustin DegommeAdd the option to print origin of a failing handle.
2021-04-06 SUTER Fredericfactor on_creation signal trigger in Host::seal()
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-01 Arnaud GierschA few less global variables.
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-22 Arnaud GierschDefine members and constructors in subclasses, where...
next