Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More informative error message
[simgrid.git] / include /
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-10-13 mquinsonNew function: gras_socket_close_voidp() -- just like...
2009-10-13 mquinsonNew function: void gras_cpu_burn(double flops) -- a...
2009-10-08 mquinsonAdd a header to that file
2009-10-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-10-08 mquinsonmove synchro.h to synchro_core.h because I want to...
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-06 mquinsonnew function SD_task_dotty(task,FILE*) writing to file...
2009-10-06 mquinsonAdd various getters to task structure:
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-10-05 mquinsonFirst prototype of the networking API for SIMIX. It...
2009-09-16 mquinsonAPI change fix: please define MSG_USE_DEPRECATED to...
2009-08-26 donassbrPut SG_BEGIN_DECL and SG_END_DECL again.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-20 mquinsonAlso inline xbt_swag_belongs
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-08-14 mquinsonC++ needs love
2009-07-31 genaudstarted alltoallv(). Still some bugs.
2009-07-21 genaud* minimum of datatype handling for alltoall tuned
2009-07-20 genaud... untested ...
2009-07-13 genaudMPI_Sendrecv
2009-07-13 mquinsonfix a constness
2009-07-13 mquinsonAdd xbt_dict_get_key achieving a linear reverse search
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
2009-07-09 genaud- MPI_Scatter() /* untested */
2009-07-07 genaudOops. Forgot to commit the header.
2009-07-02 mquinsonKill SD_link_get_properties: hard to maintain and makes...
2009-06-30 genaudMPI_Allreduce()
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-06-29 mquinsonAdd xbt_graph_node_get_outedges() [Silas De Munck]
2009-06-29 mquinsonAdd xbt_set_get_by_name_or_null() [Silas De Munck]
2009-06-29 mquinsonMake Waitall and Waitany visible from user side (and...
2009-06-27 genaudsome preliminary additions to implement more collectives
2009-06-26 mquinsonSMPI: Change the reference speed to a command line...
2009-06-26 mquinsonImplement a --cfg-help flag to show existing configurat...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-26 genaudadded MPI_Wtime()
2009-06-25 mquinsonCompile about every existing SMPI examples (reduce...
2009-05-28 mquinsonmerge with git master
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-26 mquinsonDo allow malloc(0) again, since it breaks user code...
2009-05-19 alegranddoc fix
2009-05-18 mquinsonDo not allow malloc(0) since that's not portable
2009-05-05 mquinsonfirst draft of the action runner
2009-04-28 mquinsonAlso include strbuff from xbt.h
2009-04-11 mquinsontypo--
2009-04-11 mquinsonAlso include the str.h header from main xbt.h
2009-04-11 mquinsonallow to define a default value to registered functions...
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...
2009-03-04 mquinsonReadd the example with pointed data in the documentation
2009-02-24 alegrandAvoid C++ comments.
2008-11-11 mquinsonKill all the autogenerated I've found. Feel free to...
2008-11-10 mquinsonautogenerated files (sorry)
2008-11-10 mquinsonKill MSG_mailbox_put, which were not meant to be a...
2008-10-01 mquinsonfix previous commits, bummer
2008-10-01 mquinsonNew functions:
2008-10-01 mquinsonAdd a stupid function to display the content of a dict...
2008-09-26 mquinsonNew function to replaces a set of variables by their...
2008-09-26 mquinsonNew function to substitute a char to another in a string:
2008-09-12 cheriermuse extern keyword when you link with the static librar...
2008-09-11 mquinsonSpell-checking comments used as documentation (thanks...
2008-09-10 mquinsonAdd a xbt_dict_get_or_null_ext function
2008-09-08 mquinsonOups, commited a stupid check which will help me one...
2008-07-08 cheriermAdd extern "C" declaration to preserve the compatibilit...
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-06-18 alegrandFrederic's patch to get the sharing policy in SimDAG.
2008-06-17 alegrandC++ users need love (thanks Kurt).
2008-06-17 mquinsonAdd a xbt_dict_size function
2008-06-10 mquinsonMake cunit memory clean
2008-06-10 mquinsonallow to attribute a rank to slaves in peer groups...
2008-06-09 velhoAdded the feature of getting remaining communication...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-06-05 mquinsonSome extra check to ensure portability
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-05-14 mquinsonautogen commit fest (some of them being tests related...
2008-05-14 mquinsonAn implementation of the SHA1 hashing algorithm
2008-05-07 mquinsonExport some mailbox related functions
2008-04-30 mquinsonRah. I finally found why the doxygen parser got fucked...
2008-04-25 marklsneed MPI_Wait in header file...
2008-03-07 mquinsonavoid redeclaring standard headers to avoid mismatches
2008-03-06 mquinsonDon't be paranoid, people won't connect stuff badly...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
2008-03-06 mquinsonregenerate all makefiles.in with the lastest autotools
2008-03-06 mquinsonGet the flexml-generated file regenerated on need
2008-02-03 mquinsonkill properly the surfxml.h file since it got renamed...
2008-01-24 mquinsonUse unsigned integers for malloc arguments to allow...
2008-01-23 mquinsonavoid naming conflicts
2008-01-23 mquinsondo not call backtrace directly when raising an exceptio...
2008-01-11 cheriermDeclaration of the MSG_task_receive_from_host() function
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-07 cheriermThis change introduce the new mailbox concept.
2007-12-21 mquinsonOps, forgot to commit this one
2007-12-20 mquinsonindent
2007-12-20 mquinsonI know I'm picky
next