Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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-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.
2016-05-20 Christian Heinrich[TOOLS] Modified generated header to include the path.
2016-05-20 Christian Heinrich[SMPI] Update header files for call-location tracing.
2016-05-20 Christian Heinrich[SMPI] Fix segfaults introduced by 772f8dd3b48f0c9dff20...
2016-05-20 Martin Quinsonvarious doc cleanups
2016-05-20 Martin QuinsonOnly run doxygen once
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-19 Martin QuinsonFAQ: kill a painfully outdated Q&A
2016-05-19 Christian Heinrich[CMAKE] Add src/instr/instr_smpi.h to package
2016-05-19 Christian HeinrichRevert "[SMPI] Fix #include in smpi.h"
2016-05-19 Christian Heinrich[SMPI] Fix #include in smpi.h
2016-05-19 Martin Quinsondoc: don't build the full index as doxygen now provides...
2016-05-19 Christian Heinrich[DOC] Add doc for call-location aware simulation.
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 Christian Heinrich[SMPI/PAPI] Added cmake switch for SMPI+PAPI
2016-05-19 Martin Quinsonfix some doxygen formating problems
2016-05-19 Martin Quinsondocumentation shuffeling
next