Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] configuration option tracing/platform renamed to tracing/categorized
[simgrid.git] / src / simix /
2010-12-03 mquinsonmove iwannadie from processes to contextes back
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 thieryReally fix this (still unimplemented) function
2010-12-02 thieryComment out more of SIMIX_display_process_status()...
2010-12-02 piniThis file has been renamed.
2010-12-02 cristianrosaCompile fix
2010-12-02 cristianrosaFix compile: ruby's context factoy should respect the...
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 mquinsonJava contextes are in the java package now
2010-12-02 cristianrosaCompile fix: pthread should respect the context factory...
2010-12-02 thieryResolve a conflict
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryRename two functions and a structure
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 piniKill old implementation of SIMIX_process_self.
2010-12-02 cristianrosa- Move simix_global->current_process to smx_current_context
2010-12-02 thieryDefine inline functions before calling them
2010-12-02 thieryRemove deprectaed function SIMIX_solve()
2010-12-02 piniSIMIX2 renamed some of the tracing stuff.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschFree cursor when returning from inside a xbt_dict_forea...
2010-12-01 agierschDo not pass a pointer to dynar where a pointer to sem...
2010-11-30 mquinsondefinitely kill the Horrible Pimple
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-11-26 thieryFix a memory leak in simix
2010-11-26 mquinsonmore clear paranoia message
2010-11-26 mquinsoncosmetics
2010-11-25 piniRevert "Always decrement the semaphore capacity, even...
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-18 velhoAdd debug information.
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-31 mquinsonuseless cosmetics
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrtrace: when simix action gets its category, pass it...
2010-10-08 schnorrfixing comment
2010-10-05 schnorrregistering the source and destination of all onelink...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-13 navarropWindows compatibility.
2010-08-09 schnorrprevents from adding invalid pointer to the dict
2010-08-09 schnorrremoving compilation warnings
2010-08-09 schnorrfullduplex support
2010-08-04 navarropOops sorry don't need this line.
2010-08-04 navarropMore windows compatibility for context.
2010-07-22 coldpeacemove A_surfxml_process_funtion from here and use proces...
2010-07-21 coldpeaceadd SIMIX_process_set_function, could be used instead...
2010-07-12 piniSome pending work on semaphores:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-06 navarrop[From Arnaud Giersch] Fix memory leak when MSG_create_e...
2010-07-05 navarropSorry but need to have type size_t.
2010-07-05 navarropShould be type void*.
2010-07-05 quintincorrection to compile with warning and th indentation...
2010-07-02 navarropRewriting for some compilers less permissive.
2010-07-02 navarropChange the type of return.
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-06-24 mquinsonno error checking were made for SIMIX_network_waitany...
2010-06-24 mquinsonSIMIX_sem_would_block() was blatantly wrong; missing...
2010-06-18 navarropDefine correctly variables for windows.
2010-06-15 navarropAdd context ucontext for windows.
2010-06-07 piniBad idea to acquire a semaphore that is already hold...
2010-06-04 navarropUse a portable inline
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-05-27 navarropAdd a variable HAVE_MC for enable model-checking.
2010-05-21 cristianrosaImprove support for WaitAny transitions, not usable...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-10 cristianrosaDo not use the src_buff and dst_buff to flag that the...
2010-05-10 cristianrosaDelay the copy of the data of the communication actions...
2010-05-10 mquinsonfactorize error testing in waitany with the one done...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-04 mquinsonFix a bug occuring when a host involved in a communicat...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-15 piniTypos, cosmetics and RDV protocol.
2010-04-09 mquinsonfix a warning preventing the code form compiling in...
2010-04-08 donassbrSemaphores are more complicated than mutexes since...
2010-04-08 donassbrAdd 2 new functions to manage actions (SIMIX_action_res...
2010-04-08 piniRemove dummy output.
2010-04-07 donassbrBugfix: Problems when we suspend/resume the process...
2010-04-01 mquinsoncosmetics (sorry for the noise)
2010-04-01 schnorrproper use of the HAVE_TRACING variable defined by...
2010-04-01 schnorrmissing HAVE_TRACING ifdef/endif in smx_action.c
2010-04-01 mquinsonModifiers working both on 32bits and 64bits to display...
2010-04-01 mquinsontrace the message size, not the size of the pointer...
2010-04-01 piniPicky gcc.
2010-04-01 mquinsonAdd a pimple to get the ability to trace the amount...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-25 mquinsonmake sure it still compiles with pthreads
2010-03-24 navarropChanges way to find lualib.h and lauxlib.h.
2010-03-24 mquinsonTiny optimization: save a call to xbt_swag_size() if...
2010-03-24 mquinsonfurther cleanups
2010-03-23 mquinsonLua works!
2010-03-23 mquinsonadd a dangerous MSG_task_ref() needed by lua to not...
next