Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2015-10-15 Christian Heinrich[Lua5.3] Updated lua_task.c to Lua5.3
2015-10-15 Christian Heinrich[Lua5.3] Updated lua_state_cloner.c for Lua5.3
2015-10-15 Christian Heinrich[Lua5.3] Added and modified comments in lua_task.c
2015-10-15 Christian Heinrich[Lua5.3] Added checks for sane values in lua_platf.c
2015-10-15 Christian Heinrich[Bugfix] Fixed wrong property in SimSplay test: latency...
2015-10-15 Christian Heinrich[Lua5.3] Updated lua/bittorent test to reflect changes
2015-10-15 Christian HeinrichLua: Changed latency attribute to lat and others.
2015-10-15 Christian HeinrichLua: Changed names for attribute 'policy' to 'sharing_p...
2015-10-15 Christian HeinrichAdded new case to lua_state_cloner.c: LUA_TNONE
2015-10-15 Christian HeinrichSecond series of changes to lua-bindings in order to...
2015-10-15 Christian HeinrichFixed lua_host file for Lua 5.3
2015-10-15 Christian HeinrichFirst series of changes to lua-bindings in order to
2015-10-15 Christian HeinrichAdded dependency to 'libdl' to Lua.
2015-10-15 Christian HeinrichUpdated FindLua51Simgrid.cmake to be able to locate...
2015-10-15 Christian HeinrichLUA: Added new (converted) platform file and started...
2015-10-15 Christian HeinrichLUA: Added support for backbone, host_link and ASroute
2015-10-15 Christian HeinrichFixed examples/lua/console/platform.lua
2015-10-15 Christian HeinrichPrevent warning message 'config elem ... registered...
2015-10-15 Christian HeinrichAdded two C-Lua-Platform tests
2015-10-15 Christian HeinrichAdded support for using lua platform files from C
2015-10-15 Christian Heinrich[SMPI] Indentation..
2015-10-15 Christian Heinrich[SMPI] Fixed wrong output
2015-10-15 Gabriel Corona[mc] Add std:: namespace for some types
2015-10-15 Gabriel Corona[mc] Use std::unordered* instead of boost:: ones
2015-10-15 Gabriel Corona[mc] Fix ModelChecker::is_important_snapshot(), do...
2015-10-15 Gabriel Corona[mc] Use std::pair and std::unordered_set in mc_compare
2015-10-15 Gabriel Corona[mc] Remove BOOST_FOREACH usage
2015-10-15 Gabriel Corona[mc] Rename PerPageCopy to ChunkedData (and move in...
2015-10-15 Gabriel Corona[mc] Documentation
2015-10-15 Gabriel Corona[mc] Remove useless *_free_voidp functions
2015-10-15 Gabriel Corona[mc] Cleanup in DwarfExpression
2015-10-15 Gabriel Corona[mc] Move mc_dwarf_location_list_init() into namespace
2015-10-15 Gabriel Corona[mc] OOify mc_find_frame_base()
2015-10-15 Gabriel Corona[mc] OOify LocationLists, Location
2015-10-15 Gabriel Corona[mc] Fix Snapshot::read_bytes
2015-10-15 Gabriel Corona[mc] OOify DWARF stack/evaluation expression
2015-10-15 Gabriel Corona[mc] Simplify MC_find_object_info
2015-10-15 Gabriel Corona[mc] Remove useless declarations
2015-10-15 Gabriel Corona[mc] Move some code into simgrid::dwarf namespace
2015-10-15 Gabriel Corona[mc] Remove useless declarations
2015-10-15 Gabriel Corona[mc] Move some code into simgrid::dwarf namespace
2015-10-15 Gabriel Corona[mc] Move some code into simgrid::dwarf namespace
2015-10-15 Gabriel Corona[mc] Move some code into simgrid::dwarf namespace
2015-10-15 Martin Quinsonignore the tarfiles
2015-10-14 Martin Quinsonignore more cruft
2015-10-14 Martin Quinsonupdate the AUTHORS file
2015-10-14 Martin Quinson[cmake] move some add_subdirectory out of the silly...
2015-10-14 Martin QuinsonFix out of sources builds
2015-10-14 Martin Quinsonfix make distcheck
2015-10-14 Martin Quinsonyou cannot use the ISP testsuite without model-checking
2015-10-14 Martin Quinsonrename the basic s4u example
2015-10-14 Martin Quinsontranslate a comment
2015-10-13 Martin QuinsonThis is v3.13-devel already
2015-10-13 Martin QuinsonStart the development of 3.13
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-12 Martin QuinsonFix the internal version number v3_12
2015-10-12 Martin QuinsonRelease 3.12
2015-10-12 Martin Quinson[java] properly port to armv7l, sorry for the noise
2015-10-12 Martin Quinson[java] port to armv7l
2015-10-12 Martin Quinson[Java] Port to kFreeBSD
2015-10-12 Martin QuinsonDocument recent changes
2015-10-11 Martin Quinsonfix make distcheck, as usual
2015-10-10 Martin Quinson[cmake] cleanup: mv AddTests Tests
2015-10-09 Martin Quinson[tesh] fix a borken test -- sorry for the noise
2015-10-09 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-09 Martin QuinsonMerge pull request #30 from fernandodeperto/bugfix...
2015-10-09 Fernando MendoncaFix duplicate PTP messages when tracing/smpi/internals...
2015-10-09 Nicolas BonichonUpdate limitations of PSG
2015-10-09 Gabriel CoronaFix ISP test classification
2015-10-09 Gabriel Corona[mc] Move MC_important_snapshot() as a method of ModelC...
2015-10-09 Gabriel Corona[mc] Move some code out of is_visited_state()
2015-10-09 Gabriel Corona[mc] Reduce the scope of some variables in mc_visited.cpp
2015-10-09 Gabriel Corona[mc] Factorisation in mc_visited.cpp
2015-10-09 Gabriel Corona[mc] Create a Member for for structure/class/union...
2015-10-09 Gabriel Corona[mc] Add AddressSpace::process() method
2015-10-09 Gabriel Corona[mc] Make Process and Snapshot classes final
2015-10-09 Gabriel Corona[mc] Remove Process.is_self()
2015-10-09 Gabriel Corona[mc] Move typedef in correct header
2015-10-09 Gabriel Corona[mc] Rename mc_process.{h,cpp} into Process.{h,c}pp
2015-10-09 Gabriel Corona[mc] Cleanup mc_hash.cpp
2015-10-09 Gabriel Corona[mc] Remove commented-out code in mc_diff.cpp
2015-10-09 Gabriel Corona[mc] Cleanup #includes
2015-10-09 Gabriel Corona[mc] Fix location expression initialization
2015-10-09 Gabriel Corona[mc] Fix memory leak in MC_get_memory_regions()
2015-10-09 Gabriel Corona[mc] Fix loop bound checking using heaplimit
2015-10-09 Christian Heinrich[Doc] Corrected smpi/display_timing paragraph
2015-10-09 Christian Heinrich[SMPI] Fixed output alignment for display_timing option
2015-10-09 Martin Quinson[tesh] cosmetics on outputs when an error is detected
2015-10-08 Martin Quinson[tesh] cleanups in the file parsing
2015-10-08 Martin Quinson[tesh] cleanups in the handling of child processes
2015-10-08 Martin Quinson[tesh] TODO++
2015-10-07 Martin QuinsonAppveyor cannot do in-macro macro expension. Bummer.
2015-10-07 Martin Quinson[appveyor] try to use tesh without cmake to test the...
2015-10-07 Martin Quinsontry harder to close stdin on appveyor tests
2015-10-07 Martin Quinson[appveyor] close stdin to avoid issues (hopefully)
2015-10-07 Martin Quinson[appveyor] try to download the dependency file twice
2015-10-07 Martin QuinsonReduce verbosity of the appveyor manual test, and fix...
2015-10-07 Martin Quinson[appveyor] reactivate our tests now that the jarfile...
2015-10-06 Martin Quinson[java] strip the windows version now that it works
next