Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless bits
[simgrid.git] / src /
2015-11-23 Gabriel Corona[mc] Remove useless bits
2015-11-23 Gabriel Corona[surf] Wrap the sigc++ API to provide the same API...
2015-11-23 Gabriel Corona[surf] Fix build with sigc++
2015-11-22 Martin QuinsonFix Java build
2015-11-22 Martin QuinsonI hate hollow doxygen comments
2015-11-22 Martin QuinsonSimplify how shareResources() is called in each models
2015-11-22 Martin Quinsonrename a global to make its purpose clear (hopefully)
2015-11-17 Gabriel Corona[mc] Move MC-related out of simix and into mc where...
2015-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-16 Martin Quinsondeal with portability issues induced by ptrace
2015-11-16 Gabriel Corona[mc] Better explanation for DW_OP_call_frame_cfa
2015-11-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-14 Martin Quinsonmove all VM+energy code into callbacks
2015-11-14 Martin Quinsonunused variable
2015-11-14 Martin Quinsonmore explicit header inclusion guard
2015-11-14 Martin Quinsoncosmetics in the VM/energy code
2015-11-14 Martin Quinsonkill some dead code
2015-11-14 Martin QuinsonPrefer the C-ish sg_host_get_name() over sg_host_name()
2015-11-12 Gabriel Corona[mc] Make mc_diff_info static
2015-11-12 Gabriel Corona[mc] Simplification, remove profiling code
2015-11-12 Gabriel Corona[mc] Move the MCer wait_for_requests logic outside...
2015-11-12 Gabriel Corona[mc] Merge Server class into ModelChecker
2015-11-12 Gabriel Corona[mc] Remove Process:status_
2015-11-12 Gabriel Corona[mc] Replace some exit() calls by return
2015-11-12 Gabriel Corona[mc] Move privatization flag initialization
2015-11-10 Gabriel Corona[mc] Fix exit status naming convention
2015-11-10 Gabriel Corona[mc] Move Server in simgrid::mc
2015-11-10 Gabriel Corona[mc] Simplify mc_server
2015-11-10 Gabriel Corona[mc] Fix privatisation support
2015-11-10 Gabriel Corona[mc] Remove MC code in sigsegvhandler
2015-11-10 Gabriel Corona[mc] Generate a message showing the path on crash of...
2015-11-09 Gabriel Corona[mc] Move model-checker message processing logic in...
2015-11-09 Gabriel Corona[mc] ptrace the model-checker application
2015-11-08 Martin Quinsonsanitizes host user_data: create a lib level
2015-11-08 Martin QuinsonDon't segfault when one level of the lib has a NULL...
2015-11-06 Martin Quinson[L07] Don't segfault on point-to-point communications
2015-11-06 Martin Quinson[win] protect the inclusion of a non-existing file
2015-11-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-05 Gabriel Corona[smpi] Use virtual memory layout to find the data segment
2015-11-05 Martin Quinsoninline another getter simcall: host_get_nb_pstates
2015-11-04 Christian Heinrich[SMPI] Renamed smpi/async_small_thres to smpi/async_sma...
2015-11-03 Martin QuinsonFix out-of-tree builds after 3203ed1, sorry
2015-11-03 Martin Quinsonfix an easy fixme
2015-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-02 Martin Quinsoninline two more simcalls: host_get_pstate and host_get_...
2015-11-02 Gabriel Corona[mc] Fix error in dependency checking
2015-11-02 Gabriel Corona[mc] DRY in MC_request_depend()
2015-11-02 Gabriel Corona[mc] Use std::vector for Process::heap_info
2015-11-02 Gabriel Corona[mc] Use std::unique_ptr for Process::heap
2015-11-01 Martin Quinsoninline two more getter simcalls: host_get_core and...
2015-11-01 Martin Quinsonadd another library to the whitelist of ignored debuggi...
2015-11-01 Martin QuinsonKill two getter simcalls, and replace them by (almost...
2015-10-31 Martin Quinsonkill two useless functions: surf_as_cluster_{get,set...
2015-10-31 Martin Quinsonkill an almost unused function: surf_model_name
2015-10-31 Martin Quinsonkill some dead (commented) code
2015-10-31 Martin Quinsonmake it easier to ignore SMPI temp files, and do so...
2015-10-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-29 Christian Heinrich[SIMIX] Updated error messages for contexts
2015-10-29 Martin Quinsonkill dead code (duplicated from just above)
2015-10-28 Martin QuinsonKill an unused simcall: host_get_name
2015-10-27 Martin Quinsonkill dead code
2015-10-27 Martin Quinson[surf] tiny cleanups around the virtual machines
2015-10-26 Martin QuinsonKill the setset datacontainer: it's unused since a...
2015-10-25 Martin Quinsonfix build on non-linux arch
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-24 degommeforgot this one
2015-10-24 degommetry to fix some compilation erros
2015-10-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-23 degommeahem :p (is this file even necessary?)
2015-10-23 degommehandle MPI_WIN_NULL in fortran
2015-10-23 degommemake tracing work better with gatherv and scatterv
2015-10-21 Martin Quinsonchanging this line back, as it breaks half a dozen...
2015-10-21 Martin QuinsonDon't segfault when energy is not turned on
2015-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-16 Gabriel CoronaFix build without lua
2015-10-15 Christian Heinrich[Lua] Fixed compilation issue
2015-10-15 Christian Heinrich[Lua] Patched lua_platf.c for Lua 5.3.1
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 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 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 HeinrichLUA: Added support for backbone, host_link and ASroute
2015-10-15 Christian HeinrichPrevent warning message 'config elem ... registered...
next