Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
measurement sockets ARE functionnal; add function gras_socket_is_meas()
[simgrid.git] / include /
2005-06-27 mquinsonmeasurement sockets ARE functionnal; add function gras_...
2005-06-27 mquinsondocumentation 'improvement' (move it to the source...
2005-06-27 mquinsonKill gras/core.h by moving the last bits into gras...
2005-06-23 mquinsonbw_request now works
2005-06-23 mquinsonnew function: gras_socket_meas_accept (mandatory on...
2005-06-23 mquinsonsizes are unsigned long int
2005-06-23 mquinsondon't use printf bug logs. Even when raising an error
2005-06-06 mquinsonDocument another public value, don't document in doxyge...
2005-06-06 mquinsonchange the prototype of datadesc_get_name to return...
2005-06-06 mquinsonUse ERROR to display stuff while raising errors. It...
2005-06-06 mquinsonRename raw sockets to measurement sockets since raw...
2005-06-04 mquinsonability to send dynars transparently; type cb now recei...
2005-06-04 mquinsonDumping function. As usual, for debuging purpose
2005-06-01 alegrandReverting Mt's modifications.
2005-05-30 mquinsonSanitize swag documentation: group definition in module...
2005-05-25 mquinsonStart the implementation of start_time and kill_time...
2005-05-23 mquinsonTypo in doc
2005-05-10 mquinsonThe RL vs SG choice is done by the function implementat...
2005-05-10 mquinsonDocument properly the emulation module
2005-05-10 mquinsonMerge conditional execution and timing macros into...
2005-05-10 mquinsonMerge chrono.h (timing macros) and cond.h (conditional...
2005-05-10 mquinsonMove private declarations to private header
2005-04-14 mquinsonStop loading private headers in public ones
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-03-31 alegrandAdd xbt_os_time(). This functions returns the number...
2005-03-30 mquinsons/gras_process_getpid/gras_os_getpid/
2005-03-29 alegrandadding a getpid function
2005-03-29 mquinsonChange the name of a function which was not implemented yet
2005-03-29 mquinsoncleanup
2005-03-25 alegrandMSG_getClock is a stupid name.
2005-03-16 alegrandAdd MSG_task_get_compute_duration() and MSG_task_get_da...
2005-03-08 mquinsonBuglet found by Loris: XBT_LOG_NEW_CATEGORY shouldn...
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-03 mquinsonUse inline portably
2005-02-27 mquinsonChange xbt_strdup, xbt_malloc, xbt_malloc0 and xbt_real...
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-27 mquinsonMove gcc attributes wrappers to this file (needed for...
2005-02-27 mquinsonmisc.h was missing
2005-02-27 mquinsonAdd a dist-files target to all makefiles. It outputs...
2005-02-27 mquinsonsplint'able
2005-02-27 mquinsoncode is now splint'able; add a MSG_task_get_name
2005-02-27 mquinsoncode is now splint'able
2005-02-23 mquinsonuniformize gras_os_sleep prototype (seconds are double...
2005-02-17 alegrandFunctionnal benchmarking macros :
2005-02-16 alegrandAdding everything needed to develop GRAS benchmarking...
2005-02-16 alegrandC++ users need love. :)
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsondoxygenification
2005-02-13 mquinsonmv include/xbt/context.h src/include/xbt/context.h...
2005-02-13 mquinsonadd timers to GRAS
2005-02-13 mquinsondoxygen cleanups
2005-02-13 mquinsondoxygenification
2005-02-11 mquinsondoxygenification of XBT
2005-02-11 alegrandSURF does not use long doubles. Reverting MSG to doubles.
2005-02-10 mquinsonClarify the two ways to get messages (callbacks vs...
2005-02-07 mquinsondoxygenification
2005-02-07 mquinsonexplain why I hate doxygen so much tonight, and go...
2005-02-07 mquinsonhide the macro body
2005-02-07 mquinsonContinue doxygenification
2005-02-07 mquinsondoxygenification
2005-02-07 mquinsonDo not document the crude internals of logs with the...
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-06 mquinsonBegin to move GRASs doc to doxygen
2005-02-04 alegrandAdding Killall function
2005-01-31 alegrandmoving include/surf to src/include/surf
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandNow, a process can be killed and all process are killed...
2005-01-26 alegrandUsefull function to "kill" a context before the functio...
2005-01-15 alegrandTaking into account last SURF modifications (suspend...
2005-01-05 alegrandNow, any surf-based program can take --surf-path argume...
2005-01-05 alegrandPlease, flex, tell me on which line problems are. Also...
2005-01-05 alegrandMoved from flex to flexml.
2004-12-31 mquinsonAdd the prototypes
2004-12-31 mquinsoncosmetics
2004-12-31 alegrandConvenient to optimize the SURF.
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-29 alegrandadd a startup and a cleanup function to each context
2004-12-22 alegrandModifying the API so as to prevent a use of the context...
2004-12-22 alegrandNo more leak: valgrind approved. However, some ways...
2004-12-21 alegrandDude, that was baaad... ;)
2004-12-17 alegrandmoved src/surf/surf_parse.h to include/surf/
2004-12-17 alegrandCosmetics
2004-12-17 alegrandA few more functions usefull in MSG. They should not...
2004-12-17 alegrandcosmetics : s/sim_data/simdata/g
2004-12-16 alegrandcosmetics : create -> new
2004-12-16 alegrandjust a move
2004-12-16 alegrandmaking some field names more explicit (e.g. void *...
2004-12-16 alegrandprefixing name functions by xbt_
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-16 alegrandworks better with multiple inclusion
2004-12-15 alegrandWell, some things really are deprecated. Especially...
2004-12-15 alegrandStarting MSG. To ensure backward compability, those...
2004-12-14 mquinsonsome more possible logs (printf is the only way to...
2004-12-14 alegrandAdding a context library to xbt.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 mquinsondefine gras_init
2004-12-10 mquinsondefine max only when not previously defined (win32...
2004-12-10 alegrandRelic of the star removal.
2004-12-09 mquinsonfix (C) dates
2004-12-09 mquinsonuse BEGIN_DECL (ie, useless cleanup); picky documentati...
next