Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-06-15 Martin Quinsonfinish snake_casing s4u::VirtualMachine
2018-06-15 Martin Quinsonmake e_surf_vm_state_t an enum class
2018-06-14 Martin Quinsonstart snake_casing VirtualMachine
2018-06-13 Martin Quinsonuseless reformating to ease my grepping for stuff to...
2018-06-13 Martin Quinsonsnake_case xbt/functional.hpp
2018-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-06-13 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-06-13 degommesimplify tracing of MPI_Test. Add tracing for Testall...
2018-06-13 Christian Heinrich[SMPI] Move instr_find_color to C++
2018-06-13 Christian Heinrich[SMPI/TESH] Breaks tests: Fix colors for functions
2018-06-12 Martin Quinsoncircleci: simplify the build file
2018-06-12 Martin Quinsoncircleci: no need to apt-get now that we use a docker
2018-06-12 Martin Quinsontry to produce a circle2 file
2018-06-12 Martin Quinsontry to produce a circle2 file
2018-06-12 Martin Quinsonplease circle, go hide in that little bush and ..
2018-06-11 Arnaud GierschComplete list of fixed bugs.
2018-06-11 Arnaud GierschFix jedule build.
2018-06-10 Martin Quinsonfix lua and jedule builds (with paranoid compil flags)
2018-06-10 Martin Quinsonnaming consistency (+snake_casing)
2018-06-10 Martin Quinsonfurther snake_case NetZone
2018-06-10 Arnaud GierschDeclare fake_stack only with ASan.
2018-06-10 Arnaud GierschRename ASAN_EVAL to ASAN_ONLY, and kill ASAN_ASSERT.
2018-06-10 Arnaud GierschSkip harmless ASan warnings.
2018-06-10 Arnaud GierschRaw contexts: add Asan instrumentation.
2018-06-10 Arnaud GierschSysv contexts: add Asan instrumentation.
2018-06-10 Arnaud GierschSysv contexts: remove useless indirection.
2018-06-10 Arnaud GierschBoost contexts: add an assert checking that we don...
2018-06-10 Arnaud GierschContexts: move asan support in separate header.
2018-06-10 Arnaud GierschClang-6.0 wants initialization.
2018-06-10 Arnaud GierschField is unused without smpi.
2018-06-10 Arnaud GierschUpdate .mailmap.
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-06-09 Martin Quinsonstart snake_casing NetZone. Many cleanups to come
2018-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-08 Frederic Sutercosmetic snake casing
2018-06-08 Martin QuinsonASan supposely works with swapcontext and ASM manual...
2018-06-08 Matthieu VolatFix OSX rpath issues by using real paths.
2018-06-08 Arnaud GierschCompleted request was already nulled in Request::waitan...
2018-06-08 Arnaud GierschMPI_Wait*: fix tracing related memory leaks.
2018-06-08 Arnaud GierschMPI_Waitany: set completed request to null.
2018-06-08 Frederic Sutercosmetics: this is a bool
2018-06-08 Frederic Sutersnake_case VirtualMachineImpl
2018-06-08 Frederic Suterextra cleanups in Storage
2018-06-08 Frederic Sutera few less verbose descriptions in instr
2018-06-07 Arnaud GierschFix build for lua bindings.
2018-06-06 Augustin Degommeyes another attempt
2018-06-06 Frederic Sutersnake case storage
2018-06-06 Frederic Suternow useless, bummer
2018-06-06 Frederic Suterfix build (and please valgrind)
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Augustin Degommeremove trace-resource from trace comparison, as results...
2018-06-06 Frederic Suteruseless private
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Frederic Sutermv link map to the engine
2018-06-06 Augustin DegommeActually test SMPI tracing - high probability of failure
2018-06-06 Augustin Degommereduce time taken by a test (maybe for nothing)
2018-06-06 Augustin Degommeadd back tracing of communications in wait/waitany...
2018-06-06 Frederic Suterfactor attachment of state traces to resources
2018-06-06 Frederic Sutersnake case for better consistency
2018-06-06 Frederic Sutersnake_case LinkImpl (but the part that should to the...
2018-06-05 Arnaud GierschAvoid hard coded -lboost_unit_test_framework.
2018-06-05 Arnaud GierschUpdate .mailmap file.
2018-06-04 Martin Quinsontry to fix how we deal with rpath on binaries
2018-06-04 Martin Quinsontry to avoid a false positive on sonar saying that...
2018-06-03 Martin Quinsonhost-filtering example: improve doc, and add to documen...
2018-06-03 Martin Quinsonsonar: Mark constructors as explicit
2018-06-03 Martin Quinsoncmake: cosmetics around the detection of sem_init
2018-06-03 Martin QuinsonTry to fix the link to Boost_UNIT_TEST_FRAMEWORK
2018-06-03 Martin Quinsons4u::NetZone: move deprecation wrappers to the end
2018-06-03 Martin Quinsonsnake_case the s4u::NetZone signals
2018-06-01 Arnaud GierschSnake casing simgrid::xbt::Path.
2018-06-01 Arnaud GierschBe more liberal when matching extension for library...
2018-06-01 Augustin Degommefix build on 32 bit systems
2018-06-01 Christian Heinrich[S4U] Engine: Support retrieving actors via the engine
2018-06-01 Christian Heinrich[S4U] Engine: Add Engine::get_filtered_links
2018-06-01 Christian Heinrich[S4U] Mark s4u::Engine constructor as explicit
2018-06-01 Christian Heinrich[S4U] Delete Engine move & copy constructors
2018-06-01 Christian Heinrich[S4U] Implement Engine::get_filtered_hosts
2018-06-01 Christian Heinrich[S4U] Add some tests for upcoming filtering feature
2018-06-01 Arnaud GierschFix type mismatch for function pointer.
2018-06-01 Arnaud GierschUse memcpy instead of strncpy.
2018-06-01 Arnaud GierschEnsure that the terminating nul byte is also copied.
2018-06-01 Arnaud GierschMark deprecated functions.
2018-06-01 Arnaud GierschUse new style Actor::on_exit().
2018-06-01 Arnaud GierschUse new style SIMIX_process_on_exit().
2018-06-01 Arnaud GierschDefine Actor::on_exit() taking a std::function.
2018-06-01 Arnaud GierschDefine SIMIX_process_on_exit() taking a std::function.
2018-06-01 Arnaud GierschUse std::function for s_smx_process_exit_fun_t.
2018-06-01 Christian Heinrich[SMPI] Cosmetics: ! -> not
2018-06-01 Christian Heinrich[INSTR] StateEvent::popEvent() calls now StateEvent...
2018-05-31 Martin Quinsonuse try_run for sem_open instead of firing the compiler...
2018-05-31 Martin Quinsonstop checking for HAVE_GNU_LD now that we don't use...
2018-05-31 Martin QuinsonStart snake_casing s4u::NetZone
2018-05-31 Arnaud GierschConstructor priorities are still not supported on Apple.
2018-05-30 Frederic Sutersimplification
2018-05-30 Frederic Sutercosmetics
2018-05-27 Arnaud GierschConvert enum class SmpiPrivStrategies tu upper case.
2018-05-27 Arnaud GierschConvert enum shared_malloc_type to enum class.
2018-05-27 Arnaud GierschConvert enum smpi_process_state to enum class.
2018-05-27 Augustin Degommefix issue where some end of recv events were not genera...
next