Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2015-07-21 Christian Heinrich[SURF] Callbacks now use the INITIALIZER macros
2015-07-21 Martin Quinsoncosmetics in the check of library version vs. header...
2015-07-20 Martin QuinsonRemove a bunch of stuff from Host that was delegated...
2015-07-20 Martin Quinsonfurther doxygen cleanups
2015-07-20 Martin Quinsoncosmetics and documentation around VM parameters
2015-07-20 Martin Quinsonkill dead prototypes
2015-07-20 Martin Quinsonmore rewrite of the doxygen
2015-07-20 Martin Quinsonless void*, more sg_host_t
2015-07-20 Martin Quinsonremove Host::communicate() (use network instead)
2015-07-20 Martin Quinsoncode factorization
2015-07-20 Martin Quinsonkill an unused field (+cosmetics)
2015-07-20 Martin Quinsonactually kill models' names
2015-07-20 Martin QuinsonKill models getName() call sites.
2015-07-20 Martin Quinsontypo in comments
2015-07-20 Martin Quinsonkill an unused function
2015-07-20 Martin Quinsonkill the sorry remainings of a parallelization of SURF
2015-07-20 Martin Quinsoninline two static functions
2015-07-20 Martin Quinsoninitialize fields at declaration
2015-07-20 Martin QuinsonRemove one of the many pimple: HostModel::p_cpuModel
2015-07-20 Martin Quinsonkill unused function
2015-07-20 Martin Quinsonmake a pimple smaller
2015-07-20 Martin Quinsonreduce a bit the amount of void* (in L07)
2015-07-20 Martin Quinsonrename HostL07Action to L07Action
2015-07-20 Martin Quinsoncode simplification
2015-07-20 Martin Quinsonkill dead code: Action::recycle never got implemented
2015-07-20 Martin Quinsonmore cosmetics in doxygen comments
2015-07-20 Martin Quinsoncosmetics in the info message of L07 model starting up
2015-07-20 Martin Quinsoncosmetics in doxygen comments
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-19 Martin Quinsoninline a static function called only once
2015-07-19 Martin Quinsonsort my TODO list :-(
2015-07-19 Martin QuinsonKill link_lib and have C++ handle the hashmap of all...
2015-07-19 Martin Quinsonkill some remainings of sd_link_t
2015-07-19 Martin Quinsonstart refreshing and fixing the GTNetS interface (WIP)
2015-07-18 Martin QuinsonOverhaul of NS3 support in SimGrid
2015-07-18 Martin Quinsonfix doxygen
2015-07-18 Martin Quinsonsanitize C API of sg_link
2015-07-18 Martin Quinsonthere is no need for a SimDag's link type
2015-07-18 Martin Quinsonkill an unused field
2015-07-18 Martin Quinsonkill LinkPtr type and make Link* explicit
2015-07-18 Martin Quinsongive Link a proper public interface
2015-07-18 Martin QuinsonRename NetworkLink type to Link
2015-07-18 Martin Quinsoncosmetics in the comments
2015-07-18 Martin Quinsonkill unused type definitions
2015-07-18 Martin Quinsonmake SD_HOST_LEVEL private
2015-07-18 Martin QuinsonNew function: sg_hosts_as_dynar
2015-07-18 Martin Quinsoncosmetics: make semantic more clear
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2015-07-18 Martin Quinsonwhatever, eclipse
2015-07-18 Martin QuinsonUse MSG_host_by_name() instead of MSG_get_host_by_name()
2015-07-18 Martin Quinsonkill simcall_host_get_by_name: nobody uses it anyway
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-18 Martin Quinsonkill unimplemented (braindead) prototype
2015-07-18 Martin Quinson[SGpp] make MSG_HOST_LEVEL private
2015-07-18 Martin Quinsondamn, missing files
2015-07-18 Martin Quinsonsanitize a bit the prototype of SIMIX_host_create()
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-17 Christian Heinrich[SURF] Cosmetics - indented assignments in surf_routing...
2015-07-17 Christian Heinrich[Doc] Added Cluster description. Fixes #18
2015-07-17 Gabriel Corona[mc] Remove content addressable page store
2015-07-17 Gabriel Corona[mc] Cleanup mc_hash
2015-07-17 Gabriel Corona[doc] Add missing layers (MC, SIMIX, SIMDAG) in README...
2015-07-17 Gabriel Corona[doc] Various fixes to README.git
2015-07-17 Gabriel Corona[mc] Fix another signedness conversion issue with addre...
2015-07-17 Gabriel Corona[mc] Remove useless cast
2015-07-16 Christian Heinrich[Doc] Changed stylesheet to make headings look better
2015-07-16 Christian Heinrich[Doc] Significant update to the storage documentation
2015-07-16 Christian Heinrich[SURF] Cosmetics in surfxml_parse.c
2015-07-16 Gabriel Corona[mc] Fix cross process memory access in 32 bit
2015-07-16 Gabriel Corona[mc] SimGrid 3.11 Chanelog/NEWS
2015-07-16 degommeprotect against MPI_BOTTOM
2015-07-16 degommeFix fortran mpi_type_struct and mpi_type_create_struct...
2015-07-14 Martin QuinsonRevert "A candidate patch to Github issue #15. Three...
2015-07-14 Martin QuinsonRevert "rename SIMIX_process_get_maxpid() to SIMIX_proc...
2015-07-14 Martin Quinsonkill an unused definition
2015-07-14 Martin Quinsonrename SIMIX_process_get_maxpid() to SIMIX_process_get_...
2015-07-14 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-12 Martin Quinsonkill two empty files
2015-07-12 Martin Quinsonwho needs such an empty constructor?
2015-07-12 Martin Quinsonless void*, new type: surf_host_t
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin Quinsondo not output a user unfriendly line
2015-07-10 Martin Quinsonignore more cruft
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
2015-07-10 Lucas Schnorrusing trace timestamp precision when printing to trace...
2015-07-10 Lucas Schnorrnew option to set trace timestamp precision
2015-07-09 Gabriel Corona[mc] Cleanup the DSO ignore list and add some entries
2015-07-09 Gabriel Corona[mc] Fix the DSO debug ignore list
2015-07-09 Gabriel CoronaFix the cmake for the host-on-off tests
2015-07-09 Gabriel CoronaFix the host-on-off refcount test
2015-07-07 Gabriel Coronahost-on-off: add basic tests
2015-07-03 Gabriel Corona[jenkins] Enable debug (Ã-g) in the builds
2015-07-03 Gabriel CoronaAdd the missing breaks
2015-07-03 Gabriel CoronaMove the host-on-off fix above
2015-07-02 Gabriel CoronaClean the possibly dangling waiting_synchro pointer
2015-07-02 Gabriel CoronaFix host-on-off
2015-07-01 Arnaud LegrandFix the documentation
2015-07-01 Arnaud LegrandComment on a function whose behavior may be misleading...
next