Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into fix/execute_benched
[simgrid.git] / src / xbt /
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-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.
2017-10-04 Arnaud GierschDelete obsolete hack.
2017-10-04 Arnaud GierschRemove unused functions from xbt_os_thread.
2017-10-04 Arnaud GierschRemoved unused functions from xbt_str.
2017-10-04 Arnaud GierschRemove useless includes for xbt/str.h.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-26 Arnaud GierschChange xbt_heap_rm_elm to return the removed element...
2017-09-26 Arnaud GierschImplement basic backtrace cut for --cfg=exception/cutpath.
2017-09-20 Arnaud GierschFix double-free error.
2017-09-15 Arnaud GierschInitialize saveptr and please dumb compilers.
2017-09-15 Arnaud GierschSimplify loop condition (sonar).
2017-09-15 Arnaud GierschUse strtok_r() instead of non reentrant strtok().
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-10 Martin Quinsonplease sonar: kill dead code
2017-09-09 Arnaud GierschIndentation.
2017-09-09 Arnaud GierschFix potential buffer overflows.
2017-09-09 Arnaud GierschVerify parameters passed to strcmp.
2017-09-04 Arnaud GierschDon't inline ~xbt_ex.
2017-09-03 Augustin Degommetry to get rid of some errors seen by scan-build
2017-08-30 Arnaud GierschDon't mess ev->ap (allows multiple %m in layout).
next