Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use cmake module for lua51
[simgrid.git] / src /
2012-06-22 navarroNeed to have a double because the result should not...
2012-06-22 Martin QuinsonMSG_config mc-related stuff is not enough to activate...
2012-06-22 Samuel LepetitRemove MSG_process_kill_from_SIMIX
2012-06-22 Martin Quinsonoops, we broke non-model-checking builds yesterday...
2012-06-21 Marion Guthmullermodel-checker : comment storage of visited pairs
2012-06-21 navarroPut double instead of size_t.
2012-06-21 navarroMore debug
2012-06-21 navarroFix update of the file size when write a double and...
2012-06-21 navarroRewrite the way the disk usage and file size are updated
2012-06-21 Arnaud GierschMove MSG_parallel_task_create() in msg_task.c.
2012-06-21 Arnaud GierschMake the initializations follow the order of the declar...
2012-06-21 Arnaud GierschRemaining s/MSG_global_init/MSG_init/.
2012-06-21 Martin QuinsonCleanups in the --cfg options regarding model-checking
2012-06-21 Martin Quinsonimprove documentation on the way
2012-06-21 Samuel LepetitCheck if the host is down at the end of a SIMIX_io_finish
2012-06-21 Samuel LepetitKill the process when a host fails when doing a synchro...
2012-06-21 Martin QuinsonVarious cleanups to the model-checking user interface
2012-06-21 Samuel LepetitCheck if the host is down after a execute in SIMIX_exec...
2012-06-21 Samuel LepetitCheck if the host is down after a communication
2012-06-21 Samuel LepetitPrevent TRACE_msg_process_kill to be called more than...
2012-06-21 Samuel LepetitAdd TRACE_msg_process_kill to the list of functions...
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Marion Guthmullermodel-checker : fix debug message
2012-06-21 Samuel LepetitRemove dead code from MSG
2012-06-21 jean-noel quintin[simdag,dotloader] clean the valgrind output
2012-06-21 Samuel LepetitDon't give control back to user after a process is...
2012-06-21 Samuel LepetitCheck if the host is down in SIMIX_post_process_sleep.
2012-06-21 Marion Guthmullermodel-checker : end of cleanup for stateful and statele...
2012-06-21 Martin Quinsonlet model-checking compile without supernovae activated...
2012-06-21 Martin Quinsonuseless cosmetics
2012-06-21 Marion Guthmullermodel-checker : unused variable
2012-06-21 Martin Quinsonremove useless check that will never detect any issue
2012-06-21 Marion Guthmullermodel-checker : factorization of code for model-checkin...
2012-06-21 Martin QuinsonDeprecate functions MSG_global_init() / MSG_global_init...
2012-06-21 Samuel LepetitCleanup in SIMIX_process_on_exit_runall
2012-06-21 Samuel LepetitFix bug #14412 (Killing a SIMIX process just after...
2012-06-21 Samuel LepetitFix commit 825fb3d5095e6cce48885d1d04ab1ec3823dae6c
2012-06-21 Arnaud GierschCall simcall_set_category after simdata->compute is...
2012-06-21 Martin Quinsonpebcak protection: some day, someone will use a differe...
2012-06-21 Samuel LepetitMove SIMIX_process_on_exit functions to public
2012-06-21 jbrvremove some trailing spaces
2012-06-21 jbrvevent trace generation : improving some functions
2012-06-20 sutertypo
2012-06-20 Martin QuinsonMC checkpoints implies MC
2012-06-20 Martin Quinsonmeaningful pebcak message: you need to compile MC in...
2012-06-20 Marion Guthmullermodel-checker : new surf configuration mc-checkpoint
2012-06-20 Marion GuthmullerRevert "model-checker : add new surf configuration...
2012-06-20 Marion Guthmullermodel-checker : add new surf configuration mc-checkpoint
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Samuel LepetitAdd on_exit support on SIMIX/MSG, calling functions...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 suterDon't try to dump an output if no event has been stored...
2012-06-20 Marion Guthmullermodel-checker : cosmetics, tab forgotten
2012-06-20 navarroRemove unused variable
2012-06-20 Samuel LepetitBugfix in MSG_parallel_task_execute
2012-06-20 Samuel LepetitStop doing evil things in MSG_parallel_task_execute...
2012-06-20 navarroPut the different model in the dtd. Permit the xml...
2012-06-20 Samuel LepetitFactorise MSG_task_execute and MSG_parallel_task_execute
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Arnaud GierschMore cleanup!
2012-06-20 suteradd a simple explication about how to use the config...
2012-06-20 Samuel LepetitMemory leak fix
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 suterworks better once tested
2012-06-20 Samuel LepetitUse the same way of checking the state of the communica...
2012-06-20 navarroReplace usleep for nanosleep
2012-06-20 Samuel LepetitBugfix of the previous commit.
2012-06-20 Arnaud GierschKeep tabs in generated files.
2012-06-20 Arnaud GierschInclude "xbt/RngStream.h", and avoid duplicate definiti...
2012-06-20 Samuel LepetitFix issue when a host failed while executing a task...
2012-06-20 Marion Guthmullermodel-checker : cosmetics reindent
2012-06-20 Marion Guthmullermodel-checker : cosmetics reindent
2012-06-20 Marion Guthmullermodel-checker : cosmectics reindent and unnecessary...
2012-06-20 suterSolve white space conflicts
2012-06-20 suteradd a new type of typed task to represent a MxN data...
2012-06-20 jbrvProbabilist trace generator : variable names changed
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-20 Marion Guthmullermodel-checker : detect pointers on valid blocks in...
2012-06-20 Marion Guthmullermodel-checker : memset 0 on block/fragment allocated...
2012-06-19 navarroStart to rewrite the mechanism for usage of a storage
2012-06-19 jbrvMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-19 Christophe ThiéryActually, upvalues were implemented a while ago.
2012-06-19 jbrvMake rngStream management functions in platform more...
2012-06-19 Marion Guthmullermodel-checker : fixme about initialization
2012-06-19 Marion Guthmullermodel-checker : remove unused code and update debug...
2012-06-19 Marion Guthmullermodel-checker : add stats in mmalloc
2012-06-19 Marion Guthmullermodel-checker : cosmetics reindent
2012-06-19 navarroFix compilation warning for unused variables
2012-06-19 Samuel LepetitRemove internal function from the documentation
2012-06-19 Samuel LepetitTypo
2012-06-18 Marion Guthmullermodel-checker : add debug messages
2012-06-18 Marion Guthmullermodel-checker : assert on block/fragment address in...
2012-06-18 Marion Guthmullermodel-checker : unnecessary comments removed
2012-06-18 navarroAdd 'content' priority for storage and then storage_type
2012-06-18 navarroPut the storage content into the storage and not into...
2012-06-15 navarroClean sources for mc and reedit some files
2012-06-14 Marion Guthmullerresolve merge conflict
2012-06-14 Marion Guthmullermodel-checker : lex and yacc parsing moved in src/xbt...
2012-06-14 Marion Guthmullermodel-checker : remove unused files
2012-06-14 Samuel LepetitIndentation fix
next