Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xbt_new raises an exception on error, no need to check for ENOMEM
[simgrid.git] / src / simix /
2008-01-11 cheriermDelete the auto aliasing
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-07 cheriermThis change introduce the new mailbox concept.
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-11 quasarthe parsing time info switched to debug
2007-12-11 quasareliminating KCCFLN05 model
2007-12-05 cheriermAnsi C declaration of the variables (at the beginning...
2007-11-29 quasarmodified atoi to strtol when getting route ends in...
2007-11-29 quasareliminated bug INFO message
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-27 mquinsonRename xbt/xbt_context.h to xbt/context.h, and add...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasarfixed bug for compound models
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-27 mquinsonmore explicit error messages, and random cleanups
2007-10-27 mquinsonLast useless cleanup about Marc jumbo commit
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 quasar* Cleanup the DTD by renaming:
2007-10-25 mquinsonTiny improvement of the search speed
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-21 mquinsonAlso remove the const markers of parameters in the...
2007-09-21 cheriermDeclaration of the variables at the beginning of the...
2007-09-21 cheriermDeclaration of the variables at the begining of the...
2007-09-21 cheriermDeclaration of the variables at the begining of the...
2007-09-20 mquinsonOk, you won't believe this one. Visual seems to break...
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
2007-09-10 alegrandClean cleanups with mallocators... Thanks Pablo for...
2007-09-05 alegranduse suspend instead of playing with priority...
2007-09-02 marklsSIMIX_process_resume needed to signal cond after resumi...
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-14 alegrandI think we should always add such a "fake" action to...
2007-08-06 mquinsonname threads to ease debugging
2007-08-06 alegrandcosmetics
2007-08-06 alegrandClean the links between action and conditions. Now...
2007-08-06 alegrandcosmetics + one function to rule them all
2007-08-06 alegrandReindent!
2007-08-04 mquinsonremove unconditional backtrace display
2007-08-04 alegrandClean up actions when a condition is destroyed.
2007-08-04 mquinsonInsane amount of debugs
2007-08-02 alegrandKeeping up with the new surf model description.
2007-08-01 alegrandbring new network models to end users
2007-07-25 velhoCorrected error message.
2007-07-19 alegrandBe nice with people that prefer = to :.
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-16 alegrandEnable to change the workstation_model from the command...
2007-07-16 alegrandsurf_workstation_model -> workstation_model
2007-07-16 donassbrCorrected bug.
2007-07-11 donassbrWe need a default if the user didn't set any function.
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-09 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-08 mquinsons/__SIMIX_display_process_status/SIMIX_display_process_...
2007-07-08 mquinsonhack around the place to get the initialization phase...
2007-07-08 mquinsonMore verbose on exception throwing (java still raises...
2007-07-08 mquinsonallow interfaces to call SIMIX_display_process_status
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-06 velhoCorrected some bugs, added the simix support to the...
2007-07-04 mquinsonavoid any name clashes with msg/private.h so that the...
2007-07-04 mquinsonMore informative error message when non-clean end,...
2007-07-03 marklsfinally putting in proper use of mutexes. code still...
2007-05-03 alegrandGot rid of useless message.
2007-04-12 donassbrFunctions added.
2007-04-10 donassbrRemoved SIMIX_global_init_args and SIMIX_process_create...
2007-04-04 donassbrFunctions added and changed. Keeps the cvs updated.
2007-03-30 donassbrmsg_simix alpha. All functions implemented.
2007-03-29 donassbrMany changes done.
2007-03-27 donassbrAPI changed.
2007-03-23 donassbrNecessity to change the code to implement MSG..
2007-03-21 donassbrChanges in the functions, correct prototype function...
2007-03-09 mquinsonDon't initialize the contextes manually, it will be...
2007-03-09 donassbrModified some functions and datatypes. Simix API change...
2007-03-07 donassbrSome tests done and bugs corrected.
2007-03-05 donassbrNew functions added, changes in the header files, funct...
2007-03-02 donassbrAdded new functions and some modifications on the heade...
2007-03-01 donassbrCopyright corrected.
2007-03-01 donassbrSimix Initial structure
2007-03-01 donassbrInitial structure. Nothing works yet.
2007-02-28 alegrandMaking room for simix.