Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make field private.
[simgrid.git] / src / xbt /
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.
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschRemove redundant forward class declarations.
2017-10-25 Arnaud GierschKill now unused xbt_basename().
2017-10-25 Arnaud GierschKill now unused xbt_dirname().
2017-10-25 Arnaud GierschDefine simgrid::xbt::Path to manage file names.
2017-10-25 Arnaud GierschKill now unused xbt_getline().
2017-10-25 Arnaud GierschMissing includes.
2017-10-25 Arnaud GierschUse C++ i/o.
2017-10-24 Arnaud GierschFix symbols for cutting backtrace (takes mangled C...
2017-10-24 Arnaud GierschFix maps_name (missing /) in resolveBacktrace.
2017-10-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-21 Arnaud GierschDefine xbt_os_thread_key_destroy.
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-19 Arnaud GierschMake some protected fields private.
2017-10-19 Arnaud GierschAvoid dangling pointer.
2017-10-18 Arnaud GierschUse standard C/C++ attributes when available.
2017-10-18 Arnaud GierschMerge if statements.
2017-10-18 Arnaud GierschAdd default case to switch statements.
2017-10-18 Arnaud GierschRemove const that was anyway ignored with a cast.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-17 Arnaud GierschMark unused parameters in C code.
2017-10-17 Arnaud GierschKill empty function.
2017-10-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-17 Arnaud GierschMark unused parameters.
2017-10-16 Arnaud GierschVariable may be unused.
2017-10-16 Arnaud GierschRemove unused macros.
2017-10-16 Arnaud GierschSonar still does not like #undef. Use a local variable...
2017-10-16 Arnaud GierschSonar doesn't like #undef.
2017-10-16 Arnaud GierschReplace macro by an inline function.
2017-10-16 Arnaud GierschRewrite without goto going backward.
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschAdd comments to acknowledge empty functions (and please...
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-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-09 Arnaud GierschChange some struct to class.
2017-10-09 Frederic Suterstringify a bit
2017-10-05 Arnaud GierschAdd tests for xbt/log and fix some memory leaks.
2017-10-05 Arnaud GierschRemove a few more commented lines of code.
2017-10-04 Arnaud GierschReduce cognitive complexity (sonar).
2017-10-04 Arnaud GierschRemove side effects from right hand operands of &&...
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
next