Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
routing cleanup: symbol renaming
[simgrid.git] / src / simix /
2016-02-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-11 Gabriel Corona[mc] Fix UContext::wrapper
2016-02-11 Martin Quinsonwoopsie, it wasn't supposed to be commited
2016-02-11 Martin Quinsontiny cleanups in the parsing of clusters
2016-02-09 Martin Quinsoncosmetics
2016-02-09 Gabriel Corona[simix] Use std::function for the maestro callback...
2016-02-09 Gabriel Corona[simix] Attach context
2016-02-07 Martin Quinsoncosmetics
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 QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-05 degomme(try to) Unify detection of windows. _WIN32 may not...
2016-02-04 degommeUnify naming of contexts support.
2016-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-02 Martin Quinsondon't destroy synchro in a simcall, this drives the...
2016-02-02 Martin Quinsoncosmetics
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Martin Quinsonframe a concept of execution, that will become a s4u...
2016-01-27 Martin Quinsonwhat could have been the use of that construct?
2016-01-26 Martin QuinsonMerge pull request #54 from glesserd/master
2016-01-26 David GlesserAllows the bytes_amount argument of MSG_parallel_task_c...
2016-01-22 Martin QuinsonKill another GRAS leftover: SG/RL thread portability...
2016-01-20 Christian Heinrich[Docs] Fixed doc generation errors.
2016-01-19 degommeDon't tell the user to use an option his simgrid soes...
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Martin QuinsonMerge pull request #51 from mpoquet/master
2016-01-19 Millian PoquetMerge branch 'master' of https://github.com/mquinson...
2016-01-19 Millian PoquetCleaner patch for issue 15.
2016-01-16 Martin QuinsonKill a deprecated function, deprecate another one,...
2016-01-15 Gabriel Corona[s4u] Host snake_case
2016-01-14 Gabriel CoronaRemove sg_platf_*_add_cb, use the signal<T> directly
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-12 Gabriel CoronaRemove surf_host_model_execute_parallel_task()
2016-01-12 Gabriel CoronaRemove surf_host_* functions
2016-01-12 Gabriel CoronaFix stupidly broken indexing in SIMIX_process_parallel_...
2016-01-11 Martin QuinsonMake sg_* functions callable from simdag
2016-01-11 Gabriel Corona[simix] Fix unitialized thread_ in ThreadContext
2016-01-11 Gabriel CoronaRemove SIMIX wrappers
2016-01-11 Gabriel CoronaRemove SIMIX_host_get_current_power_peak() and SIMIX_ho...
2016-01-11 Gabriel CoronaRemove SIMIX_host_get_properties() and SIMIX_host_get_p...
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 Quinsonkill two more useless calls
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 Quinsoncompile with -Wmissing-declarations to catch more errors
2016-01-09 Martin Quinsonkill useless code
2016-01-08 Gabriel CoronaBypass the C binding layer (surf_action and surf_host)
2016-01-08 Gabriel Corona[simix] Call directly the C++ SURF API instead of calli...
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-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] Remove lots of simcalls, use run_kernel instead
2016-01-04 Gabriel Corona[simix] Add assertion in run_kernel
2016-01-04 Gabriel Corona[simix] simcall to run code in kernel mode
2016-01-04 Martin QuinsonSimplify the code taking Cpu::m_speedPeak changes into...
2015-12-25 Martin QuinsonMake the energy plugin usable with ptask (but not DVFS...
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-15 Martin Quinsonusing ucontext as a type name for ucontext_t is not...
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-12 Martin Quinsonfix build of MC after the recent changes
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-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 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-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 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 Gabriel Corona[simix] Switch to .cpp files
2015-11-30 Gabriel Corona[surf] Rename callback registration functions
2015-11-30 Gabriel Corona[surf] Expose (and use) storageCreatedCallbacks in C
2015-11-30 Gabriel Corona[surf] Expose (and use) hostCreatedCallbacks in C
2015-11-30 Gabriel Corona[simix] Fix warning
2015-11-30 Gabriel Corona[simix] Fix signatures of callbacks (timer and kill_pro...
2015-11-30 Gabriel Corona[platf] Move sg_platf_new_process in platf.cpp
2015-11-30 Gabriel Corona[platf] Kill sg_process_cb
2015-11-30 Gabriel Corona[simix] Make some static variables local
2015-11-22 Martin Quinsonrename a global to make its purpose clear (hopefully)
2015-11-17 Gabriel Corona[mc] Move MC-related out of simix and into mc where...
2015-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-16 Martin Quinsondeal with portability issues induced by ptrace
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-10 Gabriel Corona[mc] Remove MC code in sigsegvhandler
2015-11-09 Gabriel Corona[mc] ptrace the model-checker application
next