Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #181 from bcamus/master
[simgrid.git] / src / simix / simcalls.py
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-13 Martin Quinsonfurther WIP on the ActivityImplPtr feature. Now it...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-26 Martin Quinsonfurther useless cleanups
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-23 Martin Quinsoncosmetics to please codacy
2017-05-23 Martin Quinsonremove an useless import in python
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-05 Martin Quinsonfinish the conversion of public MACRO names, in the...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-28 Frederic Suterpleasing sonar was a bad idea there
2017-03-22 Frederic Suterfix example (bummer)
2017-01-28 Martin Quinsonadapt simcall.py to recent code reorg in MC
2016-12-19 Martin Quinsonconvert vm_suspend from SMX to S4U
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-10 Martin Quinsonaccount for a file renaming in this script
2016-07-31 Martin Quinsonkill 2 more empty functions: simcall_process_get_name...
2016-07-31 Martin Quinsonkill two useless calls: SIMIX_process_get_host & simcal...
2016-06-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-29 Frederic Suteruse raw strings for regexp
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Frederic Suterreduce smell of python scripts too
2016-05-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-26 Gabriel Corona[simix] Declare the real type of the argument od run_ke...
2016-05-26 Gabriel Corona[simix] Do not need a space bewteen simcall name and...
2016-05-26 Gabriel Corona[simix] Simplify simcalls.py
2016-05-26 Gabriel Corona[simix] Infer Proc/Func type from signature and use...
2016-05-26 Gabriel Corona[simix] Use a C-like syntax for simcalls.in
2016-05-26 Gabriel Corona[simix] Remove the notion of casted type in the simcall...
2016-05-26 Gabriel Corona[simix] Use C++ templates for generating the marshaling...
2016-05-26 Gabriel Corona[simix] Remove useless parameter in the type list of...
2016-05-25 Gabriel Corona[smx] Fix simcalls.py
2016-05-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-13 Martin Quinsontweak the documentation rendering
2016-03-15 Gabriel Corona[mc] Remove C typedefs (mc_foobar_t) and mc_forward.h
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-22 Gabriel CoronaPython: align style with PEP-008
2016-01-16 Martin QuinsonKill a deprecated function, deprecate another one,...
2016-01-04 Gabriel Corona[simix] simcall to run code in kernel mode
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Gabriel Corona[simix] Switch to .cpp files
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Gabriel CoronaMark some internal symbols as hidden on ELF in simix
2015-05-21 Gabriel Corona[mc] Make C++ classes out of addres_space, process...
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-28 Gabriel Corona[mc] Cleanup MC init code (split MCer and MCed init)
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-17 Gabriel Corona[mc] C++ class ModelChecker
2015-04-17 Gabriel Corona[mc] Remove mc_interface.h
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2014-12-12 Gabriel Corona[mc] Support for reading heap state from another process
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-04 Gabriel Corona[mc] Remove useless header #includes
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-03 Martin QuinsonRemove some most simcall HEADERs
2014-11-02 Martin Quinson[popping] allow to omit the handler
2014-11-02 Martin Quinsonbetter handling of blocking simcalls in the generated...
2014-11-02 Martin Quinsonsome more cosmetics in the popping generator
2014-11-02 Martin QuinsonGenerate automatically the simcall_HANDLER_* prototypes
2014-11-02 Martin Quinson[popping] cosmetics in doc and generator
2014-11-02 Martin Quinsonrename all SIMIX_pre_* to simcall_HANDLER_*
2014-11-01 Martin Quinsonfinish the s/smurf/popping/ renaming
2014-11-01 Martin Quinsonimprove a bit the documentation of popping, and align...
2014-11-01 Martin Quinsonmake smx_popping_bodies.c parsable by eclipse (kinda)
2014-11-01 Martin Quinsoncosmetics in the popping generator
2014-11-01 Martin Quinsonfurther simplification of the popping in simix
2014-11-01 Martin QuinsonRemove the 'TUTORIAL: New API' chunks
2014-11-01 Martin Quinsonrename a generated file involved in the kernel popping
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-15 Martin QuinsonI'm not sure of why flexml generated a different flex...
2014-10-12 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-11 Martin Quinsontry to simplify the way simcalls are generated
2014-10-11 Martin Quinsonrename SIMIX_simcall_{pre,post} to SIMIX_simcall_{enter...
2014-10-11 Martin Quinsonensure that the generated files are autonomous and...
2014-10-09 Martin QuinsonMake it much easier to follow control flow through...
2014-10-09 Martin Quinsontry to have valid chunks in generated files to please...
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-27 suterchanging type of offset parameter in file_seek from...
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-01-30 Paul BédarideAdd checking for simcalls
next