Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doc generation in CMAKE_BINARY_DIR/doc.
[simgrid.git] / src /
2018-04-23 Arnaud GierschSonar: have a single return.
2018-04-20 Christian Heinrich[SMPI] Initial commit of the LB plugin
2018-04-20 Christian Heinrich[SMPI] Replay: Apply clang-format to replay.cpp
2018-04-20 Christian Heinrich[SMPI] Replay: Move ReplayAction definitions to replay.hpp
2018-04-20 Christian Heinrich[SMPI] Replay: Apply clang-format to ArgParsers
2018-04-20 Christian Heinrich[SMPI] Replay: Indent ArgParsers correctly.
2018-04-20 Christian Heinrich[SMPI] Replay: Move ArgParsers + macro to simgrid/smpi...
2018-04-20 Christian Heinrich[SMPI] Cosmetics (indentation)
2018-04-20 Christian Heinrich[SMPI] Added two comments...
2018-04-19 Arnaud GierschUse SIGABRT when SIGTRAP is not available (win32).
2018-04-19 Arnaud GierschAdd parameter simix/breakpoint. Fixes #143.
2018-04-19 Arnaud GierschConvert last bits from the xbt/config C interface.
2018-04-19 Arnaud GierschConvert xbt_cfg_set_parse -> simgrid::config::set_parse.
2018-04-19 Arnaud GierschConvert xbt_cfg_set_as_string -> simgrid::config::set_a...
2018-04-19 Arnaud GierschConvert xbt_cfg_is_default_value -> simgrid::config...
2018-04-19 Arnaud GierschChange xbt_cfg_set_default_<type> -> simgrid::config...
2018-04-19 Arnaud GierschDefine simgrid::xbt::set_default<>.
2018-04-19 Arnaud GierschDeprecate xbt_cfg_set_<type>().
2018-04-19 Arnaud GierschDefine simgrid::xbt::set_value<>().
2018-04-19 Arnaud GierschRename simgrid::config::get_config -> simgrid::config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_string -> simgrid::config::get_confi...
2018-04-19 Arnaud GierschChange xbt_cfg_get_double -> simgrid::config::get_confi...
2018-04-19 Arnaud GierschChange xbt_cfg_get_int -> simgrid::config::get_config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_bool -> simgrid::config::get_config...
2018-04-19 Arnaud GierschMore snake_case in xbt/config (bind_flag, declare_flag).
2018-04-19 Arnaud GierschSnake_case in xbt/config.
2018-04-19 Arnaud GierschKill undefined declaration.
2018-04-19 Arnaud GierschCosmetics: remove semicolons in comment.
2018-04-19 degommeadd tracing for MPI_Start and MPI_Startall.
2018-04-19 Arnaud GierschRemove redundant variable.
2018-04-18 Arnaud GierschDeprecate xbt_cfg_register_<type>().
2018-04-18 Arnaud GierschConvert MC config parameters to C++ API, and move their...
2018-04-18 Arnaud GierschClean up duplicated declarations for mc_config variables.
2018-04-18 Arnaud GierschCreate mc_config.hpp for MC's configuration stuff.
2018-04-18 Arnaud GierschFactorize code (and fix message).
2018-04-18 Arnaud GierschConvert more config flags (instr_config).
2018-04-18 Arnaud GierschUse xbt_cfg_is_default_value() to check if values were...
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 GierschChange usage of xbt_cfg_register_alias() for simgrid...
2018-04-18 Arnaud GierschFix indentation.
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-18 Christian Heinrich[SMPI] Instr: Add MIGRATE states for SMPI/LB.
2018-04-18 Christian Heinrich[SMPI] Replay: Add comments to classes
2018-04-18 Christian Heinrich[SMPI] Add several functions for the LB stuff.
2018-04-18 Christian Heinrich[SMPI] Instr: Cleanup TRACE_smpi_init / smpi_container...
2018-04-18 Christian Heinrich[SMPI] Fix missing () ...
2018-04-18 Christian Heinrich[SMPI] Instr: Remove TRACE_smpi_alloc
2018-04-18 degommeforce -lm inclusion in smpicc
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 Quinsonfactorize the fact that C++ compiles with -std=gnu...
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-17 Arnaud GierschFix misleading parameter declaration.
2018-04-16 Arnaud GierschComment unused parameters.
2018-04-16 Arnaud GierschRename variable to unhide class field with same name.
2018-04-16 Arnaud GierschRename instr_interface.h and mc_ignore.h to .hpp.
2018-04-16 Arnaud GierschRemove unneeded extern "C".
2018-04-16 Arnaud GierschRemove old and unclear todo comment.
2018-04-16 Christian Heinrich[INSTR] Move enum instr_fmt_type_t to enum class TraceF...
2018-04-16 Christian Heinrich[INSTR] Remove 'extern C' from instr_private.hpp
2018-04-16 Frederic Suterrefactor
2018-04-16 Martin Quinsonmodernize 2 simcalls in ConditionVariable
2018-04-16 Arnaud GierschFix potential buffer overflow.
2018-04-16 Arnaud GierschRemove superfluous indirection.
2018-04-16 Arnaud GierschUse a reference instead of a pointer.
2018-04-16 Arnaud GierschReindent.
2018-04-16 Arnaud GierschPlease sonar: promote struct to class.
2018-04-16 Arnaud GierschUnused.
2018-04-16 Arnaud GierschAdd explicit qualifier.
2018-04-16 Arnaud GierschMake member variable private (sonar).
2018-04-16 Frederic Suteruse timestamps with precision in container creation...
2018-04-16 Frederic Suterplease sonar and simplify
2018-04-16 Frederic Suterassume that timestamps are always double
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-04-15 Martin QuinsonSeparate ConditionVariableImpl into its own files
2018-04-13 Martin Quinsonmake sure that simgrid/s4u/forward.hpp is loaded from...
2018-04-13 Christian Heinrich[SMPI] Replay: Clear all requests after waitall
2018-04-13 degommethat was fixed locally, shouldn't have been able to...
2018-04-13 degommehandle MPI_IN_PLACE for MPI_Scan
2018-04-13 Arnaud GierschMake protected field const (sonar).
2018-04-13 Arnaud GierschKill unused DynarRange; move newDeleteDynar() in dynar.h.
2018-04-13 Arnaud GierschKill unused exception class.
2018-04-13 Arnaud GierschC exceptions are gone. Simplify the code.
2018-04-13 Arnaud GierschPlease cppcheck.
2018-04-13 Christian Heinrich[SMPI] Replay: Remove old functions / datatype
2018-04-13 Christian Heinrich[SMPI] Replay: Move replay_init to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move WaitAllAction to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move TestAction to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move SendAction + RecvAction to the...
2018-04-13 Christian Heinrich[SMPI] Replay: Move ActionWait to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Pass storage obj to actions (but don...
2018-04-13 Christian Heinrich[SMPI] Replay: Add typedefs
2018-04-13 Christian Heinrich[SMPI] Replay: Use MPI_REQUEST_NULL instead of nullptr
2018-04-13 Christian Heinrich[SMPI] Replay: Added class RequestStorage (but not...
2018-04-13 Christian Heinrich[SMPI] Replay: Introduce and use WaitTestParser
2018-04-13 Christian Heinrich[SMPI] Add code to support std::tuple for std::unordere...
2018-04-13 Christian Heinrich[S4U] Remove the const for now
2018-04-13 Christian Heinrich[SMPI] Request: Be more verbose when wrong refcount...
next