Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[doc] trailing space cosmetics
[simgrid.git] / include /
2019-05-14 Millian Poquet[doc] fix warnings, cosmetics
2019-05-14 Martin Quinsonfix some errors and warnings in the doc generation
2019-05-06 Arnaud GierschChange two dynars (maybe more).
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-30 Arnaud GierschUse C++ memory operators for smpi buffers.
2019-04-29 Arnaud GierschConst for MPI_Type_struct and MPI_Type_hindexed.
2019-04-27 Arnaud GierschMPI_Address gets const too.
2019-04-27 Arnaud GierschRegenerated.
2019-04-26 Augustin Degommemove some calls out of the unimplemented zone
2019-04-26 Augustin Degommesome forgotten consts
2019-04-26 Augustin Degomme(painfully) constify colls.
2019-04-26 Augustin Degommeconstify MPI_Win*
2019-04-26 Augustin Degommeconstify MPI_Request*
2019-04-26 Augustin Degommeconstify MPI_Datatype*
2019-04-26 Augustin Degommeconstify MPI_Topo*
2019-04-26 Augustin Degommeconstify MPI_File*
2019-04-26 Augustin Degommeconstify MPI_Group*
2019-04-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-26 degommeMPI3 changed MPI interface to use const everywhere...
2019-04-26 degommeadd some unimplemented signatures.
2019-04-23 degommestorage : Allow to write inside a file without reducing...
2019-04-19 Arnaud GierschNew log appenders stdout and stderr. Use stdout for...
2019-04-19 Frederic SuterAllow for callback disconnection
2019-04-19 Arnaud GierschUse default destructor for resource::Model.
2019-04-19 Arnaud GierschRemove empty functions
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-19 Martin Quinson[sonar] kill commented code
2019-04-19 Martin Quinsonplease sonar
2019-04-18 Arnaud GierschRemove a level of indirection, and custom destructors...
2019-04-18 Arnaud GierschRemove custom destructors for s4u_Filesystem.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschDefine PropertyHolder::set_properties.
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Arnaud GierschUseless smart pointer.
2019-04-17 Arnaud GierschSmart pointer is not necessary for Actor::self.
2019-04-17 Arnaud GierschUniformize get_impl(): const attribute, and return...
2019-04-16 Arnaud GierschDelete unused private function.
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for routing/Dragonfly...
2019-04-14 Augustin DegommeSkeleton for MPI_IO
2019-04-14 Augustin DegommePretend we support MPI 3.1.
2019-04-14 Augustin DegommeSupport MPI3 datatype MPI_Count
2019-04-13 Frederic Suterplease sonar
2019-04-13 Augustin Degommeyet another attempt to handle MPI special values in...
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-09 Arnaud GierschA simcall seems superfluous here (+ constify).
2019-04-09 Arnaud GierschRegenerated.
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 degommemove newly implemented calls outside of the unimplement...
2019-04-05 degommeSpring cleaning : remove manual privatization from...
2019-04-04 Arnaud GierschCosmetic cleanups.
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-03 Arnaud Giersch[sonar] Use a logger for help messages.
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutersimcall_comm_test returns a bool too
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-03 degommeadd some coverage in fortran bindings
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterSave a cast per action completion
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschKill unused xbt_dict_dump().
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Frederic Suterplease clang
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-04-02 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v326.
2019-03-29 Arnaud GierschRegenerate smpi_extended_traces*.h.
2019-03-29 Frederic Suterenable user data extension without calling MSG_init
2019-03-29 degommeAdd MPI_Alltoallw and MPI_Ialltoallw
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeTest of an MPI_Ibarrier implementation.
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-22 Arnaud GierschRemove now unused xbt_str_join_array().
2019-03-21 Arnaud GierschUse more vector and strings for xbt_log.
2019-03-19 Arnaud GierschDisallow direct destruction of Mailbox (make dtor private).
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-18 Arnaud GierschUnhide non-deprecated declaration.
2019-03-17 Martin Quinsontry to fix windows builds
2019-03-17 Martin Quinsonpython: exec-async and exec-remote examples
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschInline methods of simgrid::kernel::Resource.
2019-03-14 Arnaud GierschTidying simix::Timer.
2019-03-14 Arnaud GierschDefine move-assignment and delete copy-assignment opera...
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-12 Arnaud GierschClang is picky.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Arnaud GierschIIUC return std::move(...) is discouraged.
2019-03-12 Arnaud GierschReferences++.
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Arnaud GierschDeprecated functions are still used by StarPU. Postpone...
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
next