Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
special data exportation
[simgrid.git] / src /
2007-03-13 cheriermspecial data exportation
2007-03-13 mquinsonThis is a public symbol, isn't it (not realy sure,...
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-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 mquinsonAnd now the 'compiles under linux' version
2007-03-08 mquinsonimprove hte windows part, still to be tested for real
2007-03-08 mquinsonremplacement implementation of the GNU only getline
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 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-07 mquinsonGRAS API BREAKAGE: allow users to never call gras_msgty...
2007-03-07 mquinsonadapt to lastest changes in GRAS API
2007-03-07 donassbrSome tests done and bugs corrected.
2007-03-07 mquinsonFirst wave of GRAS API breaking: gras_cb_register wants...
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-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
2007-03-01 donassbrCopyright corrected.
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-03-01 mquinsonsrc/Makefile.am:195: whitespace following trailing...
2007-03-01 donassbrSimix Initial structure
2007-03-01 donassbrSupport for Simix log.
2007-03-01 donassbrInitial structure. Nothing works yet.
2007-02-28 cheriermconsider log to windows dll
2007-02-28 alegrandUpdate
2007-02-28 alegrandMaking room for simix.
2007-02-28 alegrandHomogeneous prototype.
2007-02-28 alegrandsdp headers have nothing to do in our CVS. Just configu...
2007-02-28 alegrandHelp debug.
2007-02-23 donassbrSmall bug, unbalanced parentheses
2007-02-23 velhoBug fix. Do nothing in sdp_solve when flows=0.
2007-02-20 velhoFinal adjustments, debugging information and memory...
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-16 cheriermremove some commented code
2007-02-16 cheriermborland compiler use now windows thread (instead of...
2007-02-16 cheriermfile implementation of windows thread functions versus...
2007-02-16 cheriermsome windows thread functions versus pthread for contex...
2007-02-14 velhoAdded SDP support into surf.
2007-02-14 velhoMaking a surf workstation model using csdp. How simple...
2007-02-14 velhoShut libcsdp mouth!
2007-02-14 velhoExport sdp_solve only when compiling with csdp!
2007-02-14 velhoFix many bugs.
2007-02-14 velhoImproved debbugging information.
2007-02-13 velhoCorrected a major bugus.
2007-02-12 cheriermexport the interface of the context type in the win32...
2007-02-12 cheriermnow define the macro NEED_ASPRINTF
2007-02-08 mquinsonInitialized globals must not be imported, only exported
2007-02-08 cheriermthis is public
2007-02-07 cheriermno isatty declaration for win32
2007-02-07 cherierm_XBT_CALL decoration for inthandler function (signal...
2007-02-07 cheriermchange free by xbt_free_f
2007-02-07 cheriermchange free function by xbt_free_f
2007-02-07 mquinsontypo
2007-02-07 cheriermdo not export the functions of this header in the dll
2007-02-07 cheriermchange free be xbt_free_f
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 mquinsonThat's not public
2007-02-07 mquinsonthat's not public
2007-02-07 mquinsontypo in windows DLL cruft
2007-02-07 cheriermnow contains xbt_free_f implementation
2007-02-07 mquinsonSome more conversion to windows decoration cruft
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-02-07 mquinsonCleanup XBT_PUBLIC stuff under windows
2007-02-02 casanovaCleaned up the GTNetS interface based on e-mail discussion
next