Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use ucontext_t instead of void* in some places
[simgrid.git] / src / surf /
2016-02-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-11 Martin Quinsonkill useless code now that As::Seal() exists
2016-02-11 Martin Quinsoncleanup: rename a symbol
2016-02-11 Martin QuinsonFirst attempt to untangle the AS parsing
2016-02-11 Martin Quinsoncosmetics: remove a lot of dead code seemingly spread...
2016-02-11 Martin QuinsonInline another function about the parsing of clusters
2016-02-11 Martin Quinsonkill obscure dead code
2016-02-11 Martin Quinsontiny cleanups in the parsing of clusters
2016-02-11 Martin Quinsonreindent
2016-02-10 Martin QuinsonGet ride of a stupidly empty header file
2016-02-10 Martin QuinsonRename the ptask files. There is no Host07 class anymore
2016-02-09 Martin Quinsoncosmetics
2016-02-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-09 Martin Quinsonalso regenerate the MC flex parsers with a recent flexml
2016-02-09 Martin Quinsoncosmetics: inline a parsing function to unclutter the...
2016-02-09 Martin QuinsonPlug a memleak -- the ugly way
2016-02-09 Martin QuinsonPlug a memleak (free is too robust to my stupidity)
2016-02-09 Martin QuinsonCommit separately the flex-generated files for DTDv4
2016-02-08 Martin QuinsonIntroduce DTD v4
2016-02-08 Martin QuinsonRegenerate all flexml parsers with 1.9.6-4
2016-02-08 Martin Quinsoncosmetics around surf::Resouce::apply_event()
2016-02-08 Martin Quinsonremove the last remainings of the addTraces() pimple \o/
2016-02-08 Martin Quinsonmake the rest of trace:connect private to the XML parsing
2016-02-08 Martin Quinsonmake trace_connect_list_host_speed private as it should
2016-02-07 Martin QuinsonVM::next_occuring_event don't need to deal with network
2016-02-07 Martin Quinsonmark as override a method that does
2016-02-07 Martin Quinsonmake Cpu::speed a surf_metric
2016-02-07 Martin Quinsoncosmetics
2016-02-07 Martin Quinsonsanitize surf API: s/updateState/apply_event/
2016-02-07 Martin Quinsonsanitize surf API: s/shareResources/next_occuring_event/
2016-02-07 Martin Quinsonsanitize the surf API
2016-02-07 Martin QuinsonSanitize the handling of the future_event_set
2016-02-07 Martin Quinsonsanitize bw and lat in Links: they are now s_surf_metric_t
2016-02-07 Martin Quinsonfirst round of cleanups in the NS3 network
2016-02-07 Martin QuinsonKill some more atof
2016-02-07 Martin Quinsonkill all atol() from our codebase
2016-02-07 Martin Quinsongreatly reduce the amount of atoi in our codebase
2016-02-07 Martin Quinsonfix a potential security hazard
2016-02-07 Martin QuinsonNice error message when creating a process on non-exist...
2016-02-07 Martin Quinsonbetter name for that struct, and add comments
2016-02-07 Martin Quinsonreindent that one to please gcc6 too
2016-02-07 Martin Quinsonreindent that one to please gcc6 too
2016-02-07 Martin Quinsonfix indentation to please gcc 6
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin Quinsonclang don't like the register modifer in c++
2016-02-06 Martin Quinsonconvert the last bits of surf to C++
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-05 Martin Quinsonkill platform generation from the C sources
2016-02-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-05 Martin Quinsonremove stochastic traces for now.
2016-02-05 Martin QuinsonTry to make now parameter of Model::shareResources...
2016-02-04 Martin Quinsonuseless cosmetics
2016-02-04 Martin Quinsondon't compute the amount of hosts if we don't use it
2016-02-04 Martin Quinsoncosmetics
2016-02-04 Frederic Suterleak--, bad indentation-- too
2016-02-04 Frederic Suterleak plug and cosmetics
2016-02-04 degommeUnify naming of contexts support.
2016-02-03 Martin Quinsonnormalize the handling of speed traces in CpuTi
2016-02-03 Martin QuinsonFurther untangle trace:connect. make trace_connect_list...
2016-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-02 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-02 degommeFix build with enable_latency_bound_tracking
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 degommefix build with lua
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-31 Martin Quinsonconvert another file to C++ so that it can use the...
2016-01-31 Fabien ChaixSplitted the lmm_constraint swag called element_set...
2016-01-31 Martin Quinsonmark as const a method that is pure
2016-01-31 Martin QuinsonSimplifies the prototype of the surf::Link::onStateChan...
2016-01-31 Martin Quinsonunspecialize the trace setup for CPUs
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 Martin Quinson[cpu_ti] small code untangling
2016-01-30 Martin Quinson[trace_mgr] cosmetics: only declare variables on need
2016-01-30 Martin Quinsoncosmetics and comments in surf_solve
2016-01-30 Martin Quinson[trace_mgr] less void*, (some) more doc
2016-01-30 Martin Quinsoncosmetics and reindent in ptask
2016-01-30 Martin QuinsonThese methods are overriden to the same content too
2016-01-30 Fabien ChaixFixed a dummy bug and removed an assertion that was...
2016-01-30 Fabien ChaixChanges to the Surf LMM:
2016-01-29 Martin Quinsonkill dead code: override to the same content
2016-01-28 Frederic Suterthis tentative of storage layer in SD was a bad idea.
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 Quinsonuseless cosmetics
2016-01-26 Martin Quinsonno need to be protective against free(NULL), that's...
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-26 Martin Quinson[trace_mgr] cosmetics and simplifications
2016-01-25 Frederic SuterI said no sets, even in dicts
2016-01-25 Frederic Suternever trust distcheck
2016-01-25 Frederic Suterbody count++: routing_get_latency_and_bandwidth
2016-01-25 Martin Quinsoncosmetics around surf traces
2016-01-25 Martin Quinsonkill a useless function
2016-01-25 Martin Quinsondocument a function
2016-01-25 Martin Quinsonkill an unused parameter in the trace_mgr
2016-01-25 Martin Quinsonobjectifies the Future Event Set of trace events
2016-01-24 Martin Quinsondon't mark inline the functions that are exported
2016-01-23 Martin QuinsonCompile trace_mgr with g++. Next step: objectification
next