Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
push up a method in the surf::Host hierarchy
[simgrid.git] / src /
2015-12-21 Martin Quinsonpush up a method in the surf::Host hierarchy
2015-12-21 Martin Quinsoncosmetics
2015-12-21 Martin Quinsonkill unused code
2015-12-21 Martin Quinsoncode simplification around Host::onDestruction
2015-12-21 Martin Quinsonkill unused callbacks: cpuCreated, cpuDestructed and...
2015-12-21 Martin Quinsonkill some MSC cruft
2015-12-21 Martin QuinsonRemove the ability to write internal plugins in Java
2015-12-20 Martin Quinsonrename host callbacks
2015-12-20 Martin Quinsonmake the host callbacks static to surf::Host instead...
2015-12-20 Martin Quinsonadd some missing 'override' markers in the surf::Host...
2015-12-18 Martin Quinsonrename facets to extensions for clarity sake
2015-12-18 Gabriel Corona[surf] Remove signal-related #defines
2015-12-18 Gabriel Corona[surf] Triggers the destructed callbacks on the full...
2015-12-17 Martin Quinson[surf] new (abstract) class: PropertyHolder, with only...
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-17 Gabriel Corona[surf] Use the pointers to simgrid::Host instead of...
2015-12-17 Martin Quinsontiny cleanup
2015-12-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-17 Gabriel CoronaFix CPU registration with Java models
2015-12-17 Gabriel Corona[surf] simgrid::surf::Host, add backlink and attach...
2015-12-17 Gabriel Corona[surf] Add backlinks from Cpu to surf::Host
2015-12-17 Gabriel Corona[surf] Move sg_host_surfcpu_register() out of createCpu()
2015-12-17 Gabriel Corona[xbt] Type-safe Facetable levels
2015-12-16 Martin Quinsoncosmetics
2015-12-16 Martin Quinsonwoops, fix Java after removing an unimplemented function
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 Quinsoninitialize fields at declaration, not everywhere in...
2015-12-15 Martin Quinsoncosmetics: use the implemented features
2015-12-15 Martin Quinsongive informative names to Host methods
2015-12-15 Martin Quinsonusing ucontext as a type name for ucontext_t is not...
2015-12-15 Gabriel Corona[surf] Fix bad cast, CpuL07::getModel() is a CpuL07Mode...
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-15 Gabriel Corona[simix] Fix boost context compilation for HAVE_BOOST_CO...
2015-12-14 Martin Quinsonmake it compile when SMPI is disabled
2015-12-14 Martin Quinsonkill dead code
2015-12-12 Martin Quinsonfix build of MC after the recent changes
2015-12-12 Martin Quinsondon't die when libboost_context cannot be loaded
2015-12-11 Luka Stanisic[starpu] using segment index only when there is a priva...
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Martin Quinsonremove dupplicated and broken include
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] Fix non extern-C native_to_java_process() declar...
2015-12-11 Gabriel Corona[surf] Fix compilation in enable_debug
2015-12-11 Martin Quinsonmake it compile with paranoid flags activated
2015-12-11 Gabriel Corona[msg] Switch MSG to .cpp
2015-12-11 Gabriel Corona[java] Switch Java bindings to .cpp
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-09 Gabriel CoronaRemove 'using namespace foo;' in headers
2015-12-08 Gabriel CoronaAdd some missing #include
2015-12-08 Gabriel Corona[simix] Encapsulate main function, argc and argv in...
2015-12-08 Gabriel Corona[java] Remove the argc hack
2015-12-08 Gabriel Corona[java] Remove org.simgrid.msg.Process to xbt_main_func_...
2015-12-08 Gabriel Corona[java] Delcare some local variables where they are...
2015-12-08 Gabriel Corona[java] Fix signedness warning
2015-12-07 Martin Quinsonsome documentation fixes
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] Kill cojava
2015-12-07 Gabriel Corona[simix] Port RawContext to C++
2015-12-07 Gabriel Corona[simix] Port UContext to C++
2015-12-07 Gabriel Corona[simix] Port ThreadContext to C++
2015-12-07 Gabriel Corona[simix] Move BoostContext to C++
2015-12-06 Martin Quinsonkill dead code
2015-12-05 Martin Quinsonkill dead code
2015-12-04 Martin Quinson[java/cmake] try to add boost_context to the jar when...
2015-12-04 Martin Quinsondoc improvement
2015-12-04 Martin QuinsonRename power->speed in the inner layer of the parsing
2015-12-04 Luka StanisicApplying (modified) Samuel's PATCH from 16.09.2015
2015-12-04 Martin Quinsonfurther rename power to speed in surf internals
2015-12-04 Martin Quinsonevery occurence of power in surf should be renamed...
2015-12-03 Luka Stanisic[PATCH] Solving the issue with the initialization and...
2015-12-03 Luka Stanisicmodified [PATCH] Added functions to get SMPI's data...
2015-12-03 swhatelsemodified [PATCH] Allow multiple call to MPI_Init and...
2015-12-03 Luka Stanisicmodified [PATCH] Privatize data segment for SMPI proces...
2015-12-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Martin Quinsonkill hollow doxygen comments
2015-12-03 Gabriel Corona[simix] Switch to .cpp files
2015-12-02 Martin Quinsoncosmetics
2015-12-02 Martin Quinsonno need to override stuff to the exact same content
2015-12-02 Martin Quinsoninitialize fields at declaration, for clarity
2015-12-02 Gabriel Corona[surf] Move the basic cluster creation logic out of...
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_platf_trace_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 one sg_router_cb
next