Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into CRTP
[simgrid.git] / include / xbt /
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-16 Frederic SuterMerge branch 'master' into disk
2019-09-14 Martin Quinsongive a set_data() and get_data() to all xbt::Extendable...
2019-08-27 Augustin DegommeAdd some includes to please GCC 10
2019-08-08 Martin Quinsonshy attempt at simplifying the simcall mechanism
2019-07-11 Arnaud GierschMove extended hash to xbt/utility.
2019-07-10 Frederic Suterdeprecate xbt_mutex and xbt_cond
2019-07-10 Frederic Suterplease users
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschUse std::future_error.
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-07-02 Arnaud GierschDrop xbt_dynar_sort_strings().
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-26 Arnaud GierschUpgrade XBT_ATTRIB_DEPRECATED_v326 -> v327.
2019-06-03 Arnaud GierschReduce code duplication.
2019-06-03 Arnaud Giersch[sonar] Replace private inheritance with a private...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-20 Martin QuinsonAhem. You mean I need to actually compile with MC after...
2019-05-06 Arnaud GierschChange two dynars (maybe more).
2019-04-19 Arnaud GierschNew log appenders stdout and stderr. Use stdout for...
2019-04-19 Frederic SuterAllow for callback disconnection
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-16 Arnaud GierschDelete unused private function.
2019-04-04 Arnaud GierschCosmetic cleanups.
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-03 Arnaud Giersch[sonar] Use a logger for help messages.
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschKill unused xbt_dict_dump().
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v326.
2019-03-22 Arnaud GierschRemove now unused xbt_str_join_array().
2019-03-21 Arnaud GierschUse more vector and strings for xbt_log.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-17 Martin Quinsontry to fix windows builds
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschDefine move-assignment and delete copy-assignment opera...
2019-03-12 Arnaud GierschClang is picky.
2019-03-12 Arnaud GierschIIUC return std::move(...) is discouraged.
2019-03-12 Arnaud GierschReferences++.
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Arnaud GierschDeprecated functions are still used by StarPU. Postpone...
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-11 Arnaud GierschConstify.
2019-03-06 Arnaud GierschSometimes 'free' is not a member of 'std'.
2019-03-06 Arnaud GierschAdd exception specification for xbt_free_f.
2019-03-06 Arnaud GierschMissing include.
2019-03-06 Arnaud Giersch[sonar] Use std::function.
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-02-28 Arnaud GierschUse default initialization.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-25 Arnaud GierschConvert last call to SIMIX_mutex_unref.
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-01 Arnaud GierschRIP cunit.
2019-01-27 Arnaud GierschRemove workaround for g++ 4.8.
2019-01-27 Arnaud GierschImplement xbt::Result with boost::variant.
2019-01-25 Arnaud Giersch[sonar] Don't use default capture for lambda.
2019-01-25 Arnaud Giersch[sonar] Remove variadic functions.
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschDrop xbt_os_mutex_* functions.
2019-01-16 Arnaud GierschRemove useless wrapper around pthread_atfork().
2019-01-16 Martin QuinsonKill xbt_os_thread_atfork: tesh is not native but pytho...
2019-01-15 Martin QuinsonDrop xbt_os_thread_t
2019-01-15 Martin QuinsonImplement thread factory with std::thread, and cleanups
2019-01-10 Arnaud GierschRemove typedef alias xbt_ex_t.
2019-01-10 Arnaud GierschTypo.
2019-01-10 Arnaud GierschKill unused function xbt_ex_display().
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin QuinsonPlease sonar
2019-01-05 Martin Quinsonmake xbt_os_thread_self() useless, and kill it
2019-01-05 Martin Quinsonkill the unused xbt_os_thread_self_name()
2019-01-05 Martin Quinsonkill the now useless xbt_os_thread_{get,set}_extra_data()
2019-01-04 Martin Quinsontypo in comments
2018-12-31 Martin QuinsonNew function: xbt::Path() gets the CWD
2018-12-27 Martin Quinsonkill deprecated templates that don't compile in C++14
2018-12-27 Martin QuinsonDrop sg_cmdline. Please use xbt_cmdline instead (+inclu...
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-16 Millian Poquet[smpi args cleanup] xbt_replay args
2018-11-07 Arnaud GierschCosmetics.
2018-11-06 Augustin Degommefix gcc 9 warnings. Have to check if the std::move...
2018-11-03 Martin Quinsonfinish objectifying the backtraces
2018-10-29 Martin QuinsonFix build without stacktrace_backtrace
2018-10-29 Martin Quinsonreplace our own crude code with Boost.stacktrace
2018-10-29 Martin QuinsonHide the backtrace implementation in a private pimpl
2018-10-27 Martin QuinsonHide the content of a simgrid::xbt::Backtrace and inlin...
2018-10-27 Martin Quinsonbacktrace: kill two unused functions
2018-10-27 Martin Quinsoninline an include file. Not used from C anymore
2018-10-27 Martin Quinsoncosmetics around backtraces
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-05 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v325.
next