Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This change is about the refactoring of the source code of the objects use int the...
[simgrid.git] / src / include /
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.
2007-02-28 alegrandMaking room for simix.
2007-02-16 cheriermsome functions of the maxmin api are now exported in...
2007-02-16 cheriermthe xbt_os_time() function is now exported in the windo...
2007-02-14 velhoMaking a surf workstation model using csdp. How simple...
2007-02-14 velhoExport sdp_solve only when compiling with csdp!
2007-02-12 cheriermexport the interface of the context type in the win32...
2007-02-07 mquinsontypo
2007-02-07 cheriermdo not export the functions of this header in the dll
2007-02-07 mquinsontypo+indentation
2007-02-07 cherierma default
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-17 alegrandAdding sdp.c and the bunch of modified Makefile.in...
2006-10-10 mquinsonLoad xbt/misc.h to get the definition of XBT_PUBLIC
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsoncosmetics
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
next