Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
still 2 tests to go before it works again
[simgrid.git] / src /
2016-10-27 Martin QuinsonDestroy all hosts by the end of the simulation.
2016-10-25 Martin Quinsonhost_list is now a std::map instead of xbt_dict
2016-10-24 Martin Quinsonmove some content out of parsing to the classes
2016-10-23 Martin Quinsonsmall cosmetics in the storage
2016-10-22 Martin Quinsoninline a function called only once
2016-10-22 Martin Quinsoncosmetics: use C++ type names
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-21 Martin QuinsonCreate a s4u::VirtualMachine to clean things out.
2016-10-21 Martin Quinsonrename surf::VirtualMachine to surf::VirtualMachineImpl
2016-10-20 Martin Quinsontiny simplification
2016-10-20 Martin Quinsoncontinue removing content from HostImpl
2016-10-20 degommeReally fix the issue.
2016-10-20 degommeFix bug in SMPI tracing, where messages were sometimes...
2016-10-20 degommesmpi replayed waitall was not working, as request vecto...
2016-10-20 degommeadd some debug messages for smpi tracing
2016-10-19 Martin Quinsoncosmetics
2016-10-19 Martin Quinsonremove a redundent forward declaration
2016-10-19 degommecleanup handling of Fortran compiler in cmake (Patch...
2016-10-19 degommeadd a few fortran (unimplemented) declarations
2016-10-18 degommeAdd a check so that process_init exits cleanly when...
2016-10-18 Martin Quinsonkill a useless constructor
2016-10-17 Martin QuinsonHOSTIMPL IS NO LONGER A RESOURCE! At least! \o/
2016-10-17 Martin Quinsonkill dead code
2016-10-17 Martin QuinsonKill HostImpl::cpu_. Use the one of the s4u::Host
2016-10-17 Martin Quinsonreindent after previous changes
2016-10-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-17 Martin Quinsonkill a bunch of empty ctor/dtor
2016-10-17 Martin Quinsonsimplification: inline a virtual function that is never...
2016-10-16 Martin Quinsonfurther ignorable cleanups
2016-10-16 Martin Quinsoncode simplifications around host construction
2016-10-16 Martin Quinsoncode simplifications in VMs
2016-10-16 Martin Quinsonuse static_cast to please sonar + reindent
2016-10-16 Martin Quinsondo standard C++
2016-10-16 Martin Quinsonkill a stupid function. Let's do regular C++
2016-10-15 Martin Quinsoncleanup in the Link field names
2016-10-15 Martin Quinsoncleanups in NS3: it's on my way
2016-10-15 Martin Quinsoncleanups in the model initialization
2016-10-15 Martin Quinsonfactorize some code between NS3 cluster creation and...
2016-10-15 Martin Quinsoncosmetics in the creation of NS3 clusters
2016-10-15 Martin Quinsonone step further to sort out the spagetti plate of...
2016-10-15 Martin Quinsonreindent, no real change
2016-10-15 Martin Quinsonmove content from the sg_platf to the object hierarchy
2016-10-15 Martin Quinsonremove one malloc
2016-10-15 Martin Quinsonfix NS3 build
2016-10-15 Martin Quinsonmake some field private, to please sonar
2016-10-14 Martin Quinsonmake As->father_ protected
2016-10-14 Martin Quinsoncosmetics: kill some C type instances
2016-10-14 Martin QuinsonSanitize the network_model->communicate() API
2016-10-14 Martin Quinsonplease sonar
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-10 Martin Quinsonlittle doc reorg: split a page in two
2016-10-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-10 Christian Heinrich[ENERGY] Fixed a bug (division of integers)
2016-10-10 Martin QuinsonAPI format unification
2016-10-10 Martin QuinsonMerge branches, and adapt the new code to the new refac...
2016-10-10 Martin Quinsonunify the naming of that property
2016-10-09 Christian Heinrich[Energy] Fix the power_slope in the energy plugin
2016-10-09 Martin Quinsonfix compilation on windows, bummer
2016-10-08 Martin Quinsondisable the maestro-set test on windows, nobody will...
2016-10-07 Martin Quinsondrop xbt_os_sem_get_value: unused internally, deprecate...
2016-10-06 Martin Quinsondon't test equality to 0.
2016-10-06 Martin QuinsonUh? I cannot write explicit here??
2016-10-06 Martin Quinsonplease sonar
2016-10-06 Christian Heinrich[ENERGY] Introduce idle/1core/maxCore energy consumption
2016-10-02 Martin Quinsonlet storage use lazy updates, and kill dead code
2016-10-02 Martin Quinsonrename next_occuring_event_isIdempotent() into nextOccu...
2016-10-02 Martin Quinsoncosmetics: rename object fields
2016-10-02 Martin Quinsonkill more dead code
2016-10-02 Martin Quinsontiny code simplification
2016-10-02 Martin QuinsonselectiveUpdate is a bool
2016-10-02 Martin Quinsonrename next_occuring_event() into nextOccuringEvent()
2016-10-02 Martin Quinsonbetter use of inherency around Model::next_occuring_eve...
2016-10-02 Martin Quinsonadd a solve() fun pointer to maxmin datatype (+minor...
2016-10-02 Martin Quinsonfurther cleanups to all our next_occuring_event functions
2016-10-02 Martin Quinsonmore dupplicated code ritual sacrifice and cleanups
2016-10-02 Martin Quinsondon't make a pure function an object member
2016-10-02 Martin Quinsonso much dupplicated code, this is disgusting.
2016-10-02 Martin Quinsonkill (hopefully) dead code
2016-10-02 Martin Quinsonpreparatory cleanups in model share computations
2016-10-02 Martin Quinsonstd::unordered_map are sufficient, no need for boost...
2016-09-30 Martin Quinsonnice error message when SD_dotload() is called without...
2016-09-30 Martin Quinsontypo and cosmetics
2016-09-27 Martin QuinsonRevert "killing time"
2016-09-25 Martin Quinsonsleep disorder treatment
2016-09-25 Martin Quinsonmerge a collapsible if statement to please sonar
2016-09-25 Martin Quinsondo not display a warning when running on AppVeyor ...
2016-09-25 Martin QuinsonDon't use stderr to nicely interleave with outputs...
2016-09-22 Martin Quinsoncosmetics
2016-09-22 Martin Quinsonhide a global data container
2016-09-16 Frederic Suterkilling time
2016-09-16 Frederic Sutersimplify and fix cycle detection
2016-09-15 Martin Quinsondon't convert host to name to host. Perl epoch is over.
2016-09-14 Martin Quinsonanother dynar dies
2016-09-12 Martin Quinsonconvert a dynar into a vector
2016-09-12 Martin QuinsonMerge pull request #114 from adfaure/master
2016-09-12 adfaurefix segmentation fault when process try to unlock a...
2016-09-10 Martin QuinsonI should try to compile before comiting. Sorry.
2016-09-09 Martin Quinsonrestore a warning when doing weird assumptions about...
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next