Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2007-03-22 mquinsondeclaration of toupper
2007-03-22 mquinsonSplit the string related function to their own header...
2007-03-22 mquinsonUpdate generated file with regard to the detection...
2007-03-22 mquinsonRevert last change: now, we can use contextes even...
2007-03-22 mquinsonLet it work both with 64bit contextes, and with plain...
2007-03-22 velhoThis program test the simulator engines using different...
2007-03-22 velhoCorrected the simeng_usage.c directive.
2007-03-22 alegrandHacking to make it work with broken AMD64 contexts...
2007-03-22 mquinsonLet's start with the library versionning
2007-03-22 mquinsonLet's go for the next release
2007-03-21 velhoAdded the compilation of file simeng_usage. I think...
2007-03-21 velhoPrototype of function lagrange_solve added.
2007-03-21 velhoAdded field intial_bound to lmm_constraint_t and lmm_va...
2007-03-21 velhoModel using the proportional fairness to compute the...
2007-03-21 velhoAdded surf/lagrange.c.
2007-03-21 donassbrMSG/SIMIX Initial files. Only functions prototypes...
2007-03-21 donassbrChanges in the functions, correct prototype function...
2007-03-21 donassbrAdd support for host failure exception to the xbt_errcat_t.
2007-03-21 cherierma empty file to create the directory in the repository
2007-03-21 cherierma makefile to build the ping_pong example
2007-03-21 cherierma makefile to build the msg_test_suspend example
2007-03-21 cherierma makefile to build the msg_test_communication_time...
2007-03-21 cherierma makefile to build the msg_test example
2007-03-21 cherierma makefile to build the simgrid dll
2007-03-21 cheriermconsider the windows dll modifications
2007-03-21 cheriermthis file is used in the build processus to build the...
2007-03-20 velhoStart the development of the lagrange optimization...
2007-03-16 mquinsoncommit automatic file
2007-03-16 mquinsonRELEASE \!
2007-03-16 cheriermremove the pragma directives in borland configuration...
2007-03-16 cheriermwith ansi C the variables must be declared at the begin...
2007-03-16 mquinsonRework the portability layer around our getline definit...
2007-03-16 mquinsonOnly declare getline portability cruft if it is needed...
2007-03-16 mquinsonRemove a useless (hopefully) portability hack
2007-03-16 mquinsonUse xbt_thread_yield explicitely instead of Sleep(0...
2007-03-16 cheriermwith ansi C the variables must be declared at the begin...
2007-03-16 mquinsonCommit separately the tons of additionnal debug informa...
2007-03-16 mquinsonKill a deadlock in the new thread creation code I've...
2007-03-16 cheriermthis file is used by the example ping_pong
2007-03-16 cheriermfor windows xbt_thread implementation a thread yield...
2007-03-16 cheriermMicrosoft visual c++ need that
2007-03-16 cheriermforce bye alignement to 8 and disable a avertissment
2007-03-16 cheriermoptimize the comparaison between characters
2007-03-16 cheriermon include extern C directive for c++ compilers plus...
2007-03-16 cheriermssize_t is not defined in borland builder and visual...
2007-03-16 cheriermonly indent code
2007-03-16 mquinsonPlug a memleak
2007-03-16 mquinsonLet the stubs die more verbosely when they catch a...
2007-03-16 mquinsonDamn picky compiler. Kill unused vars when using ucontextes
2007-03-16 mquinsonOnly initialize the mutex&condition used for context...
2007-03-16 mquinsonuse two conditions during the thread creation phase...
2007-03-16 mquinsonAlso avoid to leak the stub under windows
2007-03-16 mquinsonKill the s_xbt_thread_wrapper_for_restart__ structure...
2007-03-15 mquinsonTypo in my last change aiming at including SIMIX in...
2007-03-15 mquinsonCommit generated file
2007-03-15 mquinsonKill oldies
2007-03-15 mquinsonKill old context implementations on windows. We now...
2007-03-15 mquinsonKill old context implementations on windows. We now...
2007-03-15 mquinsonMove xbt/xbt_thread.h to private interfaces since it...
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 cheriermxbt_thread_join() function implementation, windows...
2007-03-14 cheriermxbt_thread_join() function is now implemented
2007-03-14 cheriermeffect of redefinition of the macro XBT_PUBLIC_DATA
2007-03-14 cheriermredefinition of the macro XBT_PUBLIC_DATA
2007-03-14 alegrandAdding debug informations.
2007-03-14 alegrandFixing the setkey getkey mechanism (it wasn't functionn...
2007-03-14 alegrandTrickier example.
2007-03-14 mquinsonMake sure that SIMIX is in the distributed tarballs
2007-03-14 mquinsonThis is already exported from the corresponding header...
2007-03-14 mquinsonUse XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
2007-03-14 mquinsonThis is already exported from the corresponding .h...
2007-03-14 mquinsonUse XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
2007-03-14 mquinsonRename XBT_DECLARE_DATA to XBT_PUBLIC_DATA for sake...
2007-03-14 mquinsonportable.h is the header to load when seeking for porta...
2007-03-13 cheriermuse win32/config.h on windows
2007-03-13 cheriermexport some functions for windows dll
2007-03-13 cheriermexport some functions for libgras
2007-03-13 cheriermdefine CONTEXT_THREADS to 1
2007-03-13 cheriermconsider the new macros CONTEXT_UCONTEXT and CONTEXT_TH...
2007-03-13 cheriermvisual c++ need snprintf and vsnprintf functions
2007-03-13 cheriermspecial exportation data for visual c++
2007-03-13 cheriermnot need to export XBT_LOG_ROOT_CAT in log.c
2007-03-13 cheriermspecial data exportation
2007-03-13 cheriermexports functions in windows dll
2007-03-13 cheriermspecial data exportation for Visual C++
2007-03-13 cherierma new macro XBT_DECLARE_DATA for special data exportation
2007-03-13 cheriermexport some functions in windows dll
2007-03-13 mquinsonThis is a public symbol, isn't it (not realy sure,...
2007-03-13 cheriermCast to the proper pointer type to avoid some warnings
2007-03-13 mquinsonReintroduce the changes to the windows build chain...
2007-03-13 cheriermVisual C++ compiler configuration file
2007-03-13 cheriermspecial configuration for Visual C++ compiler
2007-03-13 cheriermspecial configuration for Visual C++ compiler
2007-03-12 mquinsonMake sure libsimgrid depend on libpthreads only when...
2007-03-12 mquinsonproper file name for the stubs not used in either SG...
2007-03-12 alegrandKeeping up with last renaming.
2007-03-12 alegrandUsing more explicit names.
2007-03-12 alegrandVarious cleanups.
next