Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make example compile with enable_warnings=ON.
[simgrid.git] / examples / msg /
2012-07-04 Arnaud GierschMake example compile with enable_warnings=ON.
2012-07-04 Arnaud GierschReindent.
2012-07-04 Arnaud GierschDon't override CMAKE_C_FLAGS!
2012-07-04 Arnaud GierschMake directory when building out of the source tree.
2012-07-04 schnorr[trace] fix paje header in tesh files
2012-07-03 Marion Guthmullermodel-checker : copyright header for safety properties...
2012-07-03 Samuel LepetitAdd bittorrent example
2012-07-03 Samuel LepetitRevalidate chord.tesh/chord_crosstraffic.tesh
2012-07-03 Samuel LepetitAdd leave in chord
2012-07-02 Marion Guthmullermodel-checker: sed 's/m_task_t/msg_task_t/g' on MC...
2012-06-29 lbobelinCleaned doc, re-included examples, should be better...
2012-06-29 Marion Guthmullermodel-checker : tests for snapshot comparison
2012-06-29 Samuel LepetitUse msg_error_t instead of MSG_error_t
2012-06-29 Samuel LepetitUse msg_gpu_task_t instead of m_gpu_task_t
2012-06-29 Samuel LepetitUse msg_task_t instead of m_task_t
2012-06-29 Samuel LepetitUse msg_host_t instead of m_host_t.
2012-06-29 Samuel LepetitUse msg_process_t instead of m_process_t
2012-06-29 Arnaud GierschUpdate tesh files with process autorestart.
2012-06-29 Arnaud GierschAdd "output sort" in tesh files.
2012-06-27 Samuel LepetitFirst bricks for auto_restart support in SIMIX/MSG.
2012-06-26 Arnaud GierschReindent Cmake files.
2012-06-26 Arnaud GierschRemove unnecessary spaces and empty lines in tesh files.
2012-06-26 Marion Guthmullermodel-checker : keep one bugged1 example for liveness...
2012-06-26 Marion Guthmullermodel-checker : update list of examples in CMakeLists
2012-06-26 Marion Guthmullermodel-checker : remove unused examples
2012-06-26 Marion Guthmullermodel-checker : cosmetics reindent
2012-06-22 navarroUpdate tesh files using trace as those files have chang...
2012-06-22 navarroNeed to have a double because the result should not...
2012-06-22 Marion Guthmullermodel-checker : update tesh with new cleanups done...
2012-06-21 navarroPut double instead of size_t.
2012-06-21 navarroComsetics
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 QuinsonVarious cleanups to the model-checking user interface
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Samuel LepetitUpdate masterslave_cloud tesh file
2012-06-21 Marion Guthmullermodel-checker : update examples with new function MSG_init
2012-06-21 Marion Guthmullermodel-checker: remove unused examples
2012-06-21 Martin QuinsonDeprecate functions MSG_global_init() / MSG_global_init...
2012-06-21 Samuel LepetitFix bug #14412 (Killing a SIMIX process just after...
2012-06-20 Marion Guthmullermodel-checker : remove unused example
2012-06-20 Marion Guthmullermodel-checker : new surf configuration mc-checkpoint
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 navarroPut the different model in the dtd. Permit the xml...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Arnaud GierschRemove unused file.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-18 Marion Guthmullermodel-checker : update tesh examples with last modifica...
2012-06-18 Arnaud GierschFix tesh and cmake files for test masterslave_virtual_m...
2012-06-15 navarroAdd generated mc files to extra dist
2012-06-15 navarroClean sources for mc and reedit some files
2012-06-15 navarroRemove unused files
2012-06-15 Marion Guthmullermodel-checker : remove unused files in examples/ms/mc
2012-06-14 navarro2nd part of kill GLOB_RECURSE
2012-06-14 Marion Guthmullerresolve merge conflict
2012-06-14 Marion Guthmullermodel-checker : examples updated with new lex and yacc...
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 LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-14 navarroFirst step to delete GLOB command from cmake
2012-06-14 Samuel LepetitAdd a MSG_vm_destroy function to free a virtual machine
2012-06-14 Samuel LepetitAdd tesh file for masterslave_virtual_machines
2012-06-14 Marion Guthmullermodel-checker : remove unnecessary include in lex file
2012-06-14 Samuel LepetitFix the cloud API, nicely this time.
2012-06-14 Samuel LepetitRevert "Debug the cloud API, it should work as expected...
2012-06-14 schnorr[trace] we don't destroy things we didn't create
2012-06-14 schnorr[trace] re-write of trace mark API, need to declare...
2012-06-13 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Samuel LepetitDebug the cloud API, it should work as expected now.
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Samuel LepetitBugfix in msg/io example
2012-06-13 navarroChange the file API, remove the mount point in each...
2012-06-13 Arnaud GierschRewrite the platform_script.lua used by the test for...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion Guthmullermodel-checker : remove binary name as argument of some...
2012-06-12 navarroRemove some debug from execution
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-12 Arnaud GierschMissing include.
2012-06-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-08 suterFirst step to move trace replay from MSG towards SMPI
2012-06-08 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-08 jbrvChanged masterslave with failures test platform
2012-06-07 schnorr[trace] paje header changed, update tesh
2012-06-03 Marion Guthmullermodel-checker : XBT_DEBUG replaced by XBT_INFO
2012-06-03 Marion Guthmullermodel-checker : new properties in promela for centraliz...
2012-06-03 Marion Guthmullermodel-checker : new examples
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 Marion Guthmullermodel-checker : remove unused variable CS_PER_PROCESS
2012-05-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-29 Martin Quinsonrecommit my initial version of cloud stuff for 3.8...
2012-05-24 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-24 Laurent BobelinRemoved some unused and out-of-date XML files, correcte...
2012-05-23 schnorr[trace] updating tesh's that check graph configuration...
2012-05-23 Arnaud GierschUse standard modifier %z instead of %Z.
2012-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-14 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-14 Christophe ThiéryAdd comments to this script
2012-05-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next