Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The parenthesis of SG_BEGIN_DECL fools doxygen. Get rid of them
[simgrid.git] / include / xbt / function_types.h
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
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-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-04 Martin Quinsonsonar: remove unused type declaration
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-13 Martin QuinsonMerge pull request #199 from Takishipp/clear_fct
2017-07-12 Martin QuinsonMerge pull request #198 from Takishipp/clear_fct
2017-07-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-11 Martin Quinsonkill a now useless type (to please sonar)
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-08 Martin Quinsonremove some pointer functions. We should go for C+...
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-06-11 Gabriel CoronaRemove cycles in #include files
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-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-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-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandAdd a convenient dynar function to sort the dynar using...
2010-12-01 alegrandUse a cleaner function type for get_link_latency functions.
2010-12-01 alegrandIntroduce convenient function prototype.
2010-10-11 alegrandIndent include and src using this command:
2010-06-14 suter3rd attempt: replace __compar_fn_t by a new function...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-10-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 cheriermI just add two function pointer types.
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-07-18 mquinsoncleanup the function type names
2006-06-13 mquinsonAdd a type to our collection
2006-06-01 mquinsonvirtu needs this
2006-05-24 mquinsonMove typedefs of pointer to function to their own file...