Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Remove sg_platf_route_cb
[simgrid.git] / src / include / xbt /
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-24 Martin Quinsonmake the xbt_os_time module public
2014-05-24 Martin Quinsonupdate the comments of that file
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-03-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-22 Arnaud GierschMove win32_ucontext.h to private area.
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-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-12 Marion Guthmullerget size of struct s_xbt_os_timer
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-14 Guillaume SerrièreChange xbt_os_timer interface to handle cpu time, threa...
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-27 Arnaud Gierschgras_os_time() has vanished.
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-07-22 Martin QuinsonNew function: xbt_os_timer_resume() to restart a timer...
2012-05-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-13 Martin Quinsonmake xbt_os_thread module public (Java needs it, at...
2012-05-13 Martin Quinsonensure that this header can be made public by relying...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-27 Martin Quinsonadd a function xbt_os_get_numcores()
2011-10-20 Martin Quinsonmerge branches
2011-04-22 NavarropInclude WinDef.h for win32 typedef "DWORD" xbt_os_threa...
2011-04-22 Christophe ThiéryDefine the right type for xbt_os_thread_key_t
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryAdd functions xbt_os_thread_key_create, xbt_os_thread_g...
2011-04-21 Christophe ThiéryImplement reentrant mutexes in xbt_os_thread
2011-01-18 navarropWindows compatibility.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-09 agierschReviewed locking in mmalloc:
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-07-13 mquinsonFirst step to move xbt_context from XBT to SIMIX. Some...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-05-28 mquinsonmerge with git master
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows, and...
2007-11-27 mquinsonxbt/context.h is a private header, and the filename...
2007-11-15 cheriermthese files are useless in the new implementation of...
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-23 mquinsonDo not include the useless semaphore standard header...
2007-10-23 cheriermThis change is about the refactoring of the source...
2007-10-22 cheriermThis change concerne the usage of the semaphore object...
2007-09-26 cheriermjust add the copyright of the fileNow the java implemen...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-06 mquinsonName the threads
2007-08-06 mquinsonname the threads
2007-08-06 mquinsonFix win build of smpi
2007-07-16 donassbrWrong namming scheme.
2007-07-11 mquinson+= thread_cancel
2007-07-11 mquinsonversatile implementation do not fake the xbt_thread...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonadd the ability to specify a timeout on waiting a condi...
2007-07-10 mquinsonrename xbt_portability.h and sysdep.c to xbt_os_time...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-07-06 mquinsonsome code allowing the upper JAVA layer (user interface...
2007-05-10 mquinsonSome more doc
2007-03-15 mquinsonAdd a [correct] prototype to xbt_thread_join
2007-03-15 mquinsonThis is definitivly not a public interface: it is not...
2007-03-13 mquinsonThis is a public symbol, isn't it (not realy sure,...
2007-03-12 alegrandUsing more explicit names.
2007-03-09 mquinsonMove xbt_context_init/exit to modinter so that we can...
2007-02-16 cheriermthe xbt_os_time() function is now exported in the windo...
2007-02-12 cheriermexport the interface of the context type in the win32...
2007-02-07 cheriermdo not export the functions of this header in the dll
2007-02-07 mquinsontypo+indentation
2007-02-07 cherierma default
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-10 mquinsonLoad xbt/misc.h to get the definition of XBT_PUBLIC
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2005-05-10 mquinsonImplement real timers to avoid rounding errors when...
2005-04-15 alegrandSorry about that. I had forgotten to commit this file...
2005-04-15 mquinsonPlaceholder
2005-02-27 mquinsonsplint'able
2005-02-13 mquinsonmv include/xbt/context.h src/include/xbt/context.h...