Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate SIMIX_process_throw for ActorImpl::throw_exception
[simgrid.git] / src /
2018-08-25 Martin Quinsondeprecate SIMIX_process_throw for ActorImpl::throw_exce...
2018-08-25 Martin Quinsonconvert xbt_ex(timeout_error) catching locations to...
2018-08-25 Martin QuinsonDo not swallow exceptions I don't know
2018-08-25 Martin QuinsonDo not convert TimeoutError to xbt_ex(timeout) in case...
2018-08-25 Martin Quinsonconvert all xbt_ex(timeout_error) throwing locations...
2018-08-25 Martin Quinsonconvert all xbt_ex(host_error) catching locations to...
2018-08-25 Martin QuinsonReplace all xbt_ex(host_error) throwing location with...
2018-08-25 Martin Quinsonallow to pass a std::string as message to Exceptions
2018-08-25 Martin QuinsonThis is our first modern exception. How stirring!
2018-08-25 Martin QuinsonMerge the content of xbt::WithContextException into...
2018-08-25 Martin QuinsonPlease people, stop including internal_config.h in...
2018-08-25 Martin QuinsonMerge the content of xbt/exception.hpp into simgrid...
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception
2018-08-24 Martin Quinsonrename xbt::WithContextException into xbt::ContextedExc...
2018-08-24 Martin Quinsonrename fields to end with _
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
2018-08-24 Martin Quinsonnew function: Activity::wait_until()
2018-08-24 Martin Quinsonrename Activity::wait(double) to Activity::wait_for...
2018-08-24 Martin QuinsonNew function: s4u::Activity::test()
2018-08-24 Martin Quinsonnew function: Host::exec_async
2018-08-21 Martin Quinsons4u::Exec::wait(): start the tasks on need
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-17 Martin QuinsonMark actors as auto_restart when recreating them on...
2018-08-16 Frederic Suteradd minimal signals to trace Comm
2018-08-15 Frederic Suteradd minimal signals on Exec to trace them
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-08-15 Frederic Suterauto-restart daemons as daemons (untested)
2018-08-15 Martin Quinsonfurther remove boilerplate around std::bind
2018-08-13 Martin Quinsonon actor_restart, add it into the real map, not into...
2018-08-13 Arnaud GierschVariable may be unused.
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-12 Martin QuinsonMerge pull request #290 from kovin/master
2018-08-12 Martin Quinsoncosmetics
2018-08-11 Kevin PiotrkowskiAdd method to check if a mailbox has a message ready...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Arnaud GierschForgot that ifort needs argv to stay alive.
2018-08-10 Arnaud GierschAnother try to fix memory leaks in smpi_run_entry_point.
2018-08-10 Arnaud GierschVariables are not used with SMPI_FORT.
2018-08-10 Arnaud GierschDisable unused copy constructor (cppcheck).
2018-08-10 Arnaud GierschFix includes.
2018-08-10 Arnaud GierschAdd include guard.
2018-08-10 Martin Quinsonimprove doxygen comments in s4u
2018-08-10 Arnaud GierschRevert "try to get rid of linking issue"
2018-08-10 Arnaud GierschFix build without smpi.
2018-08-10 Arnaud GierschMake declarations visible.
2018-08-10 Arnaud GierschDead store.
2018-08-10 Augustin Degommetry to get rid of linking issue
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-09 Christian Heinrich[SMPI] Remove TRACE_smpi_send_process_data_in & _out
2018-08-09 Christian Heinrich[SMPI/LB] Require an actor as argument for get_mapping
2018-08-08 Christian Heinrich[DVFS] Use accessors instead of fields
2018-08-08 Christian Heinrich[DVFS] Make sure pstate is never smaller than minimum
2018-08-08 Christian Heinrich[DVFS] Also allow max_pstate/min_pstate options on...
2018-08-08 Christian Heinrich[DVFS] Simplify by removing a variable
2018-08-08 Christian Heinrich[DVFS] Support min/max pstate ranges
2018-08-08 Christian Heinrich[SMPI/LB] Remove trailing spaces
2018-08-08 Christian Heinrich[SMPI/LB] Not the object is const, but the pointer
2018-08-08 Christian Heinrich[SMPI/DVFS] Add Adagio DVFS
2018-08-08 Christian Heinrich[SMPI/LB] Remove commented-out function calls
2018-08-08 Christian Heinrich[DVFS] Assert that get_name() doesn't change the object
2018-08-08 Christian Heinrich[SMPI/LB] Add copyright header
2018-08-08 Frederic Suteradd the Storage::read_async and Storage::write_async...
2018-08-07 Arnaud GierschFields are private.
2018-08-07 Frederic Sutersplit a function in two and kill it
2018-08-07 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-06 Martin Quinsonvarious doc fixes
2018-08-05 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-05 Frederic SuterWarn processes killed because their host was turned...
2018-08-05 Frederic Suterproperly turn on and off hosts when apply trace event
2018-08-05 Frederic SuterSIMIX_host_autorestart was a duplicate of host->turn_on
2018-08-05 Frederic Suterwrong order there
2018-08-05 Frederic Suterwhen set_auto_restart is set, it should be add to the...
2018-08-05 Frederic Suterget rid od auto_restart_processes_
2018-08-05 Frederic Suterboot_processes_ vector becomes actors_at_boot_ map
2018-08-03 Frederic Suterstupid me. try again
2018-08-03 Frederic Sutertry to please clang
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Martin QuinsonMerge branch 'async_io' into 'master'
2018-08-03 Augustin Degommefix declaration
2018-08-03 Augustin Degommeremove reference to glibc malloc functions, as they...
2018-08-03 Christian Heinrich[SMPI] Fix datatype to aid_t instead of int
2018-08-03 Christian Heinrich[SMPI/LB] Small cleanups
2018-08-03 Frederic Suterbetter handling of size at creation
2018-08-03 Frederic Suterfix debug messages
2018-08-02 Frederic SuterSIMIX_io_destroy is ~IoImpl
2018-08-02 Frederic Suterworking version.
2018-08-02 Frederic Suterdeclare an Io::OpType enum class
2018-08-02 Frederic Suterfirst compiling version
2018-08-02 Frederic SuterImplement I/O as asynchronous activities
2018-08-02 Christian Heinrich[DVFS] Move comment + change get_host() visibility
2018-08-02 Christian Heinrich[SMPI/LB] Make LB + Mapping classes XBT_PRIVATE
2018-08-02 Christian Heinrich[SMPI/LB] Make header file private
2018-08-02 Christian Heinrich[SAMPI] Move ampi signals to simgrid::smpi::plugin...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions definitions to instr_amp...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions to instr_ampi.hpp
2018-08-02 Christian Heinrich[SAMPI] Rename from sampi_pampi.cpp to ampi/ampi.cpp
2018-08-02 Christian Heinrich[SMPI/LB] Add comment noting that an arg must not be 0
2018-08-02 Christian Heinrich[SMPI/LB] Check migration counter before the LB execution
next