Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Parallel implementation for Boost.Context context
[simgrid.git] / src / mc /
2015-06-15 Gabriel CoronaRemove non-statis initializer in s_dw_type, s_mc_object...
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Gabriel CoronaUse xbt_strdup instead of strdup
2015-06-09 Gabriel CoronaSome (partial) fixes for cross-compiling to Windows
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Gabriel Corona[mc] Make Process:object_infos a srd::vector of std...
2015-06-09 Gabriel Corona[mc] Give ctor/dtor for s_dw_type
2015-06-09 Gabriel Corona[mc] Add ctor/dtor for s_mc_object_info
2015-06-09 Gabriel Corona[mc] Make s_mc_snapshot_stack::context not a pointer
2015-06-09 Gabriel Corona[mc] Make s_mc_snapshot_stack::stack_frames a std:...
2015-06-09 Gabriel Corona[mc] Make s_mc_global_t::stacks a std::vector
2015-06-09 Gabriel Corona[mc] Make s_mc_stack_frame::frame_name a std::string
2015-06-09 Gabriel Corona[mc] Make s_mc_snapshot_stack::local_variables a std...
2015-06-09 Gabriel Corona[mc] Make s_local_variable::name a std::string
2015-06-09 Gabriel Corona[mc] Move s_local_variable in mc_snapshot.h
2015-06-09 Gabriel Corona[mc] Make Snapshot::snapshot_regions a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::to_ignore a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::ignored_data a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::current_fds a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::stack_sizes a std::vector
2015-06-09 Gabriel Corona[mc] Make Snapshot::enabled_process a std::set
2015-06-05 Gabriel CoronaBoost.Context context factory
2015-06-02 Gabriel Corona[mc] Fix realloc() in mc_process.cpp
2015-06-02 Gabriel Corona[mc] Fix pointer dereference after free()
2015-06-02 Gabriel Corona[mc] exit() instead of abort() in normal operation
2015-06-02 Gabriel Corona[mc] Add a message to explain no property violation...
2015-06-02 Gabriel Corona[mc] Remove mc_region_contain(), use the method instead
2015-06-02 Gabriel Corona[mc] C++ify RegionType, StorageType enums
2015-06-02 Gabriel Corona[mc] Fix compilation error on clang (and group all...
2015-06-02 Gabriel Coronatemp
2015-06-02 Gabriel Corona[mc] Enable record in liveness mode
2015-06-01 Gabriel Corona[mc] Use vector<RegionSnapshot> instead of vector<uniqu...
2015-06-01 Gabriel Corona[mc] Fix typo in e_mc_region_storage_type_t
2015-06-01 Gabriel Corona[mc] Remove deprecated MC_snapshot_read()
2015-06-01 Gabriel Corona[mc] RegionSnapshot, make all fields private
2015-06-01 Gabriel Corona[mc] RegionSnapshot, make data private
2015-06-01 Gabriel Corona[mc] RegionSnapshot class
2015-06-01 Gabriel Corona[mc] Remove broken test
2015-06-01 Gabriel Corona[mc] Remove mc_translate_address()
2015-05-28 Gabriel Corona[mc] Fix mc_translate_address() for MC_REGION_STORAGE_T...
2015-05-28 Gabriel Corona[mc] Make Process::socket_ private
2015-05-28 Gabriel Corona[mc] Make Process::memory_map_ a std::vector
2015-05-28 Gabriel Corona[mc] Mark some Process attributes as private
2015-05-26 Gabriel Corona[mc] Fix cross-process access to simcall_comm_***any__g...
2015-05-26 Gabriel Corona[mc] Fix remote_ptr
2015-05-26 Gabriel Corona[mc] Fix printf format
2015-05-22 Gabriel Corona[mc] Replace the override word with MC_OVERRIDE
2015-05-22 Gabriel Corona[mc] Fix spurious call fo remote()
2015-05-22 Gabriel Corona[mc] Remote deprecated functions MC_snapshot_read_pointer()
2015-05-22 Gabriel Corona[mc] Fix the translation of privatisation section in...
2015-05-22 Gabriel Corona[mc] Private Process::pid
2015-05-22 Gabriel Corona[mc] Make a std::vector of Process::checkpoint_ignore
2015-05-22 Gabriel Corona[mc] Move cross process reading support for SBT structu...
2015-05-21 Gabriel Corona[mc] Move methods in Process class
2015-05-21 Gabriel Corona[mc] Add remote_ptr for marking pointers-to/addresses...
2015-05-21 Gabriel Corona[mc] Remove compatibility stuff
2015-05-21 Gabriel Corona[mc] Fix bug in Snapshot::read_bytes
2015-05-21 Gabriel Corona[mc] Make C++ classes out of addres_space, process...
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-05-07 Gabriel Corona[mc] Mark many MC symbols as hidden
2015-05-07 Gabriel Corona[mc] Fix MC_free_object
2015-05-07 Gabriel Corona[mc] Fix parameter order in unit test of mc_snapshot
2015-05-07 Gabriel Corona[mc] Only use prctl(PR_SET_PDEATHSIG) on Linux
2015-05-05 Gabriel Corona[mc] Fix typo
2015-05-05 Gabriel Corona[mc] Knowledge about the size of pointer types in DWARF
2015-05-05 Gabriel Corona[mc] Remove useless variable
2015-05-05 Gabriel Corona[mc] Cleanup horrible for loop
2015-05-05 Gabriel Corona[mc] Cleanup horrible for loop
2015-05-05 Gabriel Corona[mc] Fix XBT_ERROR message
2015-05-05 Gabriel Corona[mc] Remove designated initializers
2015-05-05 Gabriel Corona[mc] Remove designated initializers
2015-05-05 Gabriel Corona[mc] Fix formatting specification
2015-05-05 Gabriel Corona[mc] Remove designated initializers
2015-05-05 Gabriel Corona[mc] Fix type of zero_buffer_size in mc_process.c
2015-05-05 Gabriel Corona[mc] Fix unitialized variable
2015-05-04 Gabriel Corona[mc] Add missing inttypes.h include
2015-05-04 Gabriel Corona[mc] Fixed the compilation on non-MC build
2015-05-04 Gabriel Corona[mc] Fix segfault in MC_request_is_enabled() executed...
2015-04-28 Gabriel Corona[mc] Remove the dual heap mc_heap/std_heap
2015-04-28 Gabriel Corona[mc] Cleanup MC init code (split MCer and MCed init)
2015-04-28 Gabriel Corona[mc] Move stacks_areas code in mcer_ignore
2015-04-28 Gabriel Corona[mc] Cleanup mc_ignore/mcer_ignore
2015-04-28 Gabriel Corona[mc] Move MCer code from mc_ignore.cpp to mcer_ignore.cpp
2015-04-28 Gabriel Corona[mc] Multiple heap removal (partial)
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-23 Marion Guthmullermodel-checker : declare variable at the right place
2015-04-23 Marion Guthmullermodel-checker : unused variable
2015-04-23 Marion Guthmullermodel-checker : uninitialized variables
2015-04-23 Marion Guthmullermodel-checker : really fix mc dependancies with MC...
2015-04-23 Marion Guthmullermodel-checker : fix dependancies without MC
2015-04-17 Gabriel Corona[mc] Do not execute MCer code in MCed mode in MC_remove...
2015-04-17 Gabriel Corona[mc] Add missing copyright notices (and update)
2015-04-17 Gabriel Corona[mc] C++ class PageStore
2015-04-17 Gabriel Corona[mc] C++ class ModelChecker
2015-04-17 Gabriel Corona[mc] Remove mc_interface.h
2015-04-17 Gabriel Corona[mc] Remove soft dirty page tracking
2015-04-17 Gabriel Corona[mc] Remove standalone mode and remove MC_do_the_modelc...
2015-04-16 Gabriel Corona[mc] Remove mc_set.cpp
2015-04-16 Gabriel Corona[mc] Switch to C++
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
next