Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-05-27 Christian Heinrich[SMPI Examples] Fix tesh for windows.
2016-05-27 Christian Heinrich[SMPI] Reverted removal of 'extern C' as this broke...
2016-05-27 Martin Quinsontravis is unable to compile MC, so adapt sonar
2016-05-27 Martin Quinsontravis: install MC dependencies
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 Christian Heinrich[SMPI Examples] Make SMPICC the compiler under windows
2016-05-27 Frederic Sutera few more fixes
2016-05-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-27 Gabriel CoronaMerge master branches
2016-05-27 Martin Quinsonsonar: enable MC, hide our test code
2016-05-27 Martin Quinsonsonar+doc: a word of how it's implemented on our side
2016-05-27 Gabriel Corona[cmake] Give CMAKE_C_FLAGS and CMAKE_CXX_FLAGS higher...
2016-05-27 Gabriel Corona[cmake] Use the same way to pass warning flags in C...
2016-05-27 Christian Heinrich[SMPI] Fix if() condition to verbose comparison.
2016-05-27 Christian Heinrich[SMPI Examples] Enable the call location test.
2016-05-27 Christian Heinrich[SMPI Examples] Add C-example for call location tracing.
2016-05-27 Christian Heinrich[SMPI] Fix headers for call-location tracing.
2016-05-27 Christian Heinrich[SMPI] Fix smpicc.in for call-location tracing.
2016-05-27 Christian Heinrich[Examples] Cmake indentation
2016-05-27 Frederic Suterremove a couple of dumb sprintf
2016-05-27 Gabriel CoronaAdd missing 'override'
2016-05-27 Martin Quinsonmake clean before make all for sonarqube
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-27 Frederic Suterhave a try at solving some SonarQube issues
2016-05-27 Martin Quinsonsonar: typo
2016-05-27 Martin Quinsonsonar: also test include and testsuite (but not the...
2016-05-26 Martin Quinsonsonar: reduce verbosity now that it works
2016-05-26 Martin Quinsondoc: sonarqube is working for us \o/
2016-05-26 Martin Quinsonsonar: dont specify the language we need -> take all...
2016-05-26 Martin Quinsonthe github project was renamed
2016-05-26 Martin Quinsonsonar: try to also analyse C and Java source files
2016-05-26 Martin Quinsonmake it work with -Werror=undef
2016-05-26 Martin Quinsonfix config with maintainer mode enabled
2016-05-26 Martin QuinsonFix make distcheck
2016-05-26 Martin Quinsondoc: explain how to setup your own project
2016-05-26 Martin Quinsonsonar: fix syntax in build script
2016-05-26 Martin Quinsonsonar: verbose mode, and verify examples too
2016-05-26 Martin Quinsonsonarqube improvements
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 Quinsonthe project was renamed
2016-05-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-26 Martin Quinsontry to run sonarqube on travis
2016-05-26 Christian Heinrich[SMPI] Remove outcommented include from mpi.h
2016-05-26 Gabriel CoronaMove some C++ helpers in xbt/
2016-05-26 Christian Heinrich[SMPI/INSTR] Header cleanup.
2016-05-26 Martin Quinsonactually say how to use lua platform stuff
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 Martin Quinsonshort note on describing the platf with lua
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[xbt] Don't return nullptr in simgrid::xbt::string
2016-05-25 Gabriel Corona[smx] Fix simcalls.py
2016-05-24 Martin QuinsonWe only have one packet-level simulator underneath
2016-05-24 Christian Heinrich[Changelog] Move new entry to 3.14...
2016-05-23 Gabriel Corona[mc] Fix remote access to the new Process structure
2016-05-23 Christian Heinrich[Changelog] Added call location tracing.
2016-05-23 Christian Heinrich[CMAKE/SMPI] Automatically generate header files for...
2016-05-23 Gabriel Corona[s4u] Add missing XBT_PUBLIC()
2016-05-23 Gabriel Corona[s4u] Move actions by the current actor in the this_act...
2016-05-23 Gabriel Corona[s4u] Return void in worker classes
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 Quinsonremove some cruft from doxygen
2016-05-21 Martin QuinsonMSG doc tweakings
2016-05-20 Christian Heinrich[CMAKE] Remove index_create.pl from CMakeLists.txt
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-20 Christian Heinrich[CMAKE] Install header files for call-location tracing.
next