Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
2007-03-12 mquinsonAdd --with-pthreads as synonym for --with-pthread since...
2007-03-09 mquinsondo not use xbt_context_init but xbt_init; do not try...
2007-03-09 mquinsonsync generated files
2007-03-09 mquinsonBorland uses the thread implementation of the contextes
2007-03-09 mquinsonuse the empty functions for context module init/exit...
2007-03-09 mquinsondon't use either pthread or winthread to implement...
2007-03-09 mquinsonMake the implementation more robust: don't die if somet...
2007-03-09 mquinsonDon't initialize the contextes manually, it will be...
2007-03-09 mquinsonEmpty body of the context module init/exit functions...
2007-03-09 mquinsonIntegrate xbt_context_init/exit to the regular module...
2007-03-09 mquinsonMove xbt_context_init/exit to modinter so that we can...
2007-03-09 mquinsonLoad the getline prototype when it exists
2007-03-09 mquinsonLoad the result of configure on cross-compilation
2007-03-09 donassbrModified some functions and datatypes. Simix API change...
2007-03-08 mquinsonCommit the autogenerated files
2007-03-08 mquinsonbump version number
2007-03-08 mquinsonAnd now the 'compiles under linux' version
2007-03-08 mquinsonimprove hte windows part, still to be tested for real
2007-03-08 mquinsonheader of the getline replacement; documentation of...
2007-03-08 mquinsonremplacement implementation of the GNU only getline
2007-03-08 mquinsonCheck for getline() to provide a replacement when not...
2007-03-08 mquinsonlibraries now unconditionnally depend on the pthread...
2007-03-08 mquinsonadd a newline at the end of the file to make gcc happy
2007-03-08 mquinsonAllow to cross-compile with gcc again
2007-03-08 cheriermadd some thread functions
2007-03-08 mquinsonCut a multiple definition of a macro for users using...
2007-03-08 mquinsonMake room for the new xbt_thread module
2007-03-08 mquinsonPortability layer over the pthreads working with pthrea...
2007-03-08 cheriermwint_hread update
2007-03-08 mquinsonminor cleanups
2007-03-07 mquinsonGRAS API BREAKAGE: allow users to never call gras_msgty...
2007-03-07 mquinsonadapt to lastest changes in GRAS API
2007-03-07 mquinsonUpdate the changes to reflect my last changes
2007-03-07 mquinsonupdate the mmrpc example to adapt to the changes in...
2007-03-07 donassbrSome tests done and bugs corrected.
2007-03-07 mquinsonFirst wave of GRAS API breaking: gras_cb_register wants...
2007-03-07 mquinsonNew question: What is the difference between MSG, SimDa...
2007-03-06 mquinsonNew function SD_application_reinit() allowing to test...
2007-03-05 alegrandAdding convenient function for Fred Suter
2007-03-05 donassbrNew functions added, changes in the header files, funct...
2007-03-05 alegrandFix the doc!
2007-03-05 mquinsonMove pictures to the webcruft/ dir
2007-03-05 alegrandUpdating the FAQ
2007-03-05 mquinsonfix the creation of the shortcuts when the html directo...
2007-03-05 mquinsonMake the logo a link to the mainpage
2007-03-02 donassbrAdded new functions and some modifications on the heade...
2007-03-02 cherierm_sleep not implemented in stdlib.h on Windows
2007-03-02 velhoSolved a bogus conflict detected by CVS. In other word...
2007-03-02 velhoAdded round trip time contraint to the SDP program...
2007-03-02 cheriermupdate the double extern declaration bis
2007-03-02 cheriermupdate the double extern declaration
2007-03-02 alegrandAdding debuging informations.
2007-03-01 cheriermget_pid() for Windows is GetCurrentProcess()
2007-03-01 cheriermexport some function declared in trace_mgr.h
2007-03-01 cheriermexport some function declared in surf.h
next