Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[simgrid.git] / include / gras /
2011-10-20 Martin Quinsonmerge branches
2011-04-18 Martin Quinsonfurther doxygen fixes (I'll try to stop for today)
2010-11-30 mquinsondocument gras_agent_spawn
2010-11-24 mquinsonimplement gras_agent_spawn in RL, kill the data argumen...
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-10-11 alegrandIndent include and src using this command:
2010-08-05 coldpeaceadd gras_load_environment_script & gras_function_regist...
2010-06-24 mquinsonNew function gras_msgtype_get_name()
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-02-01 alegrandFix the doc and update the biblio.
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-13 mquinsonNew function: gras_socket_close_voidp() -- just like...
2009-10-13 mquinsonNew function: void gras_cpu_burn(double flops) -- a...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-05-28 mquinsonmerge with git master
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-11 mquinsontypo--
2009-04-11 mquinsonfix previous commit on gras_userdata_new() by using...
2009-04-11 mquinsonmake sure that the gras_userdata_new() macro returns...
2009-04-11 mquinsongras_userdata_new expects the pointed type, not the...
2009-04-11 mquinsonAdd a link from the documentation down to the relevant...
2007-11-06 mquinsonFix constness of arguments
2007-10-26 mquinsonRename gras_os_property_value() to gras_os_host_propert...
2007-10-26 quasaroops, my last minute cleanup broke everything [Mt]
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-07-19 mquinsonNew function allowing to alias datatypes
2007-07-16 donassbrIt have to call the correct functions.
2007-07-15 mquinsonAdd a GRAS_DEFINE_TYPE_LOCAL to allow users to have...
2007-07-15 mquinsonnew function gras_os_hostport, returning a constant...
2007-07-13 donassbrAdded xbt_os_time and xbt_os_sleep. Execute in the...
2007-07-11 mquinsonNew function: gras_agent_spawn
2007-07-11 mquinsonMove a private symbol (that I may want to kill soon...
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-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-05-09 mquinsonSome more documentation to help BSD experts such as...
2007-04-26 donassbrChanges to test gras_simix.
2007-03-07 mquinsonGRAS API BREAKAGE: allow users to never call gras_msgty...
2007-03-07 mquinsonFirst wave of GRAS API breaking: gras_cb_register wants...
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-11-30 mquinsonChange the way we specify the sizes of bandwidth tests...
2006-11-14 mquinsonRemove from the public interface a function that the...
2006-11-14 eyraudlConstructor for msg_cb_ctx should fill all fields of...
2006-11-06 mquinson* Change the semantic of gras_datadesc_by_name() to...
2006-11-06 mquinson* Add a gras_msgtype_dumpall() function to get the...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-07-19 mquinsonNew, proper, module mecanism. Still missing dependency...
2006-06-20 mquinsonPrototype of gras_os_myport(), which happens to be...
2006-06-09 mquinsonAutomatically generate matrices datatype description...
2006-06-02 mquinsonTwo new functions
2006-06-01 mquinsonctor/dtor of msg_cb_t + an new function to wait for...
2006-05-29 alegrandretrive -> retrieve
2006-05-22 mquinsonAllow to exchange fixed-sized arrays which size is...
2006-05-16 mquinsonNew function: gras_msg_handleall to deal with all messa...
2006-05-16 mquinsonI want to know the name of the process on the other...
2006-04-25 mquinsonAllow to split GRAS projects in several files (the...
2006-04-12 mquinsonUse long int for the pids, just to be sure without...
2006-04-04 mquinsonIntroduce asynchronous RPC calls
2006-03-31 mquinsonYet another documentation improvement
2006-03-31 mquinsonDocumentation improvement
2006-03-31 mquinsonThere is half a dozen of examples, actually
2006-03-30 mquinsonHere come the proper GRAS RPC. The callback API changed...
2006-03-20 alegrandfactoring + some functions go public
2006-01-02 mquinsonDocumentation improvements
2005-12-06 mquinsonSome rapid improvement of the navigation experience...
2005-10-25 mquinsonNew function to have a finer control on what kind of...
2005-10-23 mquinsonConnect node GRAS_msg into the doxygen module tree
2005-10-22 mquinsonDocumentation reorganization: no @name anymore since...
2005-09-30 mquinsonallow the size of multidimentional objects to be given...
2005-09-08 mquinsonRename BEGIN_DECL since we changed the usual definition...
2005-09-05 mquinsonA new little function I did need
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonThis header is now useless (yeah)
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-01 alegrandthese references could not work... disable reference...
2005-06-27 mquinsonmeasurement sockets ARE functionnal; add function gras_...
2005-06-27 mquinsonKill gras/core.h by moving the last bits into gras...
2005-06-23 mquinsonnew function: gras_socket_meas_accept (mandatory on...
2005-06-06 mquinsonchange the prototype of datadesc_get_name to return...
2005-06-06 mquinsonRename raw sockets to measurement sockets since raw...
2005-06-04 mquinsonability to send dynars transparently; type cb now recei...
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 chrono.h (timing macros) and cond.h (conditional...
2005-05-10 mquinsonMove private declarations to private header
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-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-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsonmv include/xbt/context.h src/include/xbt/context.h...
next