Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
never trust distcheck
[simgrid.git] / include /
2016-01-25 Frederic Suterset are dead. don't include this .h
2016-01-25 Frederic Suterkill sets! kill!
2016-01-25 Martin Quinsonobjectifies the Future Event Set of trace events
2016-01-25 Frederic Suterget rid of simdag tracing. was superficial anyway
2016-01-22 degommeadd missing call in host (available in MSG, used in...
2016-01-22 degommefix compilation with jedule and limited by latency
2016-01-22 Martin QuinsonKill another GRAS leftover: SG/RL thread portability...
2016-01-22 degommetry to fix build with jedule/latency bound
2016-01-21 Martin Quinsonkill another GRAS leftover: xbt_peer_t
2016-01-21 Martin Quinson[xbt] Kill the queue datacontainer: it made more sense...
2016-01-20 Ad(rien) LMerge branch 'master' of git://scm.gforge.inria.fr...
2016-01-20 Frederic SuterStarting the SimDag revolution: Easter trimming
2016-01-20 Gabriel CoronaExplicit instanciation of Extendable<simgrid::s4u:...
2016-01-20 Frederic Sutermv private function header to the right place
2016-01-20 Frederic SuterSD_link_get_list -> sd_link_list
2016-01-19 degommeMake all predefined MPI_Datatype const
2016-01-19 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Frederic SuterThx green guy! power is speed.
2016-01-19 Frederic Suter Start the SimDag revolution: function factoring
2016-01-19 Frederic SuterStart the SimDag revolution: function renaming
2016-01-19 Gabriel CoronaDelete the CPU (fix a mem leak)
2016-01-18 Millian PoquetMerge branch 'master' of https://github.com/mquinson...
2016-01-18 Martin Quinsonfix my borken english
2016-01-18 Martin Quinsonreadd the MSG interface to energy thingy
2016-01-18 Martin Quinsonrecompile the dtd, just to check that I can do so
2016-01-16 Martin QuinsonKill a deprecated function, deprecate another one,...
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...
next