Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
seriously c++
[simgrid.git] / src / include /
2016-02-24 degommeseriously c++
2016-02-24 degommeadd extern "C"
2016-02-24 degommefix windows compilation
2016-02-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-22 Martin QuinsonAnother C wrapper falls.
2016-02-22 Martin Quinsonkill some unused function prototypes
2016-02-21 Martin Quinsoncosmetics: kill useless functions of the C surf API...
2016-02-21 Martin Quinsonbanish some surf parsing files to a src/surf/xml jail
2016-02-20 Martin Quinsonkill some unused or dupplicated functions
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-20 Martin Quinsonrouting: inline method routing_get_network_element_type
2016-02-19 Martin Quinsoncleanups: there is no random in the platforms since...
2016-02-12 Martin Quinsonless void*
2016-02-11 Martin Quinsondon't leak the routing name up to into Java
2016-02-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-11 Gabriel Corona[mc] Use ucontext_t instead of void* in some places
2016-02-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-09 Martin Quinsoncosmetics: inline a parsing function to unclutter the...
2016-02-08 Martin QuinsonIntroduce DTD v4
2016-02-08 Martin Quinsonmake trace_connect_list_host_speed private as it should
2016-02-07 Martin Quinsoncompile SMPI as C++ source
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-05 Martin Quinsonkill platform generation from the C sources
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-01-31 Martin Quinsonsanitize the handling of trace:connect for host_avail
2016-01-30 Martin Quinsonrename a function, and kill 2 dead prototypes
2016-01-30 Martin Quinsonrename the datacontainers allowing the trace:connect tag
2016-01-30 Fabien ChaixChanges to the Surf LMM:
2016-01-25 Martin Quinsonobjectifies the Future Event Set of trace events
2016-01-23 Martin QuinsonCompile trace_mgr with g++. Next step: objectification
2016-01-23 Martin Quinsonkill some more dead code from the C API to surf
2016-01-22 Martin Quinsonkill dead code in the C interface to surf
2016-01-21 Martin Quinsonkill another GRAS leftover: xbt_peer_t
2016-01-21 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-21 Martin QuinsonFirst round of refactoring in the event trace stuff
2016-01-14 Gabriel CoronaRemove sg_platf_*_add_cb, use the signal<T> directly
2016-01-14 Gabriel CoronaRemove useless callback declarations in platf
2016-01-13 Martin Quinsonsome simple cleanups in the routing code
2016-01-12 Gabriel CoronaRemove surf_host_model_execute_parallel_task()
2016-01-12 Gabriel CoronaRemove surf_host_* functions
2016-01-11 Martin Quinsonsg_functions should be wrapping the C++ public API...
2016-01-11 Martin Quinsonremove completely the energy concern from the core
2016-01-09 Martin QuinsonC++-ifies a wrapper function, and kill it
2016-01-09 Martin Quinsonbypass simix in simcall to surf::Cpu::setPState
2016-01-09 Martin Quinsonkill 2 useless calls
2016-01-09 Martin Quinsonkill useless code
2016-01-08 Martin Quinsonkill a now unused function
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-04 Martin Quinsoninline two C calls in surf
2015-12-30 Martin Quinsonkill dead code
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-27 Martin Quinsonkill the numerical SURF_HOST_LEVEL
2015-12-18 Martin Quinsonrename facets to extensions for clarity sake
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
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-04 Martin QuinsonRename power->speed in the inner layer of the parsing
2015-12-02 Gabriel Corona[surf] Remove code for the cpu tag
2015-12-02 Gabriel Corona[surf] Remove sg_platf_ASRoute_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_bypass{,AS}Route_cb
2015-12-02 Gabriel Corona[surf] Remove sg_trace_connect_cb
2015-12-02 Gabriel Corona[surf] Remove sg_cabinet_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_prop_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_route_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_peer_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_host_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_host_link_cb
2015-12-01 Gabriel Corona[surf] Remove orphaned declaration
2015-12-01 Gabriel Corona[surf] Remove sg_ callbacks for AS
2015-12-01 Gabriel Corona[surf] Remove sg_platf_router_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_mstorage_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_storage_type_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_storage_cb
2015-11-29 Martin Quinsonrename some symbols around Link::isShared to make their...
2015-11-28 Martin Quinsonthe fabric of RoutingEdges should return the create one
2015-11-27 Gabriel Corona[surf] Change routing_parse_init() into routing_add_host()
2015-11-23 chaixChanged the MathJax address to get equations working...
2015-11-23 Gabriel Corona[mc] Move heap_ignore to Process
2015-11-23 Gabriel Corona[mc] Move stacks_areas into Process
2015-11-22 Martin QuinsonSimplify how shareResources() is called in each models
2015-11-22 Martin Quinsonrename a global to make its purpose clear (hopefully)
2015-10-31 Martin Quinsonkill two useless functions: surf_as_cluster_{get,set...
2015-10-31 Martin Quinsonkill an almost unused function: surf_model_name
2015-10-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-29 Martin Quinsonkill dead code (duplicated from just above)
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-02 Gabriel CoronaRevert "[mc] Move libdw binding code in its own file"
2015-10-02 Gabriel Corona[mc] Bring back soft-dirty tracking from the dead 💀
2015-10-02 Gabriel Corona[mc] Bring back KSM (MADV_MERGEABLE) support
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Gabriel CoronaHide more symbols
2015-10-01 Gabriel CoronaHide more mc symbols
next