Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a compilation problem with dsend and Chord
[simgrid.git] / src / simix / smx_context.c
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_