Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redundant variable.
[simgrid.git] / src / xbt /
2018-04-18 Arnaud GierschDeprecate xbt_cfg_register_<type>().
2018-04-18 Arnaud GierschConvert some config flags to C++ API.
2018-04-18 Arnaud GierschFix --help-aliases to match the description.
2018-04-18 Arnaud GierschSeparate real name from alias names list.
2018-04-18 Martin Quinsonproperly protect our definitions of MIN/MAX (w/o using...
2018-04-17 Martin Quinsonfix model-check builds on freebsd
2018-04-17 Martin Quinsondo not define MIN() and MAX() in xbt/base.h to not...
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Martin Quinsonmodernize 2 simcalls in ConditionVariable
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-04-13 Arnaud GierschKill unused exception class.
2018-04-13 Arnaud GierschC exceptions are gone. Simplify the code.
2018-04-09 Arnaud Gierschs/free/xbt_free/ and hope to hide bogus report from...
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Arnaud GierschDelete copy assignment operator when copy constructor...
2018-04-08 Arnaud GierschWe use nowadays standard C++ exceptions. No need to...
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-05 Arnaud GierschUse dladdr(3) to get region filename.
2018-04-05 Arnaud GierschUse XBT_DEBUG instead of disabled fprintf(stderr).
2018-04-05 Arnaud GierschDon't depend on <stdbool.h>.
2018-04-05 Martin Quinsonempty a C->C++ wrapper that will soon die
2018-04-03 Arnaud GierschKill useless typedef s_xbt_dict_cursor_t.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-30 Arnaud GierschMove variable definition in cpp file.
2018-03-30 Arnaud GierschFix memory leak.
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2018-03-28 Arnaud GierschRemove std::move.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[REPLAY] Remove C-based Replay API
2018-03-28 Christian Heinrich[XBT] Remove a new/delete pair from xbt-replay code
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-28 Arnaud GierschCall atexit() from xbt_cfg_new().
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-28 Arnaud GierschUse <stdbool.h> for C files.
2018-03-28 Arnaud GierschUse C++'s true/false.
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin Quinsoncosmetics in comments
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschRemove parameter from XBT_EXPORT_NO_IMPORT/XBT_IMPORT_N...
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Arnaud GierschRemove obsolete copyright notices.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommeintel compilers detected some mistakes
2018-03-08 Arnaud GierschRevert "Use C11's atomic_flag."
2018-03-08 Arnaud GierschBreak nested condinationalsi (sonar).
2018-03-08 Arnaud GierschUse C11's atomic_flag.
2018-02-16 Martin Quinsonsonar: don't use auto for pointers, but auto*
2018-02-13 Arnaud GierschKill unused private function mmalloc_get_increment().
2018-02-13 Arnaud GierschKill function declarations without definitions.
2018-01-09 Arnaud GierschSlight cleanup after removal of xbt_dict_new().
2018-01-09 Arnaud GierschKill features marked deprecated until v3.19.
2018-01-09 Arnaud GierschRemove XBT_LOG_CONNECT, it should be useless nowadays.
2018-01-09 Arnaud GierschRename constructor attribute.
2017-12-05 Arnaud GierschRemove unused code in xbt_graph.
2017-12-05 Arnaud GierschMove typedefs where they are used.
2017-12-05 Arnaud GierschHide xbt_swag under the hood of mmalloc, its only remai...
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-28 Martin Quinsonsonar: don't throw a copy of catched exceptions
2017-11-27 Martin Quinsonxbt_cond_timedwait: catch C++ timeouts; convert into...
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-24 Martin QuinsonMerge pull request #246 from danilo-carastan-santos...
2017-11-24 Arnaud GierschDeclare swag as const when possible.
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Frederic Suterremove FileImpl \o/
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Arnaud GierschCosmetics: s/free/xbt_free.
2017-11-20 Arnaud GierschCorrectly increment xbt_initialized.
2017-11-13 Arnaud GierschKill now unused xbt_heap.
2017-11-13 Arnaud GierschUseless include.
2017-11-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-04 Martin Quinsonnobody will launch the logging AFTER the application...
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterthere are still C users ...
2017-11-04 Martin Quinsonstop loading surf.h from C files
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-10-31 Arnaud GierschReplace legacy __sync* builtins by __atomic*.
2017-10-31 Arnaud GierschReduce code duplication (untested).
2017-10-31 Arnaud GierschFactorize code.
2017-10-30 Arnaud GierschPlease scan-build.
2017-10-28 Arnaud GierschKill another unused function: xbt_str_join.
2017-10-28 Arnaud GierschNo need to duplicate string.
2017-10-27 Arnaud GierschUse c++ string to parse config parameters.
2017-10-27 Arnaud GierschUse c++ string.
2017-10-27 Arnaud GierschDefine common output stream.
2017-10-26 Arnaud GierschReally remove unused function.
2017-10-26 Arnaud Gierschcunit: use string and iostream.
2017-10-26 Arnaud Gierschcunit: C++-ify s_xbt_test_suite.
2017-10-26 Arnaud Gierschcunit: C++-ify s_xbt_test_unit.
2017-10-26 Arnaud Gierschcunit: C++-ify s_xbt_test_test.
2017-10-26 Arnaud Gierschcunit: C++-ify s_xbt_test_log.
2017-10-26 Arnaud Gierschcunit: remove unused functions.
next