Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change spmirun and smpicc to use bash instead of sh and smpi_mpi to use qsort
[simgrid.git] / src / include /
2008-09-12 cheriermthe route_multi_table variable was declared two times
2008-07-08 cheriermDetails of this changes:
2008-06-25 velhoinclude portable.h at the right location (Yes, we reall...
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-18 alegrandcosmetics
2008-06-18 mquinsonuse a dict to store the smx_hosts since we lookup by...
2008-06-12 alegrandAdd convenient debug function on conditions and use...
2008-06-12 alegrandFactor most callback definitions.
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 mquinsonCut a now useless dependency of surf.h to portable...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-09 velhoSDP compiling now, added header portable.h to header...
2008-06-09 velhoCorrect the network_model_description_size in order...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2008-06-09 velhoAdded a function and the bound to the variable structure.
2008-06-09 velhoBetter management of additionnal network models
2008-06-09 mquinsonEnsure that the random generator respects the provided...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-15 alegrandAdd seed management to have independant streams.
2008-03-15 alegrandUse doubles for random generators instead of ints and...
2008-03-07 mquinsonpublish a symbol used by a test, for the poor souls...
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-01-23 mquinsonAllow gcc cross-compiling targetting windows, which...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows, and...
2007-12-20 mquinsonThese two certainly do not need hardcore portability...
2007-12-11 quasareliminating KCCFLN05 model
2007-12-05 cheriermWindow doesn't provide the function drand48(), remove...
2007-12-04 mquinsonMac users need love so that their prehistoric linker...
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-28 cheriermexports the reno and the vegas function
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-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-07 marklsmade small change to function prototype for SIMIX_actio...
2007-10-31 quasarupdating the dtd and some memory leacks
2007-10-27 mquinsonFix stupid comments
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasarmove the callback lists to the public headers
2007-10-26 quasar* Cleanup the DTD by renaming:
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-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 alegrandRevert "Adding the prototype for the callback on startu...
2007-09-26 alegrandAdding the prototype for the callback on startup mechanism.
2007-09-26 cheriermjust add the copyright of the fileNow the java implemen...
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-21 cheriermuse portable.h
2007-09-21 cheriermdon't use const parameter
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-23 alegrandFix parallel task problem with SIMIX raised by F. Suter
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-10 alegrandAdd a new workstation model. Should give much more...
2007-08-10 alegrandAdd a new "max-min" like sharing for parallel tasks.
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 alegrandClean the links between action and conditions. Now...
2007-08-06 mquinsonFix win build of smpi
2007-08-04 alegrandClean up actions when a condition is destroyed.
2007-08-02 alegrandAdding a nice description mechanism for models + cleani...
2007-08-01 alegrandmaking all needed functions "public"
2007-08-01 alegrandadding network models
2007-08-01 alegrandcan't see why these functions are considered more publi...
2007-07-30 alegrand* Moving things around (private->public)
2007-07-26 alegrand * Provide func_f and func_fp as now required.
2007-07-20 alegrandKeep cleaning up func_f, func_fp, func_fpip...
2007-07-20 velhoCleanups and cosmetics
2007-07-18 velhoDebuging surf Reno and Vegas with lagrange optimization...
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-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
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 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-07-08 mquinsonAllow interfaces to display process status + trick...
2007-07-06 mquinsonsome code allowing the upper JAVA layer (user interface...
2007-07-06 mquinsonsome code allowing the upper JAVA layer (user interface...
2007-07-06 mquinsonPropagate Pedro's typo fixing to the header files
2007-07-03 marklsundoing an unintentional mistake.
2007-07-03 marklsre-start smpi from scratch to use SIMIX.
2007-06-29 velhoAdded all TCP VEGAS/RENO related functions. TODO: the...
next