Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-02-08 Martin Quinsonmake the rest of trace:connect private to the XML parsing
2016-02-08 Martin Quinsonmake trace_connect_list_host_speed private as it should
2016-02-08 Martin Quinson[cmake/java] try to reduce the amount of work done...
2016-02-08 Martin Quinsoncosmetics: dont catch an exception you cannot deal
2016-02-08 Martin Quinsonwe won't strip java: we are not robust enough, unfortun...
2016-02-08 Martin Quinsonkill two tests bypassing the XML parser the ugly way(s)
2016-02-07 Martin QuinsonVM::next_occuring_event don't need to deal with network
2016-02-07 Martin Quinsonmark as override a method that does
2016-02-07 Martin Quinsonmake Cpu::speed a surf_metric
2016-02-07 Martin Quinsoncosmetics
2016-02-07 Martin Quinsonsanitize surf API: s/updateState/apply_event/
2016-02-07 Martin QuinsonProtect every lua header with extern 'C'
2016-02-07 Martin Quinsonsanitize surf API: s/shareResources/next_occuring_event/
2016-02-07 Martin Quinsonsanitize the surf API
2016-02-07 Martin QuinsonSanitize the handling of the future_event_set
2016-02-07 Martin Quinsondon't load private headers from C tests: they will...
2016-02-07 Martin Quinsonrevalidate this tesh file, sorry
2016-02-07 Martin Quinsonsanitize bw and lat in Links: they are now s_surf_metric_t
2016-02-07 Martin Quinsonfirst round of cleanups in the NS3 network
2016-02-07 Martin Quinsoncasting an int to void* is not ok
2016-02-07 Martin QuinsonFix a maybe-uninitialized warning
2016-02-07 Martin QuinsonKill some more atof
2016-02-07 Martin Quinsonkill all atol() from our codebase
2016-02-07 Martin Quinsongreatly reduce the amount of atoi in our codebase
2016-02-07 Martin Quinsonput a deployment file near to its binaries
2016-02-07 Martin QuinsonNew functions: xbt_str_parse_int / xbt_str_parse_double
2016-02-07 Martin Quinsonfix a potential security hazard
2016-02-07 Martin Quinsonrevalidate the NS3 tests
2016-02-07 Martin Quinsonset the output params even when the input params are...
2016-02-07 Martin QuinsonNice error message when creating a process on non-exist...
2016-02-07 Martin Quinsonnew function: xbt_dynar_sort_strings(), when the conten...
2016-02-07 Martin Quinsonbetter name for that struct, and add comments
2016-02-07 Martin Quinsonrename a struct to obey the C++ One Definition Rule...
2016-02-07 Martin Quinsonreindent that one to please gcc6 too
2016-02-07 Martin Quinsonhunt down other occurences of _Bool
2016-02-07 Martin Quinsonupdate my formatting style
2016-02-07 Martin Quinsonreindent that one to please gcc6 too
2016-02-07 Martin Quinsonfix indentation to please gcc 6
2016-02-07 Martin Quinsonclang does not define _Bool in C++, so use bool instead
2016-02-07 Martin Quinsoncompile Lua bindings as C++ code
2016-02-07 Martin Quinsoncompile SMPI as C++ source
2016-02-07 Martin Quinsonerror message improvement
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin Quinsonkill that ruby script that nobody will ever use
2016-02-06 Martin Quinsonclang don't like the register modifer in c++
2016-02-06 Martin Quinsonconvert the last bits of surf to C++
2016-02-06 Martin Quinsonoops I broke that test, sorry
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-05 Martin Quinsonthat test does not need to be sooo long
2016-02-05 Martin Quinsonconvert Jedule bindings to C++
2016-02-05 Martin Quinsonkill platform generation from the C sources
2016-02-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-05 Martin Quinsonremove stochastic traces for now.
2016-02-05 Frederic Sutercleaning some oldies
2016-02-05 Martin QuinsonTry to make now parameter of Model::shareResources...
2016-02-05 degommeput back some fix for a warning
2016-02-05 degomme(try to) Unify detection of windows. _WIN32 may not...
2016-02-05 degommeThis file was not supposed to be still manually privatized
2016-02-05 Frederic Suterput back macros for manual privatization
2016-02-05 Frederic Suterattempt to remove oudated coccinelle stuff
2016-02-05 Frederic Suterprivatization with coccinelle is outdated
2016-02-05 Frederic Sutertest parsing of parallel task graphs in dot
2016-02-04 Martin Quinsonuseless cosmetics
2016-02-04 Martin Quinsondon't compute the amount of hosts if we don't use it
2016-02-04 Martin Quinsoncosmetics
2016-02-04 Frederic Suterleak--, bad indentation-- too
2016-02-04 Frederic Suterleak plug and cosmetics
2016-02-04 Frederic Sutercoverage madness: use asserts here too
2016-02-04 degommeUnify naming of contexts support.
2016-02-04 degommeAs we don't have thread contexts everywhere (windows...
2016-02-03 Martin Quinsonnormalize the handling of speed traces in CpuTi
2016-02-03 Martin QuinsonFurther untangle trace:connect. make trace_connect_list...
2016-02-03 Martin Quinsonadd the bug number in the test case
2016-02-03 Frederic Suterupdate distrib
2016-02-03 Frederic Suterthese scripts are outdated and thus misleading
2016-02-03 Frederic Suterwe can live without these old and useless scripts
2016-02-03 Frederic Suterduplicate of tools/MSG_visualization/colorize.pl
2016-02-03 Martin Quinsonfix my previous commit wrt make dist, sorry
2016-02-03 Martin Quinsonlittle comment improvement
2016-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-03 Martin Quinsonadd a test case for the JVM slaying our semaphores
2016-02-03 Martin QuinsonCleanup in this test case
2016-02-02 Martin Quinsondon't destroy synchro in a simcall, this drives the...
2016-02-02 Martin Quinsoncosmetics
2016-02-02 Christian Heinrich[Changelog] Reordered BC breaks for clarity
2016-02-02 Christian Heinrich[Changelog] Updated changelog to reflect the cfg change
2016-02-02 Christian Heinrich[XBT] Cosmetics; helps with cg/vg
2016-02-02 Christian Heinrich[XBT] Expanded error message for cfg values
2016-02-02 Christian Heinrich[SMPI] Renamed option send_is_detached_thres to send_is...
2016-02-02 Frederic SuterI'm told I have to care about users...
2016-02-02 Frederic Suterend of simplification of sd_dotloader
2016-02-02 Frederic Suterstart to simplify this dot parsing stuff
2016-02-02 Christian Heinrich[INSTR] Cosmetics for tracing options.
2016-02-02 Christian Heinrich[DOC] Added stubs for undocumented tracing options
2016-02-02 Christian Heinrich[DOC] Removed option from doc as it was duplicated
2016-02-02 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-02 degommeFix build with enable_latency_bound_tracking
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin Quinsonadd the lualib patch in our tarball, and update the...
2016-02-01 Martin Quinsonsome more cleanups in the documentation
next