Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2015-07-23 Gabriel Corona[mc] Remove a lot of typedefs and typedef usage
2015-07-23 Gabriel Corona[mc] Remove remainings of an old type
2015-07-23 Gabriel Corona[mc] Simplify lookup of maps
2015-07-21 Martin QuinsonSimplify the process_execute simcall
2015-07-21 Martin Quinsonmassive rename of simcalls: execution is related to...
2015-07-21 Martin Quinsonmake simix more resilient to PEBKAC
2015-07-21 Martin QuinsonNew function: simcall_process_get_kill_time()
2015-07-21 Martin Quinsoncosmetics in debug messages
2015-07-21 Christian Heinrich[Doc] Minor changes to introduction.doc
2015-07-21 Christian Heinrich[Platforms] Created folder 'storage' for storage specif...
2015-07-21 Christian Heinrich[Platforms] Added missing attribute in storage.xml
2015-07-21 Christian Heinrich[Platforms] Fixed indentation of storage.xml
2015-07-21 Gabriel Corona[mc] Remove useless/unused stuff
2015-07-21 Gabriel Corona[mc] Remove MC_post_process_functions()
2015-07-21 Martin Quinsonsanitize the process_create simcall
2015-07-21 Gabriel Corona[mc] Remove MC_dwarf_register_variable()
2015-07-21 Gabriel Corona[mc] Avoid the O(n^2) incremental construction of sorte...
2015-07-21 Gabriel Corona[mc] Add comments on ObjectInformation
2015-07-21 Gabriel Corona[mc] Make ObjectInformation::function_index a std:...
2015-07-21 Gabriel Corona[mc] Make ObjectInformation::file_names a std::string
2015-07-21 Gabriel Corona[mc] Make Process::subprograms a std::unordered_map
2015-07-21 Gabriel Corona[mc] Make type_is an integer instead of a string and...
2015-07-21 Gabriel Corona[mc] Move ObjectInformation methods in mc_object_info.cpp
2015-07-21 Gabriel Corona[mc] Move some declarations in mc_object_info.h
2015-07-21 Gabriel Corona[mc] Make Frame::variables, Frame::scopes and ObjectInf...
2015-07-21 Gabriel Corona[mc] C++ location lists and expressions
2015-07-21 Gabriel Corona[mc] C++ify Frame
2015-07-21 Gabriel Corona[mc] C++ify Variable
2015-07-21 Gabriel Corona[mc] OOPify/C++ify Type (cont)
2015-07-21 Gabriel Corona[mc] OOPify/C++ify Type (cont)
2015-07-21 Gabriel Corona[mc] OOPify/C++ify Type
2015-07-21 Gabriel Corona[mc] OOPify/C++ify ObjectInformation
2015-07-21 Gabriel Corona[mc] C++ification of memory_map.cpp
2015-07-21 Gabriel Corona[mc] Cleanup/C++ification of {ModelChecker,PageStore...
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
next