Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
introduce a simcall_blocking(), and improve the comments
[simgrid.git] / src / include /
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-29 Martin Quinsonmc: Also remove the process_index
2019-05-03 Arnaud GierschMore Sonar smells around "noreturn".
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschFix memleaks when exiting early (e.g. with --help or...
2019-03-18 Arnaud GierschAvoid deprecated type alias.
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-05 Arnaud GierschParmap status is simply a boolean.
2019-03-05 Arnaud GierschUse std::function instead of function pointer.
2019-03-05 Arnaud GierschUse proper type instead of void*.
2019-02-27 Arnaud GierschMark methods as "override".
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Arnaud GierschUse C++11 std::atomic instead of gcc builtins.
2019-01-31 Arnaud GierschDefine coverage_checkpoint().
2019-01-30 Martin QuinsonAdd the Catch header
2019-01-17 Arnaud GierschRemove unused bits from mmalloc.
2019-01-16 Arnaud GierschFix memleak.
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschDrop xbt_os_mutex_* functions.
2019-01-16 Martin Quinsoncosmetics
2019-01-16 Martin QuinsonLinux and FreeBSD don't agree on the type name, bummers
2019-01-16 Martin Quinsonfix FreeBSD builds
2019-01-15 Martin Quinsonreimplement the xbt::parmap using std::thread
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-06 Martin QuinsonIntroduce a SwappedContextFactory to further reduce...
2019-01-06 Martin Quinsoncontext: rewrite some comments, and useless cosmetics
2019-01-05 Martin Quinsonmove ContextFactory::self() into Context::self() and...
2019-01-05 Martin Quinsonmake xbt_os_thread_self() useless, and kill it
2019-01-05 Martin Quinsonkill the now useless xbt_os_thread_{get,set}_extra_data()
2019-01-04 Martin Quinsontiny simplification: xbt_os_thread_bind is a noop when...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-18 Martin Quinsonget rid of xbt_os_thread_yield() using C++11
2018-07-18 Martin Quinsonreimplement parmap with C++11 mutex and cond
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-11 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-11 Martin Quinsonstringify s4u::Engine
2018-07-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-08 Martin Quinsonsurf/Cbindings: kill another unused function
2018-07-08 Martin Quinsonsurf/Cbinding: kill an unused and misnamed function
2018-07-08 Martin QuinsonC++ify some forgotten part of surf
2018-07-08 Martin Quinsoncontinue emptying surf.hpp from symbols that should...
2018-07-07 Martin Quinsonthe model descriptions also don't need to be public
2018-07-07 Martin Quinsoncleanup __surf_is_absolute_file_path + empty a bit...
2018-07-07 Martin Quinsoncosmetics around CpuTiModel
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-23 Martin Quinsonuntangle a bit mc header files
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).
next