Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
[simgrid.git] / include /
2010-06-24 mquinsonNew function gras_msgtype_get_name()
2010-06-23 navarropNeed to have the HAVE_MMAP variable.
2010-06-21 navarropAdd DLL_STATIC flags.
2010-06-18 navarropRemove gras_config.h include.
2010-06-18 navarropSet variables for windows.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-17 navarropNow sources are generated with #line.
2010-06-16 coldpeacexbt_dynar_is_empty to check if a dynar is empty or not
2010-06-16 navarropChange path for win32 ucontext files.
2010-06-16 navarropDeclare variable DLL_EXPORT for Libs.
2010-06-15 suterrename SD_READY in SD_SCHEDULABLE to prevent troubles...
2010-06-14 suterReintroduce a SD_READY state, which now means "ready...
2010-06-14 navarropWe need this flag for libraries on visualc.
2010-06-14 suterRename the SD_READY (all dependencies are satisfied...
2010-06-14 suter3rd attempt: replace __compar_fn_t by a new function...
2010-06-14 suterRhhaaa, use the __compar_fn_t type defined in stdlib...
2010-06-14 suterAdd a new function xbt_dynar_sort() which is a wrapper...
2010-06-11 suterchange the return type of SD_simulate
2010-06-04 navarropPortable definition of inline for windows visual C
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-06-01 navarropSolve variable init value for windows.
2010-05-27 cristianrosaRemove the reference count of the elements from the...
2010-05-20 navarropAdd stdarg.h for va_list.
2010-05-11 cristianrosaAdd int MC_random(int min, int max) function that will...
2010-05-10 suterAdd a SD_workstation_get_current_task function
2010-05-10 mquinsonMSG_task_isend/irecv and MSG_comm_test/wait added in...
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
next