Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename xbt/xbt_context.h to xbt/context.h, and add src/include/xbt/context.h to the...
[simgrid.git] / src / include /
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...
2007-06-29 mquinsonuseless cleanup
2007-06-29 velhoAdded the update for the Df parameter (lmm_variable_t...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-05-17 kayofadded "#include "gras_config.h"" for USE_GTNETS
2007-05-17 kayofadded a declaration for the GTNetS model.
2007-05-10 mquinsonSome more doc
2007-04-18 velhoAdded lagrange_dicotomi_solve.
2007-04-12 donassbrFunctions added.
2007-04-10 donassbrRemoved SIMIX_global_init_args and SIMIX_process_create...
2007-03-30 donassbrmsg_simix alpha. All functions implemented.
2007-03-27 donassbrAPI changed.
2007-03-23 donassbrNecessity to change the code to implement MSG..
2007-03-21 velhoPrototype of function lagrange_solve added.
2007-03-21 donassbrChanges in the functions, correct prototype function...
2007-03-16 cheriermon include extern C directive for c++ compilers plus...
2007-03-15 mquinsonAdd a [correct] prototype to xbt_thread_join
2007-03-15 mquinsonThis is definitivly not a public interface: it is not...
2007-03-14 cheriermeffect of the redefinition of the macro XBT_PUBLIC_DATA
2007-03-14 mquinsonUse XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
2007-03-13 cheriermspecial exportation data for visual c++
2007-03-13 mquinsonThis is a public symbol, isn't it (not realy sure,...
2007-03-12 alegrandUsing more explicit names.
2007-03-09 mquinsonMove xbt_context_init/exit to modinter so that we can...
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-02 cheriermupdate the double extern declaration bis
2007-03-02 cheriermupdate the double extern declaration
2007-03-01 cheriermexport some function declared in trace_mgr.h
2007-03-01 cheriermexport some function declared in surf.h
2007-03-01 donassbrCopyright corrected.
2007-03-01 donassbrSimix Initial structure
2007-03-01 donassbrInitial structure. Nothing works yet.
next