Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not include the useless semaphore standard header. It's not needed, and moreover...
[simgrid.git] / include /
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermRemove the keyword extern to avoid the multiple declara...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-12 mquinsonOops, I forgot this one
2007-10-12 mquinsonEnforce some order on the tags; needs flexml 1.8 to...
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-10 mquinsonKill old cruft
2007-10-09 mquinsonSome comments in the initalization of categories. Once...
2007-10-05 mquinsonOther useless copyright notice updates
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonMark data as extern; hopefully it'll help the macOSx...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 cheriermthe first pointer of the xbt_thread_create() function...
2007-10-04 cheriermuncomment the special definition of XBT_LOG_NEW_DEFAULT...
2007-10-04 cheriermI just add two function pointer types.
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-18 marklsadded very crufy hacked together broadcast and split.
2007-09-15 marklsadding very hacked together and inefficient implementat...
2007-09-13 alegrandremove cvs files.
2007-09-12 mquinsonRegenerate yet another time the Makefile.in
2007-09-11 mquinsonGet serious about checking buffer overflows during...
2007-09-11 mquinsonActually, do not initialize at all the buffer to build...
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-09-08 marklsremoving references to mpi_comm_world from internal...
2007-09-05 marklschanged smpi data structures.
2007-08-30 marklsforgot to commit changes to this file earlier...
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-28 verniercorrection of a little bug
2007-08-27 eyraudlAdaptation to 'Change the way we specify the sizes...
2007-08-24 marklsmoving smpi.h to public include directory.
2007-08-24 marklspublicly exported smpi data structures.
2007-08-09 alegrandAutomatically cleaned flexml files.
2007-08-08 alegrandAutomatically generated files...
2007-08-08 alegrandClean use of extern (XBT_PUBLIC_DATA). No automatic...
2007-08-08 alegrandCommitting automatically generated file (after the...
2007-08-07 mquinsonComment windows cruft, which does not compile anyway...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-07 marklsadded SMPI_DEP to configure.ac and src/Makefile.am
2007-08-06 mquinsonre-export some symbols for windows after the regenerati...
2007-08-06 mquinsonDamn autogenerated, get out of the way, I can't see...
2007-08-06 mquinsonname threads to help debugs
2007-08-06 alegrandAdding convenient function.
2007-08-04 alegrandReturn whether an item was removed or not when trying...
2007-08-02 alegrandAutomatically generated files.
2007-07-19 mquinsonNew function allowing to alias datatypes
2007-07-17 mquinsonAutogenerated
2007-07-16 donassbrIt have to call the correct functions.
2007-07-16 donassbrWrong namming scheme.
2007-07-15 mquinsonAdd an alias to (char*) to help the parsing macro
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-14 mquinsonNeed to install this one too
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-14 mquinsondoc improvement
2007-07-13 mquinsonfix doxygen syntax
2007-07-13 donassbrI forgot it.
2007-07-13 donassbrAdded xbt_os_time and xbt_os_sleep. Execute in the...
2007-07-12 mquinsonNew kind of error
2007-07-12 mquinsonDynar are now synchronized
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinsonWhen implementing the versatile threads, I decided...
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 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 mquinsontimeout on conditions
2007-07-10 mquinsonComment a windows hack which is out of sync with log...
2007-07-10 mquinsonMake sure min and max macro are declared everywhere...
2007-07-09 mquinsonHello module xbt/queue (classical producer/consumer...
2007-07-09 mquinsonErm
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-08 mquinsonhello, automake-1.10
2007-07-08 mquinsonMake sure this file can be included alone (it needs...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonRevert the convertion of MSG pids from int to long...
2007-07-02 mquinsonConvert MSG pids from int to long int so that they...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-29 mquinsonUpdate autogenerated files
2007-06-28 vernierset an homogeneous max. number of parameters (10) for...
2007-06-06 mquinsonAllow to change the log layout format
2007-06-04 mquinsonNew: xbt_str_split_quoted()
2007-06-04 mquinsondocument xbt_str
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-05-22 mquinsonLet's not declare the max/min macros in C++ to avoid...
2007-05-16 alegrandAdding a <route> tag.
2007-05-12 mquinsonNo reason to call it gras. It's part of simgrid, now
2007-05-10 mquinsonRandom cleanups in the log mecanisms, and make room...
2007-05-10 mquinsonAllow to split const strings, and avoid a strdup in...
2007-05-10 mquinsonClarify from the API that the strings are modified...
2007-05-09 mquinsonSome more documentation to help BSD experts such as...
2007-05-02 mquinsonupdate autogenerated
2007-05-02 mquinsonThree new functions in xbt_str module: split&join ...
2007-04-29 mquinsonfurther cleanups
2007-04-26 mquinsonfurther cleanups in the xbt_str module: add a proper...
2007-04-26 donassbrChanges to test gras_simix.
2007-04-16 mquinsonmerge trim.h into str.h, where it belongs to
next