Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / simix / smx_global.c
2015-11-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-14 Martin QuinsonPrefer the C-ish sg_host_get_name() over sg_host_name()
2015-11-10 Gabriel Corona[mc] Remove MC code in sigsegvhandler
2015-11-09 Gabriel Corona[mc] ptrace the model-checker application
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-09-24 Martin Quinsondon't fail miserably when raising an exception after...
2015-09-01 Gabriel Corona[mc] Remove the --cfg=model-check:1 flag
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-21 Martin Quinsonmake simix more resilient to PEBKAC
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-06-25 Gabriel CoronaFix thread safety issue in process cleanup
2015-06-17 Martin Quinsontypos in comments
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-26 Martin QuinsonRemove the kill_time timer when a process stops (fix...
2015-04-17 Gabriel Corona[mc] C++ class ModelChecker
2015-04-17 Gabriel Corona[mc] Remove standalone mode and remove MC_do_the_modelc...
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-04-08 Arnaud LegrandMaking the exception/exception test work:
2015-04-08 Arnaud LegrandAdding debug messages
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-04 Martin Quinsoncleanups and simplifications to our build system
2015-03-26 Gabriel Corona[mc] Cross-process MC/safety implementation
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
2015-02-06 Gabriel Corona[mc] Communication of heap_area_to_ignore to the remote...
2015-01-25 Martin Quinsoncosmetics in comments
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel CoronaRevert "[mc] Enable MC specific behaviour in replay...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-11-02 Martin Quinsonrename all SIMIX_pre_* to simcall_HANDLER_*
2014-11-01 Martin Quinsonimprove a bit the documentation of popping, and align...
2014-11-01 Martin QuinsonRemove the 'TUTORIAL: New API' chunks
2014-11-01 Martin Quinsonkill dead code
2014-10-12 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-11 Martin Quinsonrename SIMIX_simcall_{pre,post} to SIMIX_simcall_{enter...
2014-07-31 Stéphane CastelliFix annoying typo in help message.
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-06-17 Gabriel CoronaAdd some informations/help for the user on SIGSEGV
2014-06-17 Martin Quinsoncosmetics on some error messages
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-04-25 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-25 Paul BédarideAdd MSG_process_join [#13601]
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-08 Arnaud GierschNo need to have this variable global.
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Augustin Degommedisable segv handler and guards on windows platforms
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Arnaud GierschImprove error message.
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Paul BédarideFix issues for destroy callbacks
2014-03-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-17 Arnaud GierschInstall signal handler for SIGSEGV.
2014-03-08 Arnaud GierschCosmetics.
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.
2013-12-19 Paul BédarideReplace swag by boost::intrusive::list in surf
2013-11-15 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-15 Paul BédarideMerge branch 'hypervisor' into surf++
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-09 Arnaud GierschLength modifier 'l' is indeed wrong in %l[efg] for...
2013-10-09 sutermanage more cleanly the SIMIX_STORAGE_LEVEL
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-07 Arnaud GierschRather call TRACE_end() at surf level.
2013-10-06 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-04 Arnaud GierschRaise log level for this message.
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-01 Arnaud GierschTry to exit in a more valgrind friendly manner when...
2013-09-30 Paul BédarideReplace surf by surf++ and make it compile
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-22 Arnaud LegrandMy bad. There may be no process at all, hence, surf_sol...
next