Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2015-10-20 Ad(rien) Lclean a bit - Adrien
2015-10-20 Ad(rien) LAdd energy VM example (simple but should be sufficient...
2015-10-20 Ad(rien) LFix conflict - Adrien
2015-10-20 Ad(rien) LAdd VM energy extensions - Adrien
2015-10-19 Martin Quinsonenergy: less code dupplication
2015-10-19 Martin Quinson[doc] copy some VMs' doc from Java to C
2015-10-19 Martin Quinson[cmake] try harder to find a dynamic lib for lua
2015-10-19 Martin Quinson[doxygen] fix a function comment
2015-10-19 Martin Quinson[travis] look for lua where I put it, bummer
2015-10-18 Martin Quinson[cmake] cleanups in the Lua detection
2015-10-18 Martin Quinson[appveyor] fix (?) the lua compilation
2015-10-17 Martin Quinson[appveyor] use 'tar' instead of '7z' to open tarfiles
2015-10-17 Martin Quinson[appveyor] temporary commit to see what's going on...
2015-10-17 Martin Quinson[travis/appveyor]: use Lua 5.3.1 instead of 5.3.0
2015-10-17 Martin Quinson[appveyor] 'make' is called 'mingw32-make' here
2015-10-17 Martin Quinson[cmake] Put FindLua.cmake where we look for it
2015-10-17 Martin Quinson[travis] cannot install to /opt (forbidden), so go...
2015-10-17 Martin Quinson[cmake] remove ghost files from the dist
2015-10-17 Martin Quinsonremove 51 from the name of FindLua51Simgrid: we now...
2015-10-17 Martin Quinson[cmake] better error messages when lua is not detected
2015-10-17 Martin Quinson[appveyor] try to correclty unpack the lua.tar.gz
2015-10-17 Martin Quinson[travis] install lua to /opt so that cmake finds it
2015-10-16 Martin Quinson[appveyor] try to install lua 5.3
2015-10-16 Martin Quinson[travis] fixups
2015-10-16 Martin Quinson[travis] install lua 5.3
2015-10-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-16 Gabriel CoronaFix build without lua
2015-10-16 Martin Quinsondocument the simgrid internals
2015-10-15 Christian Heinrich[Lua] Amended comments in chord.lua
2015-10-15 Christian Heinrich[Lua] Fixed compilation issue
2015-10-15 Christian Heinrich[Lua] Commented chord.lua example
2015-10-15 Christian Heinrich[Lua] Disabled chord.lua test - it is too broken.
2015-10-15 Christian Heinrich[Lua] Fixed a README.lua detail
2015-10-15 Christian Heinrich[Lua] Added README.lua for Lua installation process...
2015-10-15 Christian Heinrich[Lua] Patched lua_platf.c for Lua 5.3.1
2015-10-15 Christian Heinrich[Lua] Added Lua Cmake support files.
2015-10-15 Christian Heinrich[Lua] Chord.lua indentation
2015-10-15 Christian Heinrich[Lua] Ported state_cloner code to Lua 5.3
2015-10-15 Christian Heinrich[Lua] Fixed attribute in splay_sim platform
2015-10-15 Christian Heinrich[Lua] Ported console code to Lua 5.3
2015-10-15 Christian Heinrich[Lua] Ported multi_matrix code to Lua 5.3
2015-10-15 Christian Heinrich[Lua] Ported masterslave code to Lua 5.3
2015-10-15 Christian Heinrich[Lua] Fixed kademlia.lua test
2015-10-15 Christian Heinrich[Lua] Updated the bittorent.lua test
2015-10-15 Christian Heinrich[Lua] Fixed garbage collection segfault
2015-10-15 Christian Heinrich[Lua] Fixed integer/double conversion problem
2015-10-15 Christian Heinrich[Lua5.3] Changed lua_tonumber to lua_tointeger where...
2015-10-15 Christian Heinrich[Lua5.3] Added logging functions error and critical
2015-10-15 Christian Heinrich[Lua5.3] Updated bittorent/peer.lua to Lua5.3
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
next