Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing platforms in distrib
[simgrid.git] / src /
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
2012-06-14 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-14 Arnaud GierschFix format string.
2012-06-14 Arnaud GierschRemove unused variable.
2012-06-14 Arnaud GierschAdd cases for missing enumeration values.
2012-06-14 schnorr[trace] correctly generating viva categorized configuration
2012-06-14 suteradd a SD_task_set_rate function
2012-06-14 Samuel LepetitUpdate MSG_comm_wait documentation
2012-06-14 Samuel LepetitAdd a MSG_vm_destroy function to free a virtual machine
2012-06-14 Samuel LepetitBugfix in cloud API (again)
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] re-write of trace mark API, need to declare...
2012-06-14 schnorr[trace] only ignore the call if the mark type wasn...
2012-06-14 schnorr[trace] we don't need to trace the destruction of the...
2012-06-14 schnorr[trace] don't let mark the trace if platform is not...
2012-06-14 Marion Guthmullermodel-checker : add header (description, copyright...
2012-06-14 Arnaud GierschFix build with paranoid flags: remove redundant '\0...
2012-06-14 Marion Guthmullermodel-checker : comment unused variable
2012-06-14 Marion Guthmullermodel-checker : get end heap with field breakval in...
2012-06-14 Sascha Hunoldupdated jedule output of SimDag
2012-06-14 Marion Guthmullermodel-checker : move print statistics if property is...
2012-06-14 Marion Guthmullermodel-checker : fix std_heap address for heap compariso...
2012-06-14 Marion Guthmullermodel-checker : in second test unit, snapshot compariso...
2012-06-13 Arnaud Giersch[trace] correct impossible code.
2012-06-13 Arnaud Giersch[trace] new function: PJ_value_get_or_new().
2012-06-13 Arnaud Giersch[trace] throw an exception instead of returning NULL.
2012-06-13 Arnaud Giersch[trace] test is obviously redundant here.
2012-06-13 Martin QuinsonNew function: MSG_host_set_property_value()
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 Marion Guthmullermodel-checker : get std_heap with mmalloc_get_current_h...
2012-06-13 navarroChange the file API, remove the mount point in each...
2012-06-13 Arnaud GierschCosmetics: allow a semicolon after macro usage.
2012-06-13 Marion Guthmullermodel-checker : new test unit for snapshot comparison
2012-06-13 Marion Guthmullermodel-checker : remove unused argument in functions...
2012-06-13 Marion Guthmullermodel-checker : add total hamming distance for heap...
2012-06-13 Marion Guthmullermodel-checker : test unit for snapshot comparison
2012-06-13 Marion Guthmullermodel-checker : unused variables deleted
2012-06-13 Marion Guthmullermodel-checker : remove unnecessary get_memory_map_addr...
2012-06-13 Marion Guthmullermodel-checker : update include file
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-13 jbrvEvent generation for probabilist tmgr_trace
2012-06-13 Marion Guthmullermodel-checker : print statistics in all cases (property...
2012-06-12 Marion Guthmullermodel-checker : comment unused statistics information
2012-06-12 Arnaud GierschDon't rely on the non-standard on_exit() function.
2012-06-12 Arnaud GierschRename functions xbt_dict_hash*() to xbt_str_hash().
2012-06-12 Arnaud GierschInline functions without their definitions don't make...
2012-06-12 navarroRemove some debug from execution
2012-06-12 navarroAdd disk usage and size parameters for storage.
2012-06-12 jbrvAdd a constructor for probabilist tmgr_trace
2012-06-12 Martin Quinsonthat's perfectly fine to not free that memory on proces...
2012-06-12 Marion Guthmullermodel-checker : warnings compilation fixed
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-12 Marion Guthmullermodel-checker : fix number and address of blocks in...
2012-06-12 Arnaud GierschDefine variables in C file.
2012-06-12 Arnaud GierschDeclare exported functions in header.
2012-06-12 Arnaud GierschFix compilation errors about unused or uninitialized...
2012-06-12 jbrvchange a function name that I forgot to change
2012-06-11 jbrvTrace manager : add a function to generate values from...
2012-06-11 jbrvTrace manager : Add and change some structures and...
2012-06-11 Marion Guthmullermodel-checker : remove useless memcmp in heap compariso...
2012-06-11 jbrvAdd a function to copy a RngStream structure
2012-06-11 jbrvMove XBT hash functions to xbt_str.c and make them...
2012-06-11 Stephane Genaudgcc defines __APPLE__, use this instead APPLE
2012-06-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-09 Marion Guthmullermodel-checker : heap comparison algorithm rewrited
2012-06-08 jbrvAdd new functions to support different sources of avaib...
2012-06-08 jbrvModify structures to support different sources of avaib...
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-07 schnorr[trace] paje file format has evolved with a new event...
2012-06-07 pierreHack to compile smpi on Mac (but need to fix;)
2012-06-06 Marion Guthmullertypos in message of backtrace display (where malloced...
2012-06-06 schnorr[trace] viva graph configuration (same as for triva...
2012-06-06 schnorr[trace] launch an exception if user provided an unknown...
2012-06-05 Christophe ThiéryThe usual typo.
2012-06-05 Martin Quinsonavoid double free issues when on host failure+process run
2012-06-05 Martin QuinsonBug fixes around the resource failures in Simix
2012-06-05 Martin Quinsondo not hide issues
2012-06-04 Arnaud GierschDeclare as "unsigned" bit fields used as boolean.
2012-06-04 Arnaud GierschCosmetics: align comment.
2012-06-04 Arnaud GierschAdd missing includes.
2012-06-04 Christophe ThiéryA boolean should be unsigned if you want to compare...
2012-06-03 Marion Guthmullermodel-checker : free pointers
2012-06-03 Marion Guthmullermodel-checker : free pointers
2012-06-03 Marion Guthmullermodel-checker : initialize pointer and update indice...
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-02 Marion Guthmullermodel-checker : free pointer
2012-06-02 Marion Guthmullermodel-checker : initialize pointers (segfault with...
2012-06-02 Marion Guthmullermodel-checker : add pair's number in struct mc_pair_rea...
2012-06-02 Marion Guthmullermodel-checker : free pointers
2012-06-01 Arnaud GierschUndefine this terms, or supernovae build will fail.
2012-06-01 Marion Guthmullermodel-checker : oops, about 3000 blocks unchecked in...
2012-06-01 Marion Guthmullermodel-checker : first work for canonicalisation (get...
next