Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation with tracing and new network_element_t
[simgrid.git] / src / simix / smx_context.c
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-27 Martin Quinsonauto-set the amount of threads when the requested amoun...
2012-01-25 Christophe ThiéryRename SIMIX files
2012-01-25 Christophe ThiéryKeep an int parameter to SIMIX_context_get_nthreads
2012-01-25 Christophe ThiéryRevert "Use xbt_config mechanism instead of hard coding...
2012-01-25 navarroAdd configuration auto for contexts/nthreads and use...
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-13 Christophe ThiéryFix a compilation error
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-13 unknownDeclare functions XBT_PUBLIC to export them.
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 PierreUse xbt_config mechanism instead of hard coding value.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-25 Martin Quinsondocument simix-related config options
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-09 Christophe ThiéryAlternative implementation or parmap with busy waits...
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Christophe ThiéryIn sequential mode, don't use thread-specific data
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-10-20 Martin Quinsonmerge branches
2011-09-07 Martin Quinsonmore informative error message when an invalid context...
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-06 Martin Quinsontrivial merge of changes about gras architecture
2011-06-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-28 NavarropPrefer the raw context to the ucontext by default.
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-05 Arnaud GierschChange default default value for contexts/parallel_thre...
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryWhen __thread is not available, use xbt_os_thread_get_s...
2011-04-21 Christophe ThiéryTypo
2011-04-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-15 Christophe ThiéryFix compilation when ucontextes are not available
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-03 thieryVarious optimizations
2011-02-01 thieryAdd a flag --cfg=contexts/parallel_threshold:n
2011-02-01 thieryForgot void inside parenthesis
2011-02-01 cristianrosa-Add smx_ctx_sysv_get_thread_id to the parallel ucontex...
2011-02-01 cristianrosaBugfix: set parallel contexts to 1 par default
2011-02-01 thieryRename flag cfg=contexts/parallel to cfg=contexts/nthreads
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-10 thieryDefine smx_current_context only once to make the linker...
2011-01-06 navarropNeed to remove option and not free cause it is also
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-07 cristianrosaRework context factory's initialization logic.
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 mquinsonsmx_context.h must be installed so that I can write...
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-11-27 mquinsonlet the decoupling of main lib and bindings work in...
2010-11-26 mquinsonReduce the coupling between java bindings and main...
2010-11-26 mquinsonreduce the coupling between main lib and java binding
2010-11-26 mquinsoncosmetics
2010-11-26 mquinsonkill the (unused) lua context factory. Lua does fine...
2010-11-26 mquinsonReduce the coupling between main library and ruby bindings
2010-10-11 alegrandIndent include and src using this command:
2010-09-13 navarropWindows compatibility.
2010-06-18 navarropDefine correctly variables for windows.
2010-04-25 mquinsonFix copyright headers
2010-03-24 navarropChanges way to find lualib.h and lauxlib.h.
2010-03-01 mquinsonOngoing cleanup in ruby bindings. Does not compile...
2010-03-01 mquinsonSomehow fix the ruby detection with autotools. Still...
2010-02-16 coldpeaceSome Modification on the Ruby Context File...
2010-02-11 mquinsonbummer. Didn't meant to break everything for everyone...
2010-02-11 mquinsonSomehow integrate ruby to the library. That's ... crude...
2010-02-11 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-01-17 mquinsonlet simgrid still compile when lua was not detected
2010-01-15 mquinsonBetterly integrated lua bindings (detected by configure...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-17 cristianrosaFixed bug in smx_context_mod_exit.
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-08-11 alegrandAdd carriage returns to help gcc compiling... (otherwis...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_