Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 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)
2014-03-24 Gabriel Corona[mc] Fix handling of DW_AT_high_pc
2014-03-24 Gabriel Corona[mc] Rename frame->start into frame->id
2014-03-24 Gabriel Corona[mc] Remove frame->end field which was not used anymore
2014-03-24 Gabriel Corona[mc] Process nested scopes DWARF informations
2014-03-24 Gabriel Corona[mc] Fix memory leaks
2014-03-24 Gabriel Corona[mc] Documentation
2014-03-23 Martin Quinsonfix the dist target after my last header move
2014-03-23 Martin Quinsonmove back the protected interface of platforms to the...
2014-03-23 degommeHave smpi_bench.c see HAVE_MMAP flag
2014-03-22 Arnaud GierschMissing dependency (fix parallel builds).
2014-03-22 Arnaud GierschAdd missing files for javadoc.
2014-03-22 Arnaud GierschFix doxygen comments.
2014-03-22 Arnaud GierschMissing XBT_LOG_CONNECTs.
2014-03-22 Arnaud GierschMove win32_ucontext.h to private area.
2014-03-22 Arnaud GierschHeader platf_interface.h needs to be public (included...
2014-03-22 Arnaud GierschDon't include private header from public ones.
2014-03-22 Arnaud GierschDisable mmalloc when !HAVE_MC.
2014-03-22 degommemove unused variable
2014-03-22 degommeprotect against not mmap-enabled systems
2014-03-22 Arnaud GierschFix dist.
2014-03-21 Augustin DegommeHave some mpich3 tests use the automatic privatization...
2014-03-21 Augustin DegommeAdd a first draft for automatic privatization of global...
2014-03-21 Gabriel Corona[mc] Avoid heap collisions by using a bigger gap bewtee...
2014-03-21 Gabriel Corona[mc] Flag state hashing (model-check/hash) as experimental
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-21 Gabriel CoronaIncrease the MC heap size as a quickfix for the heap...
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Pierre VeyreWorkstation::open() improvement
2014-03-21 Paul BédarideFix issues for destroy callbacks
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Pierre VeyreLeak --
2014-03-20 Arnaud GierschFix cfg=path for test sorage_basic.
2014-03-20 Arnaud GierschDon't use xbt_assert for error checking.
2014-03-20 Arnaud GierschTypo.
2014-03-20 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-20 Pierre VeyreFix bug and leak for msg_file_open
2014-03-20 Gabriel Corona[mc] Fix cleanup of info->types
2014-03-20 Gabriel Corona[mc] Fix free callback for type->members
2014-03-20 Gabriel Corona[mc] Efficient lookup of subprogram by offset
2014-03-20 Gabriel Corona[mc] Store abstract subprograms in info->subprograms
2014-03-20 Paul BédarideFix swig compile error
2014-03-20 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-20 Pierre VeyreUpdate storage_basic tesh file
2014-03-20 Pierre VeyreRemove debug info
2014-03-20 Paul BédarideFix cmake for swig
2014-03-20 Paul BédarideFix cmake for swig
2014-03-20 Gabriel Corona[mc] Add support for inheritance
2014-03-20 Luka Stanisicsmall fix to benchmarking code
2014-03-20 Gabriel Corona[mc] Fix documentation of the field 'full_type'
2014-03-20 Luka StanisicImproving benchmarking code
2014-03-19 Paul BédarideAdd java surf plugin
2014-03-19 Pierre Veyrefix Java_org_simgrid_msg_File_open one more time
2014-03-19 Pierre VeyreFix Java_org_simgrid_msg_File_open() again
2014-03-19 Pierre VeyreFix MSG_file_open java banding
2014-03-19 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-19 Pierre VeyreModify MSG_file_open() implementation
2014-03-19 Arnaud GierschAdd explicit initialization for the f77 field.
2014-03-18 Arnaud GierschAlways link with libstdc++ when not compiling with...
2014-03-18 Arnaud GierschAvoid to compare addr with random value with gfortran.
2014-03-18 degommeYet another BSD patch from M. Volat, anticipating chang...
2014-03-18 degommeNo, it's not ...
2014-03-18 Gabriel Corona[mc] Fix compile_warnings
2014-03-18 degommeMerge branch 'master' of git://scm.gforge.inria.fr...
2014-03-18 degommelet's try and say that freebsd is mmap compatible ...
2014-03-18 degommesince guard for stack size has been implemented, this...
2014-03-18 degommemissing includes
2014-03-18 Gabriel Corona[mc] Use reference to types intead of type IDs
2014-03-18 degommebe more friendly to systems where gcc is not used anymore
2014-03-18 degommelinking stuff, needed to compile on FreeBSD 10
2014-03-18 Arnaud GierschTry again, with a reduced size.
2014-03-18 Arnaud GierschRevert "Reduce stack size for test allreduce_coll_large."
2014-03-18 Gabriel Corona[mc] Fix type name handling
2014-03-18 Arnaud GierschReduce stack size for test allreduce_coll_large.
2014-03-18 Gabriel Corona[mc] Fix mismatch between expected snapshot address...
2014-03-18 Gabriel Corona[mc] Add location field in struct/class-members
2014-03-18 Arnaud GierschMark tests as known to fail on Mac OS X.
2014-03-18 Arnaud GierschChangeLog update.
2014-03-18 Arnaud GierschCosmetics.
2014-03-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-17 Arnaud GierschUse a smaller stack for stack-overflow test.
2014-03-17 Arnaud GierschCheck return value for posix_memalign.
2014-03-17 Arnaud GierschForgot to add those files.
2014-03-17 Arnaud GierschAdd test to check the stack overflow protection.
2014-03-17 Arnaud GierschInstall signal handler for SIGSEGV.
2014-03-17 Arnaud GierschUse context/guard_size to protect context stacks agains...
2014-03-17 Arnaud GierschAdd configuration parameter for contexts/guard_size.
2014-03-17 Arnaud GierschNew function: xbt_os_thread_setguardsize (like pthread_...
2014-03-17 Arnaud GierschBe less coarse on error recovery: try first with a...
2014-03-17 Arnaud GierschInitialize default thread attrs in xbt_os_thread_mod_pr...
2014-03-17 Arnaud GierschAdd proper error checking.
2014-03-17 Arnaud GierschParameters were in wrong order.
2014-03-17 Arnaud GierschCache the size of a memory page for the current system.
2014-03-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
next