Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to register functions that are void (*code)(std::vector<std::string>)
[simgrid.git] / src / xbt /
2018-07-18 Martin Quinsons/xbt_os_get_numcores()/std::thread::hardware_concurren...
2018-07-18 Martin Quinsonget rid of xbt_os_thread_yield() using C++11
2018-07-18 Martin QuinsonRemove portability wrapper to condition variables
2018-07-18 Martin Quinsonwe don't need thread_specific anymore
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-14 Martin Quinsonstringify xbt::config and plugins
2018-07-13 Martin Quinsonstop parsing the command line when encountering '--'
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-03 Martin Quinsonobey our coding standards and cosmetics
2018-06-29 Arnaud GierschFix some doxygen warnings.
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-25 Arnaud GierschRemove features marked with DEPRECATED_v321.
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-23 Martin Quinsonuntangle a bit mc header files
2018-06-19 Frederic Sutertwo easy smells
2018-06-16 Martin Quinsonmv simgrid_config.h simgrid/config
2018-06-16 Martin Quinsonsnake_case xbt/exception.hpp
2018-06-16 Martin Quinsonsnake_case xbt/backtrace.hpp
2018-06-15 Martin Quinsonsnake_case include/xbt/log.hpp
2018-06-01 Arnaud GierschSnake casing simgrid::xbt::Path.
2018-06-01 Arnaud GierschFix type mismatch for function pointer.
2018-06-01 Arnaud GierschUse memcpy instead of strncpy.
2018-06-01 Arnaud GierschEnsure that the terminating nul byte is also copied.
2018-05-07 Arnaud GierschRemove useless check for null before free.
2018-05-04 Arnaud GierschStop using costly exceptions on timeout for simix synchros.
2018-05-03 Arnaud GierschUse s4u.
2018-04-23 Arnaud GierschFix some doxygen warnings.
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 GierschDefine simgrid::xbt::set_default<>.
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_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-18 Arnaud GierschDeprecate xbt_cfg_register_<type>().
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 GierschSeparate real name from alias names list.
2018-04-18 Martin Quinsonproperly protect our definitions of MIN/MAX (w/o using...
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 QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Martin Quinsonmodernize 2 simcalls in ConditionVariable
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-04-13 Arnaud GierschKill unused exception class.
2018-04-13 Arnaud GierschC exceptions are gone. Simplify the code.
2018-04-09 Arnaud Gierschs/free/xbt_free/ and hope to hide bogus report from...
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Arnaud GierschDelete copy assignment operator when copy constructor...
2018-04-08 Arnaud GierschWe use nowadays standard C++ exceptions. No need to...
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-05 Arnaud GierschUse dladdr(3) to get region filename.
2018-04-05 Arnaud GierschUse XBT_DEBUG instead of disabled fprintf(stderr).
2018-04-05 Arnaud GierschDon't depend on <stdbool.h>.
2018-04-05 Martin Quinsonempty a C->C++ wrapper that will soon die
2018-04-03 Arnaud GierschKill useless typedef s_xbt_dict_cursor_t.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-30 Arnaud GierschMove variable definition in cpp file.
2018-03-30 Arnaud GierschFix memory leak.
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2018-03-28 Arnaud GierschRemove std::move.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[REPLAY] Remove C-based Replay API
2018-03-28 Christian Heinrich[XBT] Remove a new/delete pair from xbt-replay code
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-28 Arnaud GierschCall atexit() from xbt_cfg_new().
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-28 Arnaud GierschUse <stdbool.h> for C files.
2018-03-28 Arnaud GierschUse C++'s true/false.
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin Quinsoncosmetics in comments
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschRemove parameter from XBT_EXPORT_NO_IMPORT/XBT_IMPORT_N...
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Arnaud GierschRemove obsolete copyright notices.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommeintel compilers detected some mistakes
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...
next