Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the actor lifecycle markers from Context to ActorImpl
[simgrid.git] / src / bindings / java / jmsg_task.cpp
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2021-12-27 Martin Quinsonjava: setup a RAII wrapper to properly deal with GetStr...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Arnaud GierschDeobfuscate error checking.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-17 Arnaud GierschUseless cast to void*.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-28 Arnaud Giersch[sonar] Constify pointer parameters in src/msg/.
2019-12-28 Arnaud Giersch[sonar] More const for pointer and reference local...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-10-11 Arnaud GierschMSG_task_receive_ext_bounded was indeed deprecated...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-11 Arnaud GierschUseless casts.
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-02-27 Frederic Suterfix (#220) ?
2019-01-25 Arnaud GierschChange helper functions to static methods of StopRequest.
2019-01-24 Arnaud GierschRemove useless 2nd parameter "catch_block" for try_n_ca...
2019-01-24 Martin Quinsonadd a small comment about the memleak introduced here
2019-01-23 Arnaud GierschStop using Context::StopRequest directly in libsimgrid...
2019-01-23 Arnaud GierschHope to fix double-free: task may by destroyed on final...
2019-01-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-23 Martin QuinsonRemove 2 (out of 3) horrible hacks around Java contexts
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files (src/bindings/).
2017-12-08 Martin Quinsonuse MSG_task_get_flops_amount() when we don't want...
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic Suterfix java cloud test
2017-11-22 Martin QuinsonLet java build. One test is still broken but that's...
2017-10-18 ZitagccMerge branch 'master' into actor-priority
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-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-12 Arnaud GierschFix memory leaks.
2017-10-12 Arnaud GierschAnother bunch of s/malloc/new/.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-09 Frederic Suterless bprintf (some were completely useless)
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-01 Martin QuinsonFix java builds
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Martin Quinsonthat malloc is really useless
2017-03-21 Martin Quinsonjtask: remove the ability to receive from a given host
2017-03-21 Martin Quinsonjtask: reduce the code duplication
2017-03-21 Martin Quinsoncode cleanups in jtask
2017-03-21 Martin Quinsonguess what? I hate our java crufty code
2017-03-07 Martin Quinsonrename the logging channel of java from 'jmsg' to ...
2017-03-07 Martin QuinsonPlug many memleaks in the Java bindings
2017-02-25 Martin Quinsonuseless cleanups to the Java bindings
2017-02-24 Martin Quinsonplease sonar
2017-02-17 Frederic SuterFriday smell chase
2017-01-27 Martin Quinsonjava: kill obscure NativeException
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-07-05 Gabriel CoronaAvoid (conditionnaly) including C++ headers files in...
2016-06-09 Christian Heinrich[BINDINGS] NULL -> nullptr substitution
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin Quinsonremove some half baken functions cluttering the mailboxes
2016-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin QuinsonJava: simplify a bit Task.receive()
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-14 Frederic Sutercleanups in java bindings
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Julien GossaUniformizing 'load' -> 'bound' in the setBound java...
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2015-12-18 Martin Quinsonrename facets to extensions for clarity sake
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Gabriel Corona[java] Fix non extern-C native_to_java_process() declar...
2015-12-11 Gabriel Corona[java] Switch Java bindings to .cpp