Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-09-03 FREDERIC SUTERUpdate intro_concepts.rst
2018-09-03 Martin Quinsonfix make distcheck
2018-09-03 Martin QuinsonSomehow fix the killing of actors in Java
2018-09-02 Martin Quinsoncosmetics while debuging backtraces
2018-09-02 Martin Quinsonjava: obey our coding standard
2018-09-02 Martin Quinsondon't catch an exception that is never thrown
2018-09-02 Martin Quinsonjava: cosmetics
2018-09-01 Martin Quinsonthat was converted to sphinx
2018-09-01 Martin QuinsonRemove the deprecated 'state' attribute from the doc
2018-09-01 Martin Quinsondocs: write the overall section of 'Applications'
2018-08-31 Martin Quinsonsphinx: one warning less
2018-08-30 Martin QuinsonBummer. Really fix out of tree builds (I hope)
2018-08-30 Martin Quinsonfix out of tree builds
2018-08-29 Martin Quinsonfix maestro-set
2018-08-29 Martin Quinsondisable the platform-failure tests for now, sorry
2018-08-29 Martin Quinsonkill a superseeded sub-test, and fix another one
2018-08-29 Martin Quinsonfix make dist
2018-08-29 Martin Quinsonthis test is superseeded by activity-lifecycle
2018-08-29 Martin Quinsonsimplify the actor finalization a tiny bit by using...
2018-08-29 Martin QuinsonConvert all xbt_ex(network_error) throwing locations
2018-08-29 Martin Quinsontypo
2018-08-29 Martin Quinsonsonar
2018-08-29 Martin Quinsonwoops
2018-08-29 Martin Quinsonfix 32b builds
2018-08-29 Martin Quinsonplease sonar on rethrow
2018-08-29 Martin QuinsonDisplay a msg when contexts are killed by uncatched...
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...
next