Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ignore apt-get issues
[simgrid.git] / include /
2009-12-23 mquinsonTry to load the stdio before defining getline (on mac...
2009-12-23 mquinsonTry to load the stdlib before defining getline (on...
2009-12-23 mquinsonAdd a function to check that the matrix is a sequence...
2009-12-23 mquinsonChange the protocol of pm_join: cannot force the rank...
2009-12-15 alegrandUse the right header for the getline management.
2009-12-15 alegrandcosmetics
2009-12-15 alegrandTry to improve getline portability...
2009-12-11 mquinsonMore explicit inline marking of functions
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-12-11 mquinsonmissing file
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-11-20 mquinsonForce memory allocation functions to always inline
2009-11-20 mquinsonkill useless code
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 mquinsonthese are variables, not functions. Use the right macro
2009-11-20 mquinsonIn supernovae mode, declare every public functions...
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
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-11-10 mquinsonKill portability to MAC for sake of compiling on linux...
2009-11-04 donassbrRemove parameter timestep.
2009-10-16 mquinsonIntroduce a MSG_TIMEOUT_FAILURE return code and use...
2009-10-16 mquinsonFix #8569: XBT/synchro.h has redundant declarations
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.
next