Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless cosmetics hinted by qtcreator
[simgrid.git] / src / surf / surf_interface.hpp
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-08 Martin QuinsonAllow to register plugins from their file, w/o touching...
2018-07-07 Martin Quinsonthe model descriptions also don't need to be public
2018-07-07 Martin Quinsoncleanup __surf_is_absolute_file_path + empty a bit...
2018-05-24 Martin Quinsonmake all_existing_models visible from k:r:Model.hpp...
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-04 Martin Quinsonmake option 'network/crosstraffic' clean and nice
2018-04-04 Martin QuinsonMake cmd-line option "network/TCP-gamma" neat and clean
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschFunction surf_get_clock() is already declared in surf...
2018-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-20 Martin Quinsondo not load a private header from s/k/resource/ headers
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsoncosmetics: rename some fields and methods in surf:...
2018-03-10 Martin Quinsonmove the definition of resource's Metric as an inner...
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsonchange simgrid::surf::Resource into simgrid::kernel...
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonkill the useless simgrid::surf::surfExitCallbacks callback
2018-03-10 Martin Quinsonuse an enum class for surf::Action type
2018-02-13 Christian Heinrich[SURF] Move Action::suspended_ to new enum class Suspen...
2017-12-09 Martin Quinsons4u::Host->getLoad() returns the achieved speed in...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-03 Arnaud GierschRemove unused swag hookups.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-26 Arnaud GierschSlight move from maxmin.hpp to surf_interface.hpp.
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-20 Arnaud GierschConstify some methods in surf_interface.
2017-11-14 Arnaud GierschMove simgrid::xbt::HeapComparator in xbt/utility.hpp.
2017-11-14 Arnaud GierschDefine and use utility class to compare pairs in priori...
2017-11-13 Arnaud GierschSonar wants a class.
2017-11-13 Arnaud GierschReplace xbt_heap with boost::heap for surf actions.
2017-11-12 Arnaud GierschRemove unused method.
2017-11-12 Arnaud GierschDefine helper methods to access actionHeap_.
2017-11-12 Arnaud GierschMake Model::actionHeap_ private.
2017-11-08 Arnaud Gierschtrace_mgr: replace xbt_heap_t with std::priority_queue.
2017-11-05 Frederic Suterplease sonar
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-03 Frederic Sutermore protected->private fields
2017-11-02 Frederic Suteruse (existing) accessors to make protected fields private
2017-11-01 Arnaud GierschMake field private.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in surf...
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-05 Arnaud GierschKill dead code: it's already split between CpuAction...
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-29 Arnaud GierschAction::finish() is never used without setState().
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschUse C++ strings instead of char*.
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-12 Martin Quinsonsonar
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschRemove unused option: network/sender-gap.
2017-07-31 Frederic Suterthis dict was a set
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Frederic Suterkill another dict in the C++ world
2017-07-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-20 Frederic Suterremove useless function
2017-07-20 Frederic Suteradress smells in cpuTI
2017-07-04 Martin Quinsonrefactor: be explicit on what an action's priority is
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Frederic Suteruseless includes
2017-05-23 Martin Quinsonremove (void) in C++
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-14 Martin Quinsonrename a type to better match its purpose
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-10 Frederic Suteruniformization
2017-03-09 Frederic Suterdynar--
2017-03-08 Frederic Suterremove unnecessary access specifiers
2017-02-14 Martin Quinsoncosmetics
2017-02-10 Martin Quinsonobey our naming conventions
2016-12-21 Martin Quinsontry to fix clang++ builds
2016-12-21 Martin Quinsonfurther trim the includes
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-16 degommeadd missing include (only for osx?)
next