Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Use const& references in Host::mounted_storages()
[simgrid.git] / include /
2016-01-15 Gabriel Corona[s4u] Use const& references in Host::mounted_storages()
2016-01-15 Gabriel Corona[s4u] Host snake_case
2016-01-15 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-15 Gabriel Corona[s4u] Use forward.hpp for forward declarations
2016-01-15 Gabriel Corona[s4u] s/ByName/by_name/
2016-01-15 Gabriel Corona[s4u] Remove Host::.set_userdata()
2016-01-15 Gabriel CoronaRemove the TODO done in the previous commit
2016-01-15 Gabriel Corona[s4u] Do not use containers of references
2016-01-15 Gabriel Corona[s4u] Removes unused simgrid::s4u::Host::hosts static...
2016-01-15 Gabriel Corona[s4u] Add a header file with forward declarations
2016-01-14 Frederic Suterrouting stuff in SimDag is dead code added by navarrop...
2016-01-14 Gabriel CoronaUse signals for platform callbacks
2016-01-14 Frederic Suteruse proper type for task kind
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-13 Gabriel CoronaMove the signals from simgrid::surf::Host to simgrid...
2016-01-13 Gabriel CoronaPublic simgrid::xbt:signal<F> class
2016-01-11 Martin Quinsonsg_functions should be wrapping the C++ public API...
2016-01-11 Martin Quinsonkill unused sg_host_msg_destroy()
2016-01-11 Gabriel CoronaRewrite the energy plugin using the extension mechanism
2016-01-11 Gabriel CoronaAdd missing energy.h
2016-01-11 Gabriel CoronaRemove SIMIX wrappers
2016-01-11 Martin Quinsonremove completely the energy concern from the core
2016-01-10 Martin QuinsonDo the Right Thing for the host_(get/set)_pstate
2016-01-10 Martin Quinsonmark simix::Context as public to please windows
2016-01-09 Martin Quinsonmake it easier to mark execution paths as DEADCODE...
2016-01-09 Martin QuinsonCosmetics: rename host::on to host::turnOn
2016-01-08 Gabriel CoronaMake XBT_TEST_UNIT() work in C++
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2016-01-07 Martin Quinsongive simgrid::Host a getState() method, and use it
2016-01-06 Martin Quinsonkill a useless obscure function
2016-01-06 Martin Quinsonfix a compilation error when NS3 is activated
2016-01-05 Martin Quinsonkill deprecated code
2016-01-05 Gabriel Corona[simix] Move other simcall to the Host class
2016-01-05 Gabriel Corona[simix] Make host->{on,off}() do the simcall directly
2016-01-05 Gabriel Corona[simix] Comments and fast path for simgrid::simix:...
2016-01-05 Martin Quinsonconvert some C bits into C++ in surf
2016-01-04 Gabriel Corona[simix] Fix forwarding of function in run_kernel
2016-01-04 Gabriel Corona[simix] Add assertion in run_kernel
2016-01-04 Gabriel Corona[simix] Fix simgrid::simix::kernel for void return
2016-01-04 Gabriel Corona[simix] simcall to run code in kernel mode
2015-12-29 Martin QuinsonGive a p_netcard to simgrid::Host instead of relying...
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-27 Martin Quinsonkill a redundent type
2015-12-27 Martin Quinsonthis is C++
2015-12-27 Martin Quinsongive simgrid::Host a p_cpu field instead of relying...
2015-12-27 Martin Quinsonkill the numerical SURF_HOST_LEVEL
2015-12-24 Martin Quinsonport NS3 to the new extension mechanism
2015-12-23 Martin Quinsongive the VM a link to their PM as a simgrid::Host
2015-12-18 Martin Quinsonrename facets to extensions for clarity sake
2015-12-18 Gabriel CoronaCall destructors of facets in reverse order of their...
2015-12-17 Martin QuinsonLoad system headers before intercepting gettimeofday...
2015-12-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-17 Gabriel Corona[surf] Add backlinks from Cpu to surf::Host
2015-12-17 Gabriel Corona[xbt] Type-safe Facetable levels
2015-12-17 Gabriel Corona[xbt] Rewrite the doc about the motivation for simgrid...
2015-12-16 Martin Quinsonkill an unimplemented function. Fix #14
2015-12-16 Gabriel Corona[mc] Fix the MC wrt the simgrid::Host modification
2015-12-15 Martin Quinsonrename Lib to Facetable
2015-12-15 Martin Quinsongive informative names to Host methods
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Gabriel Corona[java] Switch Java bindings to .cpp
2015-12-10 Gabriel Corona[xbt] Move XBT_PRIVATE definition with its friends
2015-12-10 Gabriel Corona[xbt] Fix XBT_PUBLIC definition for ELF/*nix
2015-12-10 Gabriel CoronaMove simgrid::surf::Link declaration with its friends...
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
2015-12-09 Gabriel CoronaTry to fix header dependency hell
2015-12-08 Gabriel Corona[xbt] Some doc about xbt_lib
2015-12-08 Gabriel CoronaAdd some missing #include
2015-12-08 Gabriel Corona[simix] Encapsulate main function, argc and argv in...
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-07 Gabriel Corona[simix] Fix SMPI+MSG
2015-12-07 Gabriel Corona[simix] Port JavaContext to C++
2015-12-07 Gabriel Corona[simix] Port RawContext to C++
2015-12-07 Gabriel Corona[simix] Move BoostContext to C++
2015-12-07 Gabriel Corona[xbt] Remove C++ std::is_trivial verification for xtd_new
2015-12-04 Martin QuinsonRename power->speed in the inner layer of the parsing
2015-12-03 Luka Stanisicmodified [PATCH] Added functions to get SMPI's data...
2015-12-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Gabriel Corona[simix] Switch to .cpp files
2015-12-02 Gabriel Corona[surf] Remove code for the cpu tag
2015-12-02 Gabriel Corona[surf] Remove sg_platf_prop_cb
2015-12-01 Gabriel Corona[surf] Removed orphaned declaration
2015-11-30 Gabriel Corona[simix] Fix signatures of callbacks (timer and kill_pro...
2015-11-27 Gabriel Corona[surf] Change routing_parse_init() into routing_add_host()
2015-11-25 Gabriel Corona[surf] Hardcode some of the sg_platf_host callbacks
2015-11-24 Gabriel Corona[xbt] C++ support for RngStream.h
2015-11-24 Gabriel Corona[surf] Factorize some CPU registration code in sg_host_...
2015-11-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-14 Martin QuinsonPrefer the C-ish sg_host_get_name() over sg_host_name()
2015-11-08 Martin Quinsonsanitizes host user_data: create a lib level
2015-11-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-05 Martin Quinsoninline another getter simcall: host_get_nb_pstates
2015-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-02 Martin Quinsoninline two more simcalls: host_get_pstate and host_get_...
2015-11-01 Martin Quinsoninline two more getter simcalls: host_get_core and...
2015-11-01 Martin QuinsonKill two getter simcalls, and replace them by (almost...
next