Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the Context::stop() and reduce duplication
[simgrid.git] / src / bindings / java / JavaContext.hpp
2022-03-12 Martin QuinsonSimplify the Context::stop() and reduce duplication
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-06 SUTER Fredericless calls to simix.h + cosmetics
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericdeal with MSG and Java too
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-06-08 Martin Quinsonsonar: overriding functions should not return a subclass
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-01-23 Arnaud GierschImprove process termination in Java world.
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschDrop xbt_os_mutex_* functions.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin Quinsonunify how threaded and parallelisable context factories...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-03 Martin QuinsonSomehow fix the killing of actors in Java
2018-09-02 Martin Quinsonjava: obey our coding standard
2018-04-08 Arnaud GierschUpdate copyright headers.
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-03-08 Frederic Suterremove unnecessary access specifiers
2017-02-25 Martin Quinsonuseless cleanups to the Java bindings
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-01 Martin Quinsonfix java builds
2016-05-06 Martin Quinsonkill smx_private.hpp We already have a smx_private.h
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-08 Gabriel CoronaAdd some missing #include
2015-12-08 Gabriel Corona[simix] Encapsulate main function, argc and argv in...
2015-12-08 Gabriel Corona[java] Remove the argc hack
2015-12-08 Gabriel Corona[java] Remove org.simgrid.msg.Process to xbt_main_func_...
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-07 Gabriel Corona[simix] Port JavaContext to C++