Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing includes by Arnaud Giersch
[simgrid.git] / include /
2010-10-01 mquinsonMissing includes by Arnaud Giersch
2010-09-29 piniSqueeze any block with a given delay (in flops).
2010-09-28 navarropCorrect implementation of start/end tags when bypassing...
2010-09-28 navarropRewrite the SURFXML_START_TAG and SURFXML_END_TAG.
2010-09-28 navarropAdd cluster tag
2010-09-28 navarropNew maintainer sources for simgrid dtd
2010-09-28 navarropThis code is necessary for masterslave_bypass example
2010-09-28 navarropmore clean code
2010-09-28 navarropclean code and remove foreach and set
2010-09-28 navarropadd the bypasss route mechanims
2010-09-28 navarroppre version of hierarchical routing, make in a recursiv...
2010-09-28 navarropchanges for solve warrings
2010-09-28 navarropThe second version of the hierarchical routing, Here...
2010-09-27 coldpeaceadding some setter methods
2010-09-27 piniAdded local and global sampling.
2010-09-23 navarropRename CLEANUP definition (used after TRY) into TRY_CLEANUP
2010-09-23 navarropRename CLEANUP macro into _CLEANUP for Supernovae mode.
2010-09-22 piniAdded RAM folding to SMPI.
2010-09-15 schnorrtrace: new interface function for tracing resource...
2010-09-13 navarropIf we are on windows _GNU is defined by cmake.
2010-09-06 piniFixed return type.
2010-09-06 piniAdded missing MPI call.
2010-08-09 schnorrfullduplex support
2010-08-09 coldpeaceadd new function : xbt_dict_is_empty
2010-08-05 coldpeaceadd gras_load_environment_script & gras_function_regist...
2010-08-05 schnorrkill all aspects related to masks in the tracing interface
2010-08-04 coldpeaceadd SD_load_environment_script function to Simdag Module
2010-08-04 navarropMore windows compatibility for context.
2010-07-30 navarropAdd an example for waitany fct.
2010-07-29 coldpeaceadd function MSG_load_platform_script that load the...
2010-07-21 navarropPlease compile with enable_compile_warnings=on. Missing...
2010-07-21 coldpeaceadd MSG_set_function function, used to bypass the deplo...
2010-07-13 coldpeaceremove the init_host_bypass from here
2010-07-12 schnorrfix: pre-processor declarations to disable tracing...
2010-07-12 schnorrnew tracing functions to deal with trace markers
2010-07-09 piniCosmetics
2010-07-09 coldpeaceadd init_host_bypass to be used (by lua) to init cpu...
2010-07-07 navarropAdd function MSG_comm_waitall for icomm and add one...
2010-07-07 schnorrremoving dependency on file that is no longer generated
2010-07-07 quintinadd the fonction SD_task_dotty in simdag after deleting...
2010-07-07 navarropRevert [From A. Giersch] Fix the following compilation...
2010-07-07 navarropwindows compatibility.
2010-07-07 mquinsonMerge tracing_config.h into simgrid_config.h, where...
2010-07-07 quintinDelete the dependencies with stdio in simdag.h. Correct...
2010-07-06 navarrop[From Arnaud Giersch] Add missing {BEGIN,END}_DECL...
2010-07-06 navarrop[From Arnaud Giersch] Fix compilation warning about...
2010-07-06 navarrop[From Arnaud Giersch] In standard C, we are allowed...
2010-07-06 navarrop[From Arnaud Giersch] Use Gcc attribute __unused__...
2010-07-06 navarrop[From A. Giersch] Fix the following compilation warning...
2010-07-06 navarrop[From A. Giersch] Fix the following compilation errors...
2010-07-05 navarropAdd a function called after a MSG_comm_test.
2010-07-01 quintinAdd a dot loader to have a connection with the random...
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...
next