Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed outputs of failing tests (one because I was negligent, another because absolute...
[simgrid.git] / src /
2016-02-25 Fabien ChaixFixed tesh-surf-maxmin-xxx tests
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-23 Fabien ChaixRefactoring to allow for alternative definition of...
2016-02-23 Fabien ChaixAdding test for SURF concurrency feature
2016-02-22 Frederic Suternever ending cleanup of the simdag world
2016-02-22 Gabriel CoronaPython: align style with PEP-008
2016-02-22 Gabriel Corona[mc] Use simgrid::xbt::range for program-counter ranges
2016-02-22 Gabriel Corona[mc] Remove unsafe method ChunkedData::pagenos() (non...
2016-02-22 Gabriel Corona[mc] Doc/cleanup ChunkedData
2016-02-22 Gabriel Corona[mc] Fix context registration which was disabled by...
2016-02-22 Christian Heinrich[SMPI] Fix filename in comment
2016-02-22 Christian Heinrich[INSTR] Removed duplicate code in TRACE_surf_host_set_u...
2016-02-22 Christian Heinrich[XBT] Amended docs for xbt/dict
2016-02-22 Christian Heinrich[SMPI] Added condition before smpi_switch_data_seg
2016-02-22 Christian Heinrich[SMPI] Argument alignment of func call
2016-02-22 Christian Heinrich[SMPI] Code beautification.
2016-02-22 Christian Heinrich[XBT] typo fix.
2016-02-22 Christian Heinrich[SMPI] Indentation...
2016-02-22 Christian Heinrich[Doc] Phrasing...
2016-02-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-22 degommeTry to fix build on 32 bit platforms
2016-02-22 Gabriel Corona[mc] Fix ReadOptions
2016-02-22 Gabriel Corona[mc] Replace ReadMode with strongly-type/safe ReadOptions
2016-02-22 Gabriel Corona[mc] Documentation of AddressSpace
2016-02-22 Gabriel Corona[mc] Document/clean DwarfExpression
2016-02-22 Martin QuinsonAnother C wrapper falls.
2016-02-22 Martin Quinsonkill some unused function prototypes
2016-02-21 Martin Quinsoncosmetics: kill useless functions of the C surf API...
2016-02-21 Martin Quinsonbanish some surf parsing files to a src/surf/xml jail
2016-02-20 Martin Quinsonsurfxml: better error checking, and less include of...
2016-02-20 Martin Quinsonkill some unused or dupplicated functions
2016-02-20 Martin Quinsonfix some dead assignments reported by clang scan-build
2016-02-20 Martin Quinsonavoid a segfault when using option aliases
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-20 Martin Quinsonrename the fields of CpuTi
2016-02-20 Martin QuinsonActually, every AS can have bypass routes
2016-02-20 Martin Quinsonrename parseBypassroute into addBypassRoute
2016-02-20 Martin Quinsoncleanups around bypassRoute
2016-02-20 Martin Quinsonrouting: inline method routing_get_network_element_type
2016-02-19 Martin Quinsonrename AsGeneric into AsRoutedGraph
2016-02-19 Martin Quinsonmove one method higher in As hierarchy
2016-02-19 Martin Quinsononly routed ASes can have bypassRoutes
2016-02-19 Martin Quinson.
2016-02-19 Martin Quinsonremove an unused lua file
2016-02-19 Martin Quinsonlua/platf: more error checking
2016-02-19 Martin Quinsonrouting cleanup: symbol renaming
2016-02-19 Martin Quinsonmore checks on the parameters of addRoute()
2016-02-19 Martin Quinsoncleanups: there is no random in the platforms since...
2016-02-19 Martin Quinsoneven more cleanups in the routing
2016-02-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-19 Martin Quinsoncosmetics in routing
2016-02-19 Martin Quinsonsmall cleanups in routing
2016-02-19 Martin Quinsonfurther documentation improvements
2016-02-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-17 Martin QuinsonKill rm_cb feature of config sets: it was never useful
2016-02-17 Frederic Suterdouble free fixes
2016-02-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-17 Martin Quinsonadd --help-aliases to all simulators, showing cfg aliases
2016-02-17 Martin Quinsonmake sure that the newname exists when declaring an...
2016-02-17 Martin Quinsondon't produce more output that it used to be
2016-02-17 Martin Quinsonallow to declare config aliases, to make option renamin...
2016-02-16 Martin Quinsonmake sure that every surf_parse is nicely cleaned at...
2016-02-16 Martin QuinsonCosmetics while hunting a bug of memory misbehavior
2016-02-16 Frederic Sutercosmetics in dot loader
2016-02-15 Martin QuinsonI'm psychotic
2016-02-15 Martin Quinsonplug some memleaks in simdag tests
2016-02-15 Martin Quinsonsmall cleanups in dijkstra
2016-02-14 Martin Quinsonfurther cleanups in routing: check if route already...
2016-02-14 Martin Quinsonrouting: rename and sort things
2016-02-14 Martin Quinsonrouting: rename all fields, and less void*
2016-02-14 Martin Quinsonrouting: factorize the argument checking of parseRoute()s
2016-02-14 Martin QuinsonAll elements must exist, having one of them is not...
2016-02-14 Martin Quinsonboolean can only take true or false as a value, don...
2016-02-14 Martin Quinsongosh, this shitty code is even dupplicated!
2016-02-14 Martin QuinsonDijkstra: kill obscure dead dupplicated code
2016-02-14 Martin Quinsondijkstra: no need for a boolean to see if a dict is...
2016-02-14 Martin QuinsonExposing a pointer to internals is not considered as...
2016-02-14 Martin Quinsoninsufficient cleanups in Dijkstra routing
2016-02-14 Martin Quinsoncosmetics: coverage improvement and better error msg
2016-02-14 Martin Quinsoncleanups in the API and fields of NetCard
2016-02-14 Martin QuinsonThe code deal with <ASroute> in the exact same way...
2016-02-13 Martin Quinsonrouting: move an empty implementation to the super...
2016-02-13 Martin Quinsonrouting: dedupplicate code
2016-02-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-12 Martin Quinsonunrelated cosmetics
2016-02-12 Frederic Suterdon't mislead robots
2016-02-12 Martin Quinsonrename a field and slightly improve the doc
2016-02-12 Frederic Suterno need for this awk checker anymore
2016-02-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-12 Frederic Suterkill the SD_application_reinit function
2016-02-12 Gabriel Corona[mc] Fix MC cross-process memory access
2016-02-12 Gabriel Corona[mc] Fix testall
2016-02-12 Martin QuinsonRouting: kill some dupplicated code
2016-02-12 Martin Quinsonless void*
2016-02-12 Martin Quinsonrename the fields of AS for clarity sake
2016-02-12 Martin Quinsonstart initializing routing fields in the constructors...
2016-02-12 Martin Quinsonand now, blow up the routing_models table \o/
2016-02-12 Martin QuinsonAS don't need a modelDesc. They have a C++ class
next