Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / xbt /
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
2016-04-29 Gabriel Corona[config] Rename s_xbt_cfgelm_t to simgrid::config:...
2016-04-29 Gabriel CoronaEnsure that the dict subsystem is initialized when...
2016-04-27 Martin Quinsonfix a bunch of typos reported by lintian
2016-04-27 Martin Quinsonfix the detection of backtrace: not all linuxes have it
2016-04-27 Martin Quinsonsupport for backtraces on windows is gone
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-25 degommeleaks --
2016-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-22 Martin Quinsondon't include a smx private header in xbt implem
2016-04-18 Gabriel Corona[mc] Fix loop bound checking using heaplimit
2016-04-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-18 Gabriel CoronaRewrite/simplify the C++ flag declaration
2016-04-18 Gabriel CoronaUse new/delete for s_xbt_cfgelm_t
2016-04-18 Gabriel CoronaMove the config.c code in C++
2016-04-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-13 Gabriel CoronaRemove useless #includes
2016-04-13 Gabriel Coronasimgrid::config::flag, a more declarative way to descri...
2016-04-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-10 Martin Quinsonkill an unused layer of code
2016-04-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-08 Martin Quinsonuseless psychotic cleanup
2016-04-08 Martin Quinson__FUNCTION__ is now in the standard
2016-04-07 Martin Quinsonfurther tiny commit in xbt_config. that's not multivalu...
2016-04-07 Martin Quinsonconfig: kill unused functions
2016-04-06 degommeSame thing. But working, this time.
2016-04-06 degommeTry to fix win build - may not be enough
2016-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Martin Quinsonfurther cleanups to the config stuff
2016-04-06 Martin Quinsonkill a deprecated function
2016-04-05 Gabriel Corona[mc] Use std::string in simgrid::mc::request_to_string
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: multivalued variables
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: unregistering variables
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: unsetting values
2016-04-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-05 Martin QuinsonWe never use a second configuration set, so simplify...
next