Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ensure that task_listen works on asynchronous mailboxes (fix #40)
[simgrid.git] / src /
2016-02-28 Martin QuinsonEnsure that task_listen works on asynchronous mailboxes...
2016-02-28 Martin Quinsonmake a warning ignorable
2016-02-28 Martin Quinsonsome useless cleanups
2016-02-28 Martin Quinsonreindent
2016-02-28 Martin Quinsoncosmetics
2016-02-28 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-28 Martin Quinsonreindent, no real change
2016-02-28 Martin Quinsoncleanups in routing
2016-02-27 Martin Quinsonremove every XBT_USE_DEPRECATED parts
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-27 degommetry to fix build with lua
2016-02-27 Frederic Suterfixing logs after category removal
2016-02-27 Fabien ChaixRemoving concurrency printing that was making a mess
2016-02-26 Martin Quinsonnicer API to the Netcard type
2016-02-26 Frederic Suterremove overkill log category declaration
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Fabien Chaixcontrol better random, returning to assertion
2016-02-26 Fabien ChaixMore tracking of random numbers and correcting assertion
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Fabien ChaixJunk to understand why tests fail in MAC
2016-02-26 Frederic Suterpedantic freak meets MSG sources
2016-02-26 Frederic Sutermsg_mailbox.h was alone in src/msg
2016-02-26 Martin QuinsonRemove ROUTING_HOST_LEVEL: was not used anymore
2016-02-26 Gabriel CoronaRemove/cleanup/fix #include
2016-02-26 Gabriel Corona[mc] s/NULL/nullptr/
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel CoronaRemove/cleanup/fix some #include
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel CoronaRemove some #include
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel Corona[mc] Fix previous commit
2016-02-26 Gabriel Corona[mc] Homogeneise throwned system_error
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel Corona[mc] Cleanup/reorganise the code of simgrid_mc
2016-02-26 Gabriel Corona[mc] Documentation for Type and Member
2016-02-26 Gabriel Corona[mc] Remove Type::is_pointer_type
2016-02-26 Gabriel Corona[mc] Member initialization in Variable, Member, Type
2016-02-26 Gabriel Corona[mc] Move some code into simgrid::mc namespace
2016-02-26 Gabriel Corona[mc] Don't leave model-checked processes around
2016-02-26 Martin Quinsonoups
2016-02-26 Martin Quinsonrebalance a bit between simgrid_config and internal_config
2016-02-26 Martin Quinsonfurther remove dead code
2016-02-26 Martin Quinsonwoops, all machines but mine need stdio.h here
2016-02-26 Martin Quinsonasprintf is never used: bprintf is so swag
2016-02-26 Martin Quinsonwe never need asnprintf nor vasnprintf
2016-02-26 Martin Quinsonsnprintf is C99, we require C11. kill the portability...
2016-02-26 Martin Quinsonfurther improve code coverage by killing old code
2016-02-26 Martin Quinsontesh is not in C anymore, there is no need to compute...
2016-02-25 Martin Quinsonimprove coverage: kill dead code
2016-02-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-25 Martin Quinsonremove useless header inclusions
2016-02-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-25 Martin QuinsonImplem? I meant Impl, as in pimpl. Sorry for the noise
2016-02-25 Fabien ChaixFixed tesh-surf-maxmin-xxx tests
2016-02-24 Martin Quinsonkill SD_HOST_LEVEL \o/. Its friends must follow.
2016-02-24 Martin Quinsonkill two almost empty files by inlining the contained...
2016-02-24 Martin QuinsonLet's call sg::surf::host a HostImplem
2016-02-24 Martin Quinsonconvert S4U to my current coding convention
2016-02-24 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-02-24 Martin Quinsonget ride of a stupid header file
2016-02-24 Martin Quinsontry to sort out the surf headers a bit, if possible
2016-02-24 degommeseriously, me
2016-02-24 degommeseriously c++
2016-02-24 degommeadd extern "C"
2016-02-24 degommefix windows compilation
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-24 Martin QuinsonIn <host> and <link>, attributes availability and state...
2016-02-24 Martin Quinsonsimplify a bit the CPU creation API
2016-02-24 Martin Quinsonmove more xml cruft to the xml jail
2016-02-24 Martin Quinsonkill several unused functions in xbt
2016-02-23 Martin QuinsonSome people want both make distcheck AND make to work...
2016-02-23 Martin QuinsonKill graphxml parsing feature. It was not used
2016-02-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-23 Martin Quinsonreduce the amount of includes to speed up recompilations
2016-02-23 Gabriel Corona[mc] Remove a ugly special case in LocationListEntry
2016-02-23 Gabriel Corona[mc] Cleanup LocationListEntry
2016-02-23 Gabriel Corona[mc] Cleanup/documentation for simgrid::mc::Frame
2016-02-23 Gabriel Corona[mc] Move remote_ptr in its own file
2016-02-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-23 Martin Quinsonvarious cleanups in the CMakeLists.txt files
2016-02-23 degommeFix build with mc
2016-02-23 Gabriel Corona[mc] Partial cleanup of the initialisation of the diffe...
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-23 Fabien ChaixRefactoring to allow for alternative definition of...
2016-02-23 degommebasename -> xbt_basename
2016-02-23 Fabien ChaixAdding test for SURF concurrency feature
2016-02-22 Frederic Suternever ending cleanup of the simdag world
2016-02-22 Gabriel CoronaPython: align style with PEP-008
2016-02-22 Gabriel Corona[mc] Use simgrid::xbt::range for program-counter ranges
2016-02-22 Gabriel Corona[mc] Remove unsafe method ChunkedData::pagenos() (non...
2016-02-22 Gabriel Corona[mc] Doc/cleanup ChunkedData
2016-02-22 Gabriel Corona[mc] Fix context registration which was disabled by...
2016-02-22 Christian Heinrich[SMPI] Fix filename in comment
2016-02-22 Christian Heinrich[INSTR] Removed duplicate code in TRACE_surf_host_set_u...
2016-02-22 Christian Heinrich[XBT] Amended docs for xbt/dict
2016-02-22 Christian Heinrich[SMPI] Added condition before smpi_switch_data_seg
next