Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove explicit conversion to std::string when it's not required.
[simgrid.git] / src / instr / instr_interface.cpp
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
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
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-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-07-08 Arnaud GierschInstr: for consistency, rename 'father' to 'parent...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud GierschPrefer using emplace or emplace_back.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-03-29 Frederic Sutercpp-ify and simpifly functions used by graphicator
2020-02-06 Arnaud GierschReplace usage of <random> with <xbt/random.hpp>.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
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-16 Frederic Suterdrop last bits of Viva/Triva (long gone anyway) support
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-02 Arnaud GierschDefine and throw simgrid::TracingError.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-23 Arnaud GierschUse C++ random for tracing colors.
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-26 Martin Quinsonconvert some xbt_ex(tracing_error) into xbt_assert
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-16 Martin Quinsonmv simgrid_config.h simgrid/config
2018-05-11 Frederic Sutersnake_case in instr
2018-05-11 Frederic Suterrefactor with templated method
2018-05-09 Frederic SuterMSG_VM => VM in instr
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-23 Arnaud GierschFix some doxygen warnings.
2018-04-07 Martin Quinsonmove all network models to the kernel::resource namespace
2018-04-03 Arnaud GierschKill useless typedefs routing_NetPoint and sg_netpoint_t.
2018-04-02 Martin Quinsonfurther snake_case in routing
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Frederic Suteruse enum class
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-02 Frederic Sutersimplify link events and rename getRootContainer to...
2017-10-30 Frederic Sutercosmetics
2017-10-30 Frederic Suterenough playing with instr for now ...
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Sutersimplify the way states are used in high-level instr...
2017-10-27 Frederic Suterrework Variable related events
2017-10-27 Frederic Suterrework State related events
2017-10-27 Frederic Suterfix leak
2017-10-26 Frederic Suterget rid of kind field in instr Type
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterrename last PJ_ functions
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterget rid of Container kind_
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-19 Frederic Sutermore strings
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-18 Frederic SuterValue is always attached to Type
2017-10-16 Frederic Sutermore std::string and stuff
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in surf...
2017-10-13 Frederic SuterRework way of creating Type hierarchy.
2017-10-13 Frederic Suteruse bools and true/false
next