Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add mc bins to ignored files.
[simgrid.git] / include /
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-06 mquinsonImprove the integration of mmalloc and mc_memory into...
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-05-05 mquinsonSome MSG examples mainly useful to test the model-checker
2010-05-05 mquinsonchange mmalloc.h into a public header
2010-05-05 mquinsonNew data container: setset (set of sets of elements)
2010-05-05 mquinsonNew function: xbt_fifo_get_last_item()
2010-05-05 mquinsonNew function: xbt_dict_cursor_set_data()
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-23 schnorrnew tracing mask TRACE_VOLUME to trace the msg tasks...
2010-04-21 piniAdded persistent communications (working but not yet...
2010-04-15 mquinsonImprove the license statement of these files
2010-04-14 navarropAdd source included vivaldi.
2010-04-14 navarropFirst commit for do cmake in an other directory.
2010-04-14 mquinsoncommit generated files produced by flexml and friends
2010-04-14 schnorrimplement TRACE_start as function instead of pre-proces...
2010-04-13 schnorrdo not throw an exception if category is already create...
2010-04-09 mquinsonAdd a SD_task_set_name() function
2010-04-09 mquinsonallow the use of MSG_TIMEOUT_FAILURE if MSG_USE_DEPRECA...
2010-04-09 mquinsonKill the dangerous MSG_task_ref() now that the bindings...
2010-04-09 mquinsonkill trivial MSG_task_has_data() and use get_data(...
2010-04-07 schnorrcorrecting the return value for the TRACE_start function
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-04-01 schnorrproper use of the HAVE_TRACING variable defined by...
2010-04-01 mquinsonnope, dudes, this function is a standard one.
2010-04-01 mquinsonAdd a pimple to get the ability to trace the amount...
2010-04-01 mquinsonMake sure that dict of integers can be traversed too
2010-04-01 mquinsonxbt_dict: allow to have integer key and data
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-30 mquinsonadd the ability to set a default value after registration
2010-03-25 piniMore MPI calls support in SMPI
2010-03-25 piniAdded MPI_COMM_SELF.
2010-03-25 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-24 mquinsonAdd a MSG_task_set_data() function
2010-03-24 navarropDelete a redefine warning.
2010-03-23 mquinsonRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake...
2010-03-23 mquinsonadd a dangerous MSG_task_ref() needed by lua to not...
2010-03-23 genaudMPI_MAXLOC & MPI_MINLOC + all associated datatype MPI_D...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-22 genaudadded MPI_Get_processor_name()
2010-03-22 mquinsonfurther cleanups of the java bindings
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2010-03-01 mquinsondon't free scheduling data of typed tasks
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2010-02-04 mquinsonKill the useless 'rate' argument of SD_task_get_executi...
2010-02-02 piniOops, forgot to add this in r7040.
2010-02-01 alegrandFix the doc and update the biblio.
2010-01-27 piniFix errors with relative includes with smpicc
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.
next