Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-04-05 Frederic Suterget rid fo SIMIX_simcall_exit
2019-04-05 Augustin Degommerelax some constraints
2019-04-04 Augustin Degommetest more extensively error returns for collectives.
2019-04-04 Arnaud GierschBranch has been renamed.
2019-04-04 Martin Quinsondocument last bug closed
2019-04-04 degommechangelog update
2019-04-04 degommeAdd checks for comms and datatypes as well
2019-04-04 degommeAdd plenty more checks to MPI collectives, to comply...
2019-04-04 Arnaud GierschCheck validity for extension (Framagit issue #10).
2019-04-04 Arnaud GierschCosmetic cleanups.
2019-04-04 Arnaud Giersch[codacy] Don't use assert for error checking.
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-04 Arnaud Giersch[sonar] Simplify nested try blocks.
2019-04-04 Arnaud Giersch[sonar] Prefer ArrayList to Vector.
2019-04-04 Arnaud Giersch[sonar] Forbid construction of utility class.
2019-04-04 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-04-04 Arnaud GierschDeclare log category where it is actually used.
2019-04-04 Arnaud GierschStrengthen test.
2019-04-04 Martin Quinsonrename the 'releases' branch to 'stable'
2019-04-04 Martin Quinsonimprove the documentation of the minimal_java build...
2019-04-03 Arnaud Giersch[scan-build] Assert that there is no memory leak here.
2019-04-03 Arnaud Giersch[sonar] Declare one identifier per statement.
2019-04-03 Arnaud Giersch[cppcheck] Reduce scope for variables.
2019-04-03 Arnaud Giersch[sonar] Use a logger for help messages.
2019-04-03 Arnaud Giersch[sonar] Exclude "Use a logger..." for teshsuite/simdag.
2019-04-03 Arnaud GierschFix the fixme the obvious way.
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 henricasanovatest++ (turning off a host on which an actor is doing...
2019-04-03 Martin Quinsonback to the devel work
2019-04-03 Martin QuinsonRelease 3.22.1 v3.22.1
2019-04-03 Martin Quinsonupdate our releasing process
2019-04-03 Martin Quinsongitlab-ci: only release the commits that are on the...
2019-04-03 degommempi_ireduce and iallreduce are not yet ready for derive...
2019-04-03 degommeDon't fill array with garbage when it won't be needed...
2019-04-03 degommefix f77 tests
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Martin Quinsongitlab-ci: we also need zip and unzip, and build a...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Martin Quinsoncmake: new option to build a jarfile with no external...
2019-04-03 Martin Quinsongitlab-ci: apt update
2019-04-03 degommefortran expects MPI_ADDRESS_SIZE output here, not int.
2019-04-03 Frederic Sutersimcall_comm_test returns a bool too
2019-04-03 Martin Quinsongitlab: install wget before using it
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-03 Martin QuinsonDocker: dont mess with the bash syntax ('>' is for...
2019-04-03 Martin Quinsongitlab-ci: try to build a complete jarfile automatically
2019-04-03 Martin Quinsonupdate the release process a bit
2019-04-03 Frederic Suterlook for ActorImpl at its new location
2019-04-03 degommeadd some coverage in fortran bindings
2019-04-03 Frederic Sutermake more sense
2019-04-03 Frederic Suterfactoring with an ActivityImpl::clean_action() method
2019-04-03 Frederic Suteruse activity cancel, not the action cancel
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Arnaud GierschClose #326.
2019-04-02 Frederic SuterSave a cast per action completion
2019-04-02 Frederic Suterrework terminaison of IoImpl
2019-04-02 Frederic Suterrework terminaison of SleepImpl
2019-04-02 Frederic SuterDONE is not an expected state for Raw activities
2019-04-02 Frederic Suterfactor cancel across activities
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Frederic Suterfactor get_remaining across acitvities
2019-04-02 Arnaud GierschUse std::vector for lists of model descriptions.
2019-04-02 Arnaud GierschEnable memcheck for tests test-help-*.
2019-04-02 Arnaud GierschFix memleaks when exiting early (e.g. with --help or...
2019-04-02 Arnaud GierschUseless parentheses.
2019-04-02 Arnaud GierschMake extra_ an unique_ptr.
2019-04-02 Arnaud GierschKill unused xbt_dict_dump().
2019-04-02 Arnaud GierschUse bool for boolean values.
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Arnaud GierschAdd bool for simcall parameters.
2019-04-02 degommeplease clang
2019-04-02 degommeAdd jenkins to our badges on gitlab/github
2019-04-02 degommefunctioning MPI_Comm_get_name, MPI_Comm_set_name
2019-04-02 degommenon blocking collectives, now for fortran edition.
2019-04-02 Frederic Suterplease clang
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschCall set_remains() before set_state().
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-04-02 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v326.
2019-04-02 Arnaud GierschStart the dev of v3.23.
2019-04-02 degommea bit more verbose here
2019-04-02 degommeavoid potential segfault when fed nonsense
2019-04-02 degommeMPI_Ireduce_scatter, MPI_Ireduce_scatter_block
2019-04-01 Augustin DegommeMPI_Iexscan, MPI_Iscan
2019-04-01 Augustin DegommeMPI_Iallreduce
2019-04-01 Augustin DegommeAdd MPI_Ireduce
2019-04-01 Augustin Degommeadd a refcount for MPI_Op
2019-04-01 Martin QuinsonRelease v3.22 v3_22
2019-04-01 Martin Quinsonvarious doc improvements
2019-04-01 Arnaud GierschRevalidate tests, now that detached sends are not cance...
2019-04-01 Arnaud GierschReally detach detached sends.
2019-04-01 Arnaud GierschLet the exception propagate naturally.
2019-04-01 Martin Quinsoncomment a test that breaks... we'll eat those sprouts...
2019-04-01 Martin Quinsonkinda fix the generation of the old doc (still unusable)
2019-04-01 Martin Quinsonfix another broken link + fix a copy/paste failure
2019-04-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-31 Augustin Degommethat helper was completely unnecessary... as mpi_wait...
2019-03-31 Augustin Degommeavoid potential leak
2019-03-31 henricasanovaAdded a (currently failing) test:
next