Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused DynarRange; move newDeleteDynar() in dynar.h.
[simgrid.git] / src /
2018-04-13 Arnaud GierschKill unused DynarRange; move newDeleteDynar() in dynar.h.
2018-04-13 Arnaud GierschKill unused exception class.
2018-04-13 Arnaud GierschC exceptions are gone. Simplify the code.
2018-04-13 Arnaud GierschPlease cppcheck.
2018-04-13 Christian Heinrich[SMPI] Replay: Remove old functions / datatype
2018-04-13 Christian Heinrich[SMPI] Replay: Move replay_init to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move WaitAllAction to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move TestAction to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move SendAction + RecvAction to the...
2018-04-13 Christian Heinrich[SMPI] Replay: Move ActionWait to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Pass storage obj to actions (but don...
2018-04-13 Christian Heinrich[SMPI] Replay: Add typedefs
2018-04-13 Christian Heinrich[SMPI] Replay: Use MPI_REQUEST_NULL instead of nullptr
2018-04-13 Christian Heinrich[SMPI] Replay: Added class RequestStorage (but not...
2018-04-13 Christian Heinrich[SMPI] Replay: Introduce and use WaitTestParser
2018-04-13 Christian Heinrich[SMPI] Add code to support std::tuple for std::unordere...
2018-04-13 Christian Heinrich[S4U] Remove the const for now
2018-04-13 Christian Heinrich[SMPI] Request: Be more verbose when wrong refcount...
2018-04-13 Christian Heinrich[SMPI] Replay: Cosmetics. (Align '\' in a macro)
2018-04-13 Christian Heinrich[S4U] Make s4u::Host::get_actor_count() available
2018-04-12 Frederic Sutercosmetics and brain overload
2018-04-12 Frederic Suterreindent
2018-04-12 degommeBasic implementation of MPI_Cancel
2018-04-12 Martin Quinsonfix boost-context builds
2018-04-11 Martin Quinsonfurther cut include files
2018-04-11 Martin Quinsonsnake_case s4u::Comm
2018-04-11 Arnaud GierschExclude preexisting region when computing smpi_data_exe...
2018-04-11 Arnaud GierschRemove unused constant; change const for constexpr.
2018-04-11 Arnaud GierschMake function static.
2018-04-11 Arnaud Gierschsmpi/priv: backup global memory segment at a better...
2018-04-11 Arnaud GierschCosmetics.
2018-04-11 Arnaud GierschFix scan-build warning (link may be null).
2018-04-11 degommebasic implem of MPI_Win_allocate_shared, MPI_Win_shared...
2018-04-10 Martin Quinsonfurther snake_case s4u::Actor
2018-04-10 Augustin Degommeonly test for these on non-root processes
2018-04-09 Martin Quinsonfix java builds, sorry
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-09 Arnaud GierschReduce code duplication.
2018-04-09 Arnaud Gierschs/free/xbt_free/ and hope to hide bogus report from...
2018-04-09 Arnaud GierschRewrite without delegated constructor.
2018-04-09 Arnaud GierschCheck return value of MSG_task_isend_internal (codacy).
2018-04-09 Arnaud GierschRemove redundant assignment (value enforced by previous...
2018-04-09 Christian Heinrich[SMPI] Added a FIXME for a weird hardcoded value
2018-04-09 Christian Heinrich[SMPI] Replay: Enable usage of tags
2018-04-09 Christian Heinrich[SMPI] Add 'tag' parameter for instr::Pt2PtTI class
2018-04-09 Christian Heinrich[SMPI] Replay: Make error message more verbose
2018-04-08 Arnaud GierschUse const references to pass vector as parameters.
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Arnaud GierschDelete copy assignment operator when copy constructor...
2018-04-08 Arnaud GierschFix old typo: CpuTiTgmr -> CpuTiTmgr.
2018-04-08 Arnaud GierschDisable unused copy constructors (and please cppcheck).
2018-04-08 Arnaud GierschAvoid multiple initializations for active_processes.
2018-04-08 Arnaud GierschWe use nowadays standard C++ exceptions. No need to...
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonsnake_case s4u::Activity
2018-04-07 Martin Quinsonenum class for e_s4u_activity_state_t
2018-04-07 Martin Quinsonalways use the right type for link sharing policy
2018-04-07 Martin Quinsonchange e_surf_link_sharing_policy_t into a proper enum...
2018-04-07 Martin Quinsonvarious useless cosmetics
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-07 Martin Quinsoncodacy: trailing whitespace
2018-04-07 Martin Quinsonmove all network models to the kernel::resource namespace
2018-04-06 Martin Quinsonkill useless C datatypes
2018-04-06 Martin Quinsoncut another bunch of include
2018-04-06 Martin Quinsonmove the definition of surf_network_model in a lame...
2018-04-05 Arnaud GierschUse dladdr(3) to get region filename.
2018-04-05 Arnaud GierschUse XBT_DEBUG instead of disabled fprintf(stderr).
2018-04-05 Arnaud GierschDon't depend on <stdbool.h>.
2018-04-05 Arnaud GierschReduce code duplication.
2018-04-05 Martin Quinsonempty a C->C++ wrapper that will soon die
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-04 Martin Quinsonmake option 'network/crosstraffic' clean and nice
2018-04-04 Martin Quinsonreduce the amount of included headers
2018-04-04 Martin QuinsonMake cmd-line option "network/TCP-gamma" neat and clean
2018-04-04 degommetry to get rid of warning by defining calls here
2018-04-03 Augustin Degommeprotect against uninitialized/absent smpi
2018-04-03 Arnaud GierschKill useless typedef s_xbt_dict_cursor_t.
2018-04-03 Martin Quinsonsensible error messages when ending the daemons result...
2018-04-03 Arnaud GierschRemove useless C linkage.
2018-04-03 Arnaud GierschKill useless typedefs const_lmm_element_t and lmm_const...
2018-04-03 Arnaud GierschKill useless typedefs routing_NetPoint and sg_netpoint_t.
2018-04-03 Arnaud GierschPlease sonar: use s_xbt_mheap_t.
2018-04-03 Arnaud GierschKill useless typedef s_smx_simcall_t.
2018-04-03 Arnaud GierschKill useless typedefs surf_Resource and sg_resource_t.
2018-04-03 Arnaud GierschConstify attribute.
2018-04-03 Arnaud GierschFix compilation warning.
2018-04-03 degommetry to handle getopt internal global variable
2018-04-03 Martin Quinsonfix some issues arising when killing new-born actors...
2018-04-03 Martin QuinsonDragonflyZone: do not save the whole ClusterCreationArg...
2018-04-03 Martin Quinsonsnake_case routing
2018-04-02 Martin Quinsonfurther snake_case in routing
2018-04-02 Martin Quinsonsnake_case routing::NetPoint
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-04-02 Martin Quinsonfinish snake-casing resource::Model
2018-04-01 Martin Quinsonresource:: extract action_heap into its own class
2018-04-01 Martin Quinsoninline a useless function
2018-04-01 Martin QuinsonCosmetics and snake_casing in Action and Model
2018-03-31 Martin Quinsonmake Model::update_algo a constant field, set at initia...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next