Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups in NS3: it's on my way
[simgrid.git] / src / xbt /
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-07 Martin Quinsondrop xbt_os_sem_get_value: unused internally, deprecate...
2016-09-10 Martin QuinsonI should try to compile before comiting. Sorry.
2016-09-09 Martin Quinsonrestore a warning when doing weird assumptions about...
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Frederic Suterfurther objectification of jedule bindings
2016-09-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-03 Martin Quinsoncosmetics
2016-08-29 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-29 Augustin Degommeremove the else clause that should never be reached...
2016-08-26 Martin Quinsonthe order of atexit() seem to be different on FreeBSD
2016-08-25 Martin Quinsondestroy the config set each time we allocate it
2016-08-21 Martin Quinsonno need to manually compute the log2
2016-08-10 Martin Quinsonremove a useless C -> C++ function
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Martin Quinsoncompile a piece of xbt with g++ to remove a useless...
2016-08-09 Martin Quinsonuse C++11 default implem to please sonar
2016-08-07 Martin Quinsonkill obsolete code
2016-08-07 Martin Quinsonvarious documentation improvements
2016-08-03 Frederic Sutercatch also some more sensible "nested code block"
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Gabriel CoronaMerge s4u wait_any
2016-07-22 Gabriel Corona[xbt] Add missing #includes
2016-07-22 Gabriel Corona[xbt] Install a custom exception handler
2016-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-20 Martin Quinsonsimplify a loop to please sonarqube
2016-07-12 Gabriel Corona[xbt] Documentation and cleanup
2016-07-12 Gabriel Corona[xbt] Move throwpoint out of xbt_ex in WithContextException
2016-07-09 Martin Quinsonkill our last '#ifdef _MSC_VER'
2016-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-07-01 Frederic Sutercatch some bugs in fifo and parmap
2016-07-01 Frederic Suterfix one rule catches: comments in comments
2016-06-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Christian Heinrich[XBT] Fix wrong indices.
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-26 Martin Quinsonsanitizers report that we sometimes sort empty dynars
2016-06-24 Martin Quinsontry to please sonarqube on that loop
2016-06-21 Martin QuinsonRemove exception specifications
2016-06-20 Martin Quinsonsmall improvments advised by sonar
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-17 degommemaintainer mode pass, to add dragonfly topology
2016-06-17 degommeAdd Dragonfly topology. Use XC30's Cray description...
2016-06-17 Christian Heinrich[XBT] Remove unused code
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Christian Heinrich[XBT] Fix array indices in memory_map.cpp
2016-06-17 Christian Heinrich[XBT] Add/fix some comments in memory_map.cpp
2016-06-17 Christian Heinrich[SMPI] Added a \todo item for further changes.
2016-06-17 Christian Heinrich[SMPI] Replace some xbt_abort with xbt_die + error msg
2016-06-17 Christian Heinrich[SMPI] die() if memory map is not readable.
2016-06-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 adfaure[simix] Refcounting with SIMIX_cond_{ref,unref}()
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Gabriel Corona[simix] Refcounting with SIMIX_{process,mutex}_{ref...
2016-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-13 Gabriel Corona[xbt] Move backtrace support for exceptions in a mixin...
2016-06-11 degommeadd missing include
2016-06-10 Martin QuinsonNo need for the OSSP copyright header on the backtrace...
2016-06-10 Gabriel CoronaFix backtrace_dummy
2016-06-10 Gabriel CoronaFactor get_binary_path() out of resolveBacktrace()
2016-06-10 Gabriel CoronaMove the backtrace code out of the exception code
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-06-09 Christian Heinrich[XBT] NULL -> nullptr substitution
2016-06-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-01 Martin Quinsonrename xbt_strbuff_empty() to xbt_strbuff_clear()
2016-06-01 Martin Quinsonnew function: xbt_strbuff_printf()
2016-06-01 Martin Quinsondocument the strbuf
2016-06-01 degommestrcpy->strncpy
2016-05-31 degommeReplace sprintf by snprintf.
2016-05-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-30 Martin Quinsonpopulate the manual section on logging
2016-05-30 Gabriel Corona[xbt] xbt_assert(level >= 0) in xbt_lib
2016-05-30 Martin Quinsonadditional doc resulting from discussions with kenenbek
2016-05-28 Martin Quinsonchange some sprintf into snprintf
2016-05-23 Gabriel CoronaMake SIMIX_context_new() accept std::function
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-20 Martin Quinsonvarious doc cleanups
2016-05-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-16 Martin Quinsoncosmetics
2016-05-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-16 Martin Quinsonxbt::config: fix doxygen
2016-05-06 Martin Quinsonkill smx_private.hpp We already have a smx_private.h
2016-05-06 Martin Quinsoninline a bunch of useless functions
2016-05-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-04 Gabriel Corona[mc] Move s_heap_area in compare.cpp
2016-05-04 Gabriel Corona[mc] Merge mc_diff.cpp and mc_compare.cpp
2016-05-03 Gabriel Corona[config] Fix inconsistent noexcept in ~missing_key_error()
2016-05-03 Gabriel Corona[config] Horrible mess to translate C++ exceptions...
2016-05-03 Gabriel Corona[config] Some alias support in the C++ API
2016-05-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-02 Gabriel Corona[config] Rewrite the config core
2016-04-29 Gabriel CoronaRemove return type of xbt_cfg_set_as_string()
2016-04-29 Gabriel Corona[config] Remove/privatize unused APIs
2016-04-29 Gabriel Corona[config] Move aliases outside of the main option dict
2016-04-29 Gabriel Corona[config] Remove multiple-value support in the config...
2016-04-29 Gabriel Corona[config] Create a Config class
next