Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-08-29 Martin QuinsonLet's exhaustively test the activity lifecycle
2018-08-29 Martin Quinsonimprove debug messages and error reporting
2018-08-29 Martin QuinsonProperly kill the context on HostFailureException
2018-08-28 Augustin Degommeupdate doc
2018-08-28 Augustin DegommeSwitch to ompi for umpire tests.
2018-08-28 Augustin Degommeupdate ompi selector as well with "recent" version
2018-08-28 Augustin DegommeRequalify automatic tesh, as another algorithm is used...
2018-08-28 Augustin Degommeupdate doc with new algo
2018-08-28 Augustin DegommeUpgrade MPICH collective selector to 3.3.
2018-08-28 Martin Quinsoncircleci: do not optimise builds, you're supposed to...
2018-08-28 Augustin DegommeFix https://github.com/simgrid/simgrid/issues/294
2018-08-26 Martin QuinsonNot sure of why it helps now
2018-08-26 Martin Quinsonfix travis builds
2018-08-26 Martin Quinsonstrenghten this test
2018-08-26 Martin QuinsonMSG_process_sleep should intercept HostFailureException...
2018-08-26 Martin QuinsonWhen the host dies, the actor need an exception even...
2018-08-26 Martin Quinsonsome compilers cannot see that this value is initialize...
2018-08-26 Martin QuinsonDo not throw exception in maestro when host->is_off...
2018-08-26 Martin Quinsonconvert some xbt_ex(tracing_error) into xbt_assert
2018-08-26 Martin Quinsonimplement THROW_IMPOSSIBLE and THROW_UNIMPLEMENTED...
2018-08-25 Martin Quinsonconvert a xbt_ex(arg_error) into a std::invalid_argument
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 Quinsonconvert some catch locations to simgrid::HostFailureExc...
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 QuinsonMake HostFailureException compatible with the old xbt_e...
2018-08-25 Martin QuinsonMake the future simgrid::*Exception inherit of legacy...
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 Quinsonfix make dist
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 Quinsonmove xbt::Backtrace to its own file
2018-08-24 Martin Quinsonrename xbt::WithContextException into xbt::ContextedExc...
2018-08-24 Martin Quinsontypo
2018-08-24 Martin Quinsonrename fields to end with _
2018-08-24 Martin Quinsonremove an unused class around exceptions
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
2018-08-24 Martin QuinsonCreate some simgrid::exception, and make xbt_ex one...
2018-08-24 Martin Quinsondocument Activity::test() wait() wait_for() and wait_all()
2018-08-24 Martin Quinsonnew test for the Activity::wait_until() function
2018-08-24 Martin Quinsonthese examples should not diverge
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 Quinsonvarious sonar cleanups
2018-08-24 Martin Quinsondocs: present asynchronous activities
2018-08-24 Martin Quinsonnew function: Host::exec_async
2018-08-24 Martin Quinsondocker: use dpkg-shlibdeps to not uninstall the depende...
2018-08-24 Martin Quinsondocs: move S4U to its own (sub-)page
2018-08-24 Martin Quinsondon't test the MSG tuto (was removed)
2018-08-24 Martin Quinsonadd docs/ to the tarball
2018-08-24 Martin Quinsonstart removing from doc/ what's converted in docs/
2018-08-24 Martin Quinsonkill trailing spaces
2018-08-24 Martin Quinsonexhale: Don't run doxygen each time
2018-08-24 Martin Quinsondoc s4u: finish the 'Main Concepts' section
2018-08-24 degommetravis updated osx environment last month
2018-08-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-23 Martin Quinsondocs: start writing the S4U part
2018-08-23 Martin Quinsonfurther replace using statements with typedef ones...
2018-08-23 Martin Quinsonsphinx-compatible declaration of s4u::ActorPtr and co
2018-08-23 Martin Quinsondocker: further reduce the images' sizes
2018-08-23 Augustin Degommethis is needed also with clang
2018-08-23 Martin Quinsondocker: Try to reduce the image sizes
2018-08-23 Martin Quinsondocker build-deps: also install the sphinx dependencies
2018-08-23 Martin Quinsondocker: new simgrid/build-deps image, and use it on...
2018-08-23 Martin Quinsonuser manual: create the page, and fiddle with the graph...
2018-08-22 Martin Quinsondocs: start the user manual, and rephrase some parts...
2018-08-22 Martin Quinsontuto-s4u: explain how to use Docker
2018-08-22 Martin Quinsongitlab-ci: disable MC tests, as they get SIGIOT on...
2018-08-22 Martin QuinsonRevert "Avoid installing stuff under /usr/includes4u/"
2018-08-22 Martin Quinsondocker: put our sources under /src
2018-08-22 Martin Quinsontuto-s4u: prefer R to Vite, and explain beforehand...
2018-08-22 Martin Quinsoncomment a broken test
2018-08-22 Martin Quinsontuto-s4u: explain beforehand what to expect from this...
2018-08-22 Martin QuinsonDockerfiles to build our nice images
2018-08-21 Martin QuinsonAvoid installing stuff under /usr/includes4u/
2018-08-21 Martin Quinsongitlab-ci: install the MC dependencies
2018-08-21 Martin Quinsonguess what? We need a C++ compiler to test SimGrid
2018-08-21 Martin Quinsonopenjdk cannot install on slim variant of Debian
2018-08-21 Martin QuinsonTry to add a working 'test' job to gitlab-ci
2018-08-21 Martin Quinsonfinish (for now) the S4U tutorial
2018-08-21 Martin Quinsonwe need the beta version of sphinx to compile the docs
2018-08-21 Martin Quinsonexhale+doxygen: also parse XBT includes
2018-08-21 Martin Quinsontuto_s4u: cosmetics
2018-08-21 Martin Quinsons4u::Exec::wait(): start the tasks on need
2018-08-21 Martin Quinsontake the tuto myself, and add how to categorize tasks...
2018-08-21 Martin Quinsontuto_s4u: improve part on initial visualization
2018-08-20 Martin QuinsonIgnore another example binary
2018-08-20 Martin QuinsonMore content to the S4U tuto
2018-08-19 Martin Quinson'friend' keyworld is ok for the doc tooling as long...
2018-08-18 Martin Quinsondocument another s4u::Actor method
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...
next