Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
inline SIMIX_host_off into s4u::Host->turnOff()
[simgrid.git] / src / include /
2018-04-30 Frederic Suterthis is a bool, say it. It's C++, dude
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-04-25 Frederic Suteruse signals a bit more to create tracing stuff
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-04-24 Frederic Sutersimplication and uniformization
2018-04-19 Arnaud GierschConvert last bits from the xbt/config C interface.
2018-04-18 Arnaud GierschCreate mc_config.hpp for MC's configuration stuff.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschRename instr_interface.h and mc_ignore.h to .hpp.
2018-04-11 Martin Quinsonfurther cut include files
2018-04-08 Arnaud GierschDelete copy assignment operator when copy constructor...
2018-04-07 Martin Quinsonvarious useless cosmetics
2018-04-06 Martin Quinsonkill useless C datatypes
2018-04-06 Martin Quinsonmove the definition of surf_network_model in a lame...
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-03 Arnaud GierschPlease sonar: use s_xbt_mheap_t.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschIt won't compile without C++ anyway.
2018-03-28 Arnaud GierschVariables are already declared in surf_interface.hpp.
2018-03-28 Arnaud GierschFile surf.hpp is C++ only. Remove SG_BEGIN/END_DECL.
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-20 Martin Quinsonmove an internal header out of the public directory
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
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-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-07 Arnaud GierschRemove unused typedefs.
2018-02-13 Arnaud GierschKill unused function instr_platform_traced().
2018-02-13 Arnaud GierschKill unused function TRACE_surf_action().
2018-02-13 Arnaud GierschKill function declarations without definitions.
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-27 Frederic Suterremove includes of datatypes.h
2017-12-03 Arnaud GierschRemove useless include.
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-27 Arnaud GierschPut lmm definitions in namespace simgrid::surf.
2017-11-27 Arnaud GierschRename file .h -> .hpp.
2017-11-27 Arnaud GierschTry to fix build on appveyor (mingw).
2017-11-27 Arnaud GierschField is effectively a boolean.
2017-11-27 Arnaud GierschFix misleading method name.
2017-11-27 Arnaud GierschRemove unused private method.
2017-11-26 Arnaud GierschMark constructor "explicit".
2017-11-26 Arnaud GierschMerge maxmin_private.hpp into maxmin.hpp.
2017-11-26 Arnaud GierschSlight move from maxmin.hpp to surf_interface.hpp.
2017-11-26 Arnaud GierschMake s_lmm_variable_t a class with its methods.
2017-11-26 Arnaud GierschMake s_lmm_constraint_t a class with its methods.
2017-11-26 Arnaud GierschMake s_lmm_system_t a class with its methods.
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-24 Martin QuinsonMerge pull request #246 from danilo-carastan-santos...
2017-11-24 Arnaud GierschKill unused functions.
2017-11-24 Arnaud GierschExtern "C" is not needed anymore here.
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-16 Arnaud GierschMove file near other smpi include files.
2017-11-14 Arnaud GierschKill dead code.
2017-11-14 Arnaud GierschUse std::vector for s_lmm_element_t::cnsts.
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-04 Martin Quinsonstop loading surf.h from C files
2017-11-04 Martin Quinsonkill borken code for _WIN32
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-10-30 Arnaud GierschBe safe in case of spurious wakeup of xbt_os_cond_wait.
2017-10-30 Arnaud GierschTypos.
2017-10-29 Arnaud GierschParmap: add missing atomic load/store, and convert...
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschRemove redundant forward class declarations.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-16 Frederic Sutermore std::string and stuff
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschKill useless empty functions.
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschApply clang-format on previously renamed files.
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschUse C++ style includes when available.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-08-30 Arnaud GierschUse std::atomic::fetch_add instead of ++ shortcut ...
2017-08-30 Arnaud GierschUnused typedefs.
2017-08-30 Arnaud GierschProtected is useless here (please sonar).
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-20 Arnaud GierschWhitespace cleanup.
2017-08-20 Arnaud GierschUse default destructor.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschRemove unused option: network/sender-gap.
next