Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
that was moved to another file
[simgrid.git] / src /
2016-05-27 Christian Heinrich[SMPI] Only allocate memory for call-loc when cfg-optio...
2016-05-27 Christian Heinrich[SMPI] Fix memory leak
2016-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-27 Christian Heinrich[SMPI] Reverted removal of 'extern C' as this broke...
2016-05-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-27 Gabriel CoronaName parameters in function declarations
2016-05-27 Gabriel CoronaUse & when forming pointer-to-functions
2016-05-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-27 Gabriel CoronaMerge master branches
2016-05-27 Christian Heinrich[SMPI] Fix if() condition to verbose comparison.
2016-05-27 Christian Heinrich[SMPI] Fix smpicc.in for call-location tracing.
2016-05-27 Gabriel CoronaAdd missing 'override'
2016-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-27 Frederic SuterSmelly code, smelly code, how are they writing you
2016-05-26 Martin Quinsonuse unordered_map instead of map for sake of speed
2016-05-26 Martin Quinsoncopyright header+include everything in ifdef+cosmetics
2016-05-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-26 Gabriel CoronaMove some C++ helpers in xbt/
2016-05-26 Christian Heinrich[SMPI/INSTR] Header cleanup.
2016-05-26 Gabriel Corona[simix] Declare the real type of the argument od run_ke...
2016-05-26 Christian Heinrich[INSTR] Rename paje headers for call-location tracing
2016-05-26 Gabriel Corona[simix] Do not need a space bewteen simcall name and...
2016-05-26 Gabriel Corona[simix] Simplify simcalls.py
2016-05-26 Gabriel Corona[simix] Update the documentation of simcalls.in
2016-05-26 Gabriel Corona[simix] Infer Proc/Func type from signature and use...
2016-05-26 Gabriel Corona[simix] Use a C-like syntax for simcalls.in
2016-05-26 Gabriel Corona[simix] Remove the notion of casted type in the simcall...
2016-05-26 Gabriel Corona[simix] Use C++ templates for generating the marshaling...
2016-05-26 Gabriel Corona[simix] Remove useless parameter in the type list of...
2016-05-26 Martin Quinsonpopulate simix::Exec ctor
2016-05-26 Martin Quinsondoc cleanups
2016-05-26 Martin Quinsondoc: fix broken references
2016-05-25 Christian Heinrich[SMPI] Fix #include of private header.
2016-05-25 Gabriel Corona[simix] Remove simcall_HANDLER_process_create() as...
2016-05-25 Gabriel Corona[simix] Remove the process_create simcall
2016-05-25 Gabriel Corona[smx] Fix simcalls.py
2016-05-23 Gabriel Corona[mc] Fix remote access to the new Process structure
2016-05-23 Gabriel Corona[s4u] Move actions by the current actor in the this_act...
2016-05-23 Gabriel Corona[s4u] Use std::function<void()> instead of std::functio...
2016-05-23 Gabriel Corona[simix] Use the closure-based timer API
2016-05-23 Gabriel Corona[simix] Use std::function in timer and add overloads
2016-05-23 Gabriel Corona[s4u] Use the std::function simcall_process_create...
2016-05-23 Gabriel Corona[simix] Wrap (xbt_main_func_t, argc, argv) in a std...
2016-05-23 Gabriel Corona[simix] Create a (fake) simcall for creating a process...
2016-05-23 Gabriel Corona[simix] Use simgrid::simix::args in MSG
2016-05-23 Gabriel Corona[simix] C++-based ownership of process name and arguments
2016-05-23 Gabriel Corona[simix] Rename s_smx_process_arg to simgrid::simix...
2016-05-23 Gabriel Corona[simix] Use std::string for s_smx_process_arg
2016-05-23 Gabriel Corona[simix] Remove SIMIX_process_create_from_wrapper()
2016-05-23 Gabriel CoronaUse new/delete for smx_process_arg_t
2016-05-23 Gabriel CoronaMake SIMIX_context_new() accept std::function
2016-05-23 Gabriel CoronaMake s_smx_process_t a C++ class (constructor, new...
2016-05-23 Gabriel Corona[s4u] Move the actor logic out of the Actor class
2016-05-22 Martin QuinsonReorganize the documentation
2016-05-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-21 Martin Quinsonshuffle a bit the MSG and SimDag documentation
2016-05-21 Martin QuinsonMSG doc tweakings
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-20 Christian Heinrich[SMPI] Fix segfaults introduced by 772f8dd3b48f0c9dff20...
2016-05-20 Martin Quinsonvarious doc cleanups
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-19 Christian Heinrich[SMPI] Call location: Cleanups.
2016-05-19 Christian Heinrich[SMPI] Introduce variable computation speeds.
2016-05-19 Christian Heinrich[SMPI] Introduce smpi/trace-call-location cfg-switch
2016-05-19 Christian Heinrich[SMPICC] Make call location conditional
2016-05-19 Christian Heinrich[SMPIFF] Make call location conditional.
2016-05-19 Christian Heinrich[SMPI/INSTR] Wrap filenames in traces in quot. marks
2016-05-19 Christian Heinrich[SMPI] Modified smpiff.in to enable caller location
2016-05-19 Christian Heinrich[SMPI] Add caller location to tracefiles
2016-05-19 Christian Heinrich[SMPI] Added #include private.hpp statements
2016-05-19 Christian Heinrich[SMPI] Make smpi_container() available via private.h
2016-05-19 Christian Heinrich[SMPI] Add private.hpp for C++ functionality
2016-05-19 Christian Heinrich[SMPI] Introduce smpi/papi_events option
2016-05-19 Martin Quinsonfix some doxygen formating problems
2016-05-19 Martin Quinsondocumentation shuffeling
2016-05-17 Frederic Suteradd File.seek to Java API
2016-05-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-16 Martin Quinsoncosmetics
2016-05-16 Martin Quinsondoxygen fixups
2016-05-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-16 Martin Quinsonxbt::config: fix doxygen
2016-05-14 Martin Quinsondoxygen: Fix 3 out of 23235235235 small formating issues
2016-05-14 Martin QuinsonDoc: Kill formating pragma that are unused since 10...
2016-05-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-14 Frederic Sutercosmetics
2016-05-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-13 Martin Quinsonsome more forgotten override markers
2016-05-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-13 Martin Quinsontweak the documentation rendering
2016-05-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-13 Martin QuinsonUse only the C++ dtor for Synchro::Raw
2016-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-12 Martin Quinsonmove some content to the SynchroRaw dtor
2016-05-12 degommeTry to avoid leaking detached comms.
2016-05-11 Martin Quinsonkill useless code
2016-05-11 Martin Quinsonmake overring methods as so to please clang
2016-05-11 Gabriel Corona[mc] Generalize AddressSpace::read<T>() to return a...
2016-05-11 Gabriel Corona[mc] Fix MC with the class-hierarchification of simgrid...
2016-05-11 Martin Quinsonrename s4u Async to Activities
2016-05-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next