Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src /
2014-04-25 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-24 Gabriel Corona[mmalloc] Extends the junk area and use finer grained...
2014-04-24 Gabriel Corona[mc] Check error in MAP_FAILED
2014-04-24 Gabriel Corona[mc] mprotect the region *after* zero-ing ignored parts:
2014-04-24 Gabriel CoronaMerge "mc"
2014-04-24 Gabriel Corona[mc] Fix DW_AT_start_scope handling in mc_checkpoint
2014-04-24 Gabriel Corona[mc] Do not use "simdata" variable (workaround for...
2014-04-24 Takahiro HirofuchiFix the default working set size of migration
2014-04-23 Paul BédarideFix tracing options ignored when set in xml config...
2014-04-23 Stéphane CastelliShould fix a build error happening on 32bits architectu...
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-22 Paul BédarideRename option multiple use of task and fix leak
2014-04-18 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-18 Stéphane CastelliMerge with master
2014-04-17 Paul BédarideAdd option to msg to debug multiple use of task
2014-04-17 Paul BédarideDoc shareResources,updateActionsState
2014-04-17 Stéphane CastelliFat trees progress
2014-04-17 Stéphane CastelligenerateDotFile, to generate dot files for fat trees
2014-04-17 Stéphane CastelliProper fix for compilation warning
2014-04-17 Stéphane CastelliRevert "Quick fix for warnings in compilation induced...
2014-04-16 Augustin DegommeQuick fix for warnings in compilation induced by fat...
2014-04-16 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-16 Stéphane Castelli[Bug Fix] Resolve compilation error introduced in 20984...
2014-04-16 Paul BédarideFix inversion bug in CpuL07 constructor
2014-04-16 Stéphane Castelli[Fat Trees] Function generating dot files should be...
2014-04-15 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-15 Paul BédarideAdd doc to surf java
2014-04-15 Stéphane CastelliAdded some work in the creation of links in the fat...
2014-04-14 Paul BédarideSwig only in maintainer mode
2014-04-14 Gabriel Corona[mc] Protect snapshots against write
2014-04-14 Gabriel Corona[mc] Only enable KSM on snapshots and not on main memory
2014-04-14 Augustin Degommetypo --
2014-04-14 Stéphane Castelliminor typo
2014-04-14 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-14 Stéphane CastelliBeginning of the implemenation of fat tree. Parsing...
2014-04-14 Stéphane CastelliDefinition of a new class to represent the routing...
2014-04-14 Gabriel CoronaMerge branch 'mc-perf'
2014-04-14 Gabriel Corona[mc] Avoid allocation/deallocation in init_heap_information
2014-04-11 suterremove all references to the dead file_ls function
2014-04-11 sutersimplify the way free and used space are accessed
2014-04-11 sutercorrect the semantic of the write
2014-04-11 suterdo not use MSG stuff at SURF level
2014-04-11 sutercorrect seek's semantic
2014-04-11 sutermake read really depend on current position in the...
2014-04-11 Paul BédaridesurfCpuModel add execute on host
2014-04-11 Arnaud GierschFix comment, and add a runtime warning when stack overf...
2014-04-11 Arnaud GierschAdd comment to inform that stack protection is broken...
2014-04-11 Arnaud GierschCosmetics: XBT_PUBLIC is not needed here.
2014-04-11 Arnaud GierschMake xbt_abort really silent on Windows.
2014-04-11 Gabriel Corona[mc] Avoid allocations in state->equals_to{1,2}
2014-04-11 Gabriel Corona[mc] Optimise memory allocation in mm_diff
2014-04-11 Gabriel Corona[mc] Remove buggy xbt_free
2014-04-08 Arnaud GierschRemove useless declaration.
2014-04-08 Arnaud GierschAdd missing XBT_PUBLIC*.
2014-04-08 Arnaud GierschFix doc.
2014-04-08 Arnaud GierschNo need to have this variable global.
2014-04-08 Paul BédarideAdd example of java cpu model
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-07 Augustin Degommeadd defines to windows build, to avoid breaking ucontex...
2014-04-07 Arnaud GierschstartsWith doesn't expect a regexp.
2014-04-07 Arnaud GierschSince SG-java is now reintegrated into the main tree...
2014-04-07 Arnaud GierschUpdate version strings.
2014-04-07 Augustin DegommeForce windows jar to bundle into x86, as we only build...
2014-04-05 Martin Quinsongive SimDag the ability to retrieve the amount of cores...
2014-04-05 Marion Guthmullermodel-checker : privatization_regions in snapshot may...
2014-04-04 Augustin Degommeadd XBT_PUBLIC_CLASS macro, and a bunch of XBT_PUBLIC...
2014-04-04 Gabriel Corona[mc] Fix issues with register translation code
2014-04-04 Gabriel Corona[mc] Fix bAd text
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Gabriel Corona[mc] Implement translation of register number
2014-04-04 Augustin Degommeoops, forgot to perform the actual change of path in...
2014-04-04 Augustin Degommeline not needed without the handler, and SIGSTKSZ is...
2014-04-04 Augustin Degommefile win32_ucontext.h was moved by 6e893f95c
2014-04-04 Augustin Degommefix compil of smpi_bench.c on win32
2014-04-04 Augustin Degommeget page size info on win32
2014-04-04 Augustin Degommedisable segv handler and guards on windows platforms
2014-04-04 Arnaud GierschRemove unused default constructors.
2014-04-04 Arnaud GierschFactorize initializations for Action constructors.
2014-04-04 Gabriel Corona[mc] Fix MC_free_snapshot (NP reading NULL snapshot...
2014-04-04 Arnaud GierschFix memory leak on file_unlink.
2014-04-04 Arnaud GierschOlder gcc warns that variable may be uninitialized...
2014-04-04 Gabriel Corona[mc] Make snapshots compatible with SMPI privatization...
2014-04-03 Arnaud LegrandDistinguish between time precision and sharing precision.
2014-04-03 Arnaud LegrandUse more explicit variable names and add a bit of debug.
2014-04-03 Arnaud LegrandFix bug #17132 (surf.c:366: The Impossible Did Happen...
2014-04-03 Arnaud LegrandAdd more debug
2014-04-03 Arnaud LegrandStart documenting how lmm works
2014-04-01 Arnaud Giersch[mc] Initialize expression->ops before calling mc_dwarf...
2014-04-01 Pierre VeyreFix MSG_file_rcopy() and MSG_file_rmove()
2014-04-01 Arnaud GierschCheck if MAP_ANONYMOUS is defined after including sys...
2014-04-01 Arnaud GierschUpdate copyright headers.
2014-04-01 Arnaud GierschCosmetics: move SimGrid copyright on top.
2014-04-01 Pierre VeyreRename msg_storage_priv->host by msg_storage_priv-...
2014-04-01 Pierre VeyreChange MSG_file_unlink() return type
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-01 Pierre Veyreremove MSG_file_ls()
2014-04-01 Pierre VeyreRemove XBT_INFO call
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
next