Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
initialize this storage with NULL
[simgrid.git] / src /
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-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
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Pierre VeyreImprove MSG_file_read() and MSG_file_write()
2014-03-31 Arnaud GierschImprove error message.
2014-03-31 Arnaud GierschFix bug with Java bindings on 32-bit systems.
2014-03-31 Arnaud Giersch[mc] Better fix for compatibility with old/broken versi...
2014-03-31 Augustin DegommeRemove benchmarking calls in MPI functions that don...
2014-03-31 Augustin Degommeforgotten useless line (should not do anything with...
2014-03-28 Gabriel Corona[mc] Fix type conversion (once again)
2014-03-28 Gabriel Corona[mc] Fix type conversion
2014-03-28 Gabriel Corona[mc] Fix type conversions
2014-03-28 Augustin Degommeprivatization : perform the initialization at process...
2014-03-28 Augustin Degommereplace warnings by debug messages
2014-03-28 Gabriel Corona[mc] Change type for type->id
2014-03-28 Gabriel Corona[mc] Fix type of expression resolution methods (uintpt_...
2014-03-28 Gabriel Corona[mc] Fix compatibility with old/broken version of dwarf.h
2014-03-28 Gabriel Corona[mc] Kernel Samepage Merging support (Linux)
2014-03-27 Gabriel Corona[mc] Comment unhandled rangelistptr class in DW_AT_star...
2014-03-27 Gabriel Corona[mc] Correctly handle the end of the stack unwinding
2014-03-27 Gabriel Corona[mc] Really fix DW_AT_high_pc for DWARF4
2014-03-26 Arnaud GierschFix parameter names.
2014-03-26 Paul BédarideFinalize reservation surf plugin
2014-03-26 Paul BédarideAdd networkCommunicateCallback, NetworkLink::updateLate...
2014-03-26 Paul BédarideChange StateChanged callback signatures
2014-03-26 Pierre VeyreFix Workstation::fileRcopy
2014-03-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-25 Pierre VeyreFinalises MSG_file_rcopy() and MSG_file_rmove()
2014-03-25 Gabriel CoronaMerge branch 'mc++'
2014-03-25 Gabriel Corona[mc] Fix warning on pointer/integer/address conversion
2014-03-25 Gabriel Corona[mc] Handle DW_AT_high_pc as offset for DWARF4
2014-03-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-25 Pierre Veyreprepare MSG_file_rcopy()
2014-03-25 Pierre Veyreprepare Workstation::fileRcopy()
2014-03-25 Gabriel Corona[mc] Fix DW_OP_addr to translate address into virtual...
2014-03-25 Gabriel Corona[mc] Fix DW_OP_call_frame_cfa
2014-03-25 Gabriel Corona[mc] Fix broken DW_OP_call_frame_cfa
2014-03-24 Paul BédarideAdd java surf plugin to reserve bandwidth
2014-03-24 Arnaud GierschFix doxygen comment: parameter does not exist.
2014-03-24 Gabriel Corona[mc] Fix handling of inlined subroutines in MC_ignore_l...
2014-03-24 Gabriel Corona[mc] Attach correct namespaced name in inlined subrouti...
2014-03-24 Gabriel Corona[mc] Replace frame->frame (frame *name*) by frame-...
2014-03-24 Gabriel Corona[mc] Process nested-scopes
2014-03-24 Gabriel Corona[mc] Remove MC_dwarf_get_variable_by_name (unused)
next