Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ansi C declaration of the variables (at the beginning of the blocks)
[simgrid.git] / src / gras / Virtu /
2007-11-08 mquinsonOne crude cast less, thanks to small cleanup by Mark
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-11-06 mquinsonAlso fix the prototype of the RL stub
2007-11-06 mquinsonFix constness of arguments
2007-10-27 mquinsonnew line at EOF
2007-10-26 mquinsonAdd the stubs to properties related functions in real...
2007-10-26 mquinsonRename gras_os_property_value() to gras_os_host_propert...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-25 cheriermjust had SG_BEGIN_DECL and SG_END_DECL macro (for c...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermThis change exports the gras_procdata pointer and use...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-21 cheriermvoid functions don't return
2007-08-06 alegrandKeep up with last SIMIX modifications.
2007-08-06 alegrandcosmetics
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-15 mquinsonnew function gras_os_hostport, returning a constant...
2007-07-13 mquinsonKill dead files
2007-07-13 donassbrstructure sockets of gras_trp_prodata_t synchronized.
2007-07-12 donassbrUse a queue to control the selectable sockets. We don...
2007-07-12 mquinsonvarious little cleanups in the gras/sg code. Mainly...
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsonMove smx_process related functions from sg_emul.c to...
2007-07-11 mquinsonMove a private symbol (that I may want to kill soon...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonStupid me. The code produced by the gras_stub_generator...
2007-07-10 mquinsonArg. Move private symbols out of the public header...
2007-07-10 mquinsonrename xbt_portability.h and sysdep.c to xbt_os_time...
2007-07-05 donassbrIt was more difficult to find the bug that I thought...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-04-11 cheriermexport the _gras_procname variable in the dll
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-01 cheriermget_pid() for Windows is GetCurrentProcess()
2007-02-07 cheriermchange free by xbt_free_f
2007-02-07 cheriermdo not export the functions of this header in the dll
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 cheriermtake care of new dll import and dll export in Windows
2006-12-21 cherierma directory for all builds
2006-11-14 mquinsonCleanup the way moddata are destroyed at the end of...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsonRemove unused variable
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
2006-08-02 mquinsonMake sure that mod won't go undefined when an exception...
2006-07-19 mquinsonReduce debug loggings to their real value
2006-07-19 mquinsonMake room for moddata along with libdata during the...
2006-07-19 mquinsonNew, proper, module mecanism. Still missing dependency...
2006-06-02 mquinsonAllow to retrieve the libdata of a remote host in SG
2006-06-01 mquinsonGRAS is not the only one using libdata. AMOK does too...
2006-06-01 mquinsonfixme--: found a better place
2006-05-29 mquinsonNow that MSG uses sain units, we don't have to convert...
2006-05-29 alegrandretrive -> retrieve
2006-05-24 mquinsonStupid me, use an existing channel as external default
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-04-12 mquinsonUse long int for the pids, just to be sure without...
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with lastest API breakage (xbt_ex_free)
2005-12-01 mquinsonKill a redefinition of XBT_MAX_CHANNEL which is also...
2005-10-25 mquinsonplug a memleak which is harmless in most situations...
2005-10-23 mquinsonThese modules does not use logging anymore now that...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-08 mquinsonThis data is used within the TRY/CATCH block; mark...
2005-09-08 mquinsonChange an assert to an exception raising point (to...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-08-08 alegrandgetting rid of MSG_getClock
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonMissing header
2005-08-07 mquinsonUse xbt_dict_get_or_null since it's what we mean.
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-06-27 mquinsonUse select to sleep portably on weird platforms
2005-06-23 mquinsonfree the libdata fabrics on exit (actually call the...
2005-06-23 mquinsonReduce the default amount of logs
2005-06-06 mquinsonrename raw sockets to measurement ones
2005-06-06 mquinsonlet it compile on windows too
2005-06-02 mquinsonmissing header
2005-05-27 mquinsonA proper (even if really KISS) implementation of gras_o...
2005-05-13 mquinsonReturn what should be so that the emulation support...
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit}
2005-05-10 mquinsonMerge conditional execution and timing macros into...
2005-05-10 mquinsonUse proper timer; allow several timed sections per...
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-03-31 alegranduniformization
2005-03-31 alegrandcosmetic
2005-03-31 alegranduse xbt_os_time
2005-03-30 mquinsons/gras_process_getpid/gras_os_getpid/
2005-03-29 alegrandadding a getpid function
2005-03-29 alegrandAvoid segfault or infinite loop when calling this funct...
2005-03-29 mquinsonImplement a gras_os_myname. KISS and don't try a DNS...
2005-03-01 alegrandMoving functions to the right location and making them...
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-26 alegrandGRAS_rl does not depends on MSG anymore.
2005-02-23 mquinsonuniformize gras_os_sleep prototype (seconds are double...
2005-02-23 mquinsonadd a virtu logging channel
next