Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src /
2016-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-12 Martin Quinsonmove some content to the SynchroRaw dtor
2016-05-12 degommeTry to avoid leaking detached comms.
2016-05-11 Martin Quinsonkill useless code
2016-05-11 Martin Quinsonmake overring methods as so to please clang
2016-05-11 Gabriel Corona[mc] Generalize AddressSpace::read<T>() to return a...
2016-05-11 Gabriel Corona[mc] Fix MC with the class-hierarchification of simgrid...
2016-05-11 Martin Quinsonrename s4u Async to Activities
2016-05-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-10 Martin QuinsonUse C++ to implement dynamic dispatch
2016-05-09 Martin Quinsoncosmetics
2016-05-09 Martin Quinsonsimix::Synchro: Factorize the refcounting for child...
2016-05-09 Martin Quinsonsimcall_execution_destroy() -> simgrid::simix::Exec...
2016-05-09 Martin QuinsonSIMIX_comm_destroy() -> simix::Comm::unref()
2016-05-09 Martin Quinsonkill 4 more getter simcalls
2016-05-09 Martin Quinsonsimix::Comm: turn another function into a method
2016-05-09 Martin QuinsonSIMIX_mbox_get_head() -> simcall_mbox_front()
2016-05-09 Martin Quinsonmbox: kill a getter simcall
2016-05-09 Martin Quinsons4u: rename the private implementations as such
2016-05-09 Martin Quinsonsimix: change two more getter simcalls into methods
2016-05-09 Gabriel CoronaFix BoostContext #include
2016-05-08 Martin QuinsonSIMIX_comm_get_remains() -> simgrid::simix::Comm::remains()
2016-05-08 Martin Quinsonremove a useless call
2016-05-08 Martin Quinsonturn SIMIX_comm_new() into a proper constructor
2016-05-07 Martin Quinsonimprove an error message
2016-05-07 Martin QuinsonSIMIX_comm_cancel() -> simix::Comm->cancel()
2016-05-06 Martin Quinsoncosmetics
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-06 Martin Quinsonsort Context files
2016-05-06 Martin Quinsonkill a useless accessor
2016-05-06 Martin QuinsonPfff. These functions are actually not available from...
2016-05-06 Martin Quinsonsmx: synchro->suspend() and synchro->resume() as proper...
2016-05-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-06 Martin Quinsonsplit smx_synchro_t into a hierarchy of C++ classes
2016-05-06 Gabriel Corona[mc] Use bool instead of int for match_pairs
2016-05-06 Gabriel Corona[mc] Don't use new/delete for HeapLocationPairs
2016-05-06 Martin Quinsonremove an useless pimple around exceptions
2016-05-06 Gabriel Corona[mc] Use std::set for the list-of-heap-location-pairs
2016-05-05 Martin Quinsonkill an unused simcall: comm_get_state
2016-05-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-04 Martin QuinsonKill host simcalls (deprecated, unused)
2016-05-04 Gabriel Corona[mc] Merge StateComparator with ComparisonState
2016-05-04 Gabriel Corona[mc] Move s_heap_area in compare.cpp
2016-05-04 Gabriel Corona[mc] Remove useless bits in compare.cpp
2016-05-04 Gabriel Corona[mc] Remove useless header file
2016-05-04 Gabriel Corona[mc] Merge mc_diff.cpp and mc_compare.cpp
2016-05-04 Gabriel Corona[mc] Remove __STDC_FORMAT_MACROS
2016-05-04 Gabriel Corona[mc] Simplified control flow
2016-05-04 Gabriel Corona[mc] Move some functions as methods of StateComparator
2016-05-04 Gabriel Corona[mc] Refactoring of the state comparison code
2016-05-04 Gabriel Corona[mc] Better documentation of weird-DWARF-issue workaround
2016-05-03 Martin Quinsons4u: stick to the new naming conventions
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 CoronaRemove bogus XBT_PRIVATE
2016-05-03 Gabriel Corona[config] Use the c++ API for some configuration flags
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-05-02 Martin Quinsonsimix: inline a function
2016-05-01 Martin Quinsonkill more old cruft: adaptative threshold
2016-05-01 Martin Quinsonkill deadcode (TIME_BENCH_AMDAHL)
2016-04-30 Martin Quinsonsmall cleanups
2016-04-30 degommeleaks --
2016-04-30 degommeYet another batch of fixes
2016-04-29 degommeOn last leak before holidays
2016-04-29 degommeoops
2016-04-29 Martin Quinsoncomment++
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 degommeleaks --
2016-04-29 degommeleak--
2016-04-29 degommebcast on one process is a no-op
2016-04-29 degommeleak --
2016-04-29 Gabriel CoronaEnsure that the dict subsystem is initialized when...
2016-04-28 degommeDon't create structures for 0 sized datatypes
2016-04-28 degommefix warning and build
2016-04-28 degommeAvoid allocating 0 bytes (issue with mallocators only?)
2016-04-28 degommeSome more cleanups in datatypes end of life
2016-04-28 degommeleak-- (duplicate of a predefined datatype can be released)
2016-04-28 Gabriel CoronaRemove useless boost #includes
2016-04-28 Gabriel CoronaUse C++ Flag for context factory selection
2016-04-28 degommefix The leak
2016-04-28 Gabriel Corona[mc] Fix compilation when MC id disabled
2016-04-28 Gabriel Corona[mc] Remove redundant 'mc_mode' global variable
2016-04-28 degommeindent to avoid GCC6 warning madness
2016-04-28 degommesetup a cleanup routine for mvapich collectives.
2016-04-28 degommeleaks --
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-27 degommeSend the right size here.
2016-04-27 degommeleak--
2016-04-27 degommesilence stupid warning
2016-04-27 degommeleak --
next