Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add debug message
[simgrid.git] / src /
2013-10-04 Marion Guthmullermodel-checker : add debug message
2013-10-04 Marion Guthmullermodel-checker : ignore some information for system...
2013-10-04 Marion Guthmullerinit request real_src
2013-10-04 Marion Guthmullermodel-checker : detect pointers on a part of a fragment
2013-10-04 Marion Guthmullermodel-checker : automaton state comparison removed...
2013-10-03 Arnaud GierschKill some memory leaks.
2013-10-03 Arnaud GierschTypo: contexte -> context.
2013-10-02 Augustin Degommeparameter order was not changed in java bindings
2013-10-02 Pierre VeyreChange parameters order for msg_file_read, msg_file_wri...
2013-10-02 Arnaud GierschEven printf does not follow the standard on Windows.
2013-10-01 Arnaud GierschFix format specifiers for sg_storage_size_t.
2013-10-01 Arnaud GierschSmall fixes in type names.
2013-10-01 Arnaud GierschUse homogeneous dicts which are more efficient.
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-01 Pierre VeyreIntroduce sg_storage_size_t type
2013-10-01 Pierre VeyreFix the storage content update after a write action...
2013-10-01 Arnaud GierschTry to exit in a more valgrind friendly manner when...
2013-10-01 Arnaud GierschGuard against jedule being null.
2013-10-01 Arnaud GierschCentralize declaration for _sg_init_status (renamed...
2013-10-01 Arnaud GierschRemove "default" factory. The real default is chosen...
2013-10-01 Arnaud GierschFurther improve help message.
2013-10-01 Arnaud GierschImprove help message about available context factories.
2013-10-01 Arnaud GierschFix default context factory.
2013-10-01 Marion Guthmullermodel-checker : fix memory leak
2013-10-01 Marion Guthmullermodel-checker : fix removal of a visited pair in livene...
2013-10-01 Marion Guthmullermodel-checker : parallel system state comparison for...
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-30 Arnaud GierschInitialize arrays at declaration, and remove use of...
2013-09-30 Augustin Degommeas win does not support ucontexts, use raw as the defau...
2013-09-30 Pierre VeyreClean up MSG_host_get_storage_content
2013-09-29 Marion Guthmullermodel-checker : fix detection of dangling pointers...
2013-09-29 Marion Guthmullermodel-checker : update system state comparison
2013-09-28 Martin QuinsonMerge pull request #2 from cemsbr/master
2013-09-28 Pierre VeyrePrepare test suite for msg-storage "ctest -R msg-storage"
2013-09-27 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-26 Pierre VeyreChange MSG_host_get_storage_list function + update...
2013-09-26 Arnaud GierschDetermine assembly flavor at a single place.
2013-09-26 Arnaud GierschSetting the stack size works for threads too, since...
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-26 Pierre VeyreFix MSG_storage_get_content function
2013-09-25 Arnaud GierschQuick fix of doxygen comments.
2013-09-25 Arnaud GierschRemove now unused parameter "default_value" for xbt_cfg...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-09-25 sutermimic host behavior, works better this way
2013-09-25 suterprevent using garbage in data field
2013-09-25 sutermove things to a righter place
2013-09-25 Marion Guthmullermodel-checker : init var
2013-09-25 Pierre VeyreUncomment code to avoid warning
2013-09-25 Pierre Veyreadd msg_storage_priv_t creation
2013-09-25 suterhere was the leak ...
2013-09-25 sutersome corrections while chasing leaks
2013-09-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Pierre VeyreMSG_storage API improvements (or not)
2013-09-25 Arnaud GierschRemove useless lines.
2013-09-25 Arnaud GierschAvoid to leave stale temporary files.
2013-09-24 Augustin Degommedouble definition makes windows unhappy
2013-09-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2013-09-24 Marion Guthmullermodel-checker : fix system state comparison (I hate...
2013-09-24 Augustin Degommeone more leak
2013-09-24 Augustin Degommewindows doesn't provide/need this call
2013-09-24 Augustin Degommefirst attempt to fix win build
2013-09-24 Augustin Degommefew more leaks
2013-09-24 Augustin Degommemore leaks
2013-09-24 Augustin Degommesmpi leak --
2013-09-24 Augustin DegommePower state list was shared between hosts of a cabinet...
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-24 Pierre VeyreAdd MSG_storage_set_property_value function
2013-09-24 sutersimplify way alltoallv and gatherv are described in...
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-24 Pierre VeyreAdd MSG_storage_get_content function
2013-09-24 suterremove a leak on almost all simdag tests
2013-09-23 Arnaud GierschMore memory leaks.
2013-09-23 Arnaud GierschThe full dynar is not used here, delete it.
2013-09-23 Arnaud GierschAlso delete allocs_metadata.
2013-09-23 Arnaud GierschFree loc, which is unused in this path.
2013-09-23 Arnaud GierschFix use after free (data is removed by the call to...
2013-09-23 Augustin Degommeleak --
2013-09-23 Augustin Degommeleak --
2013-09-23 Augustin Degommeremove leaks from energy
2013-09-23 Augustin Degommeadd a cleanup callback to surf_resource_t, useful to...
2013-09-23 Arnaud GierschCosmetics.
2013-09-23 Arnaud GierschThere's no need to dup these strings (memleak--).
2013-09-23 Arnaud GierschFix error: ‘current_region’ may be used uninitialized...
2013-09-23 Augustin Degommefix build without tracing
2013-09-23 Augustin Degommeadd a check to ensure that async_small_thres is under...
2013-09-23 Arnaud GierschTest is useless here.
2013-09-23 Arnaud GierschUse xbt_cfg_setdefault everywhere.
2013-09-23 Arnaud GierschCorrect the settings for default values of boolean...
2013-09-23 Arnaud GierschCosmetics: some reindent.
2013-09-23 Arnaud GierschFix doxygen comments.
2013-09-21 Marion Guthmullerforget to uncomment a part of code
2013-09-21 Marion Guthmullermodel-checker : parallel comparison of system states...
2013-09-21 Marion Guthmullermodel-checker : get size used (heapinfo meta-data)
2013-09-21 Marion Guthmullermodel-checker : minor fix in ddfs algorithm
2013-09-21 Marion Guthmullermodel-checker : --cfg=model-check/checkpoint is an...
2013-09-20 Augustin Degommeattempt to make valgrind happier
2013-09-20 Augustin Degommeleak --
2013-09-20 Guillaume SerrièreMake raw_context compatible with x32 from Debian.
2013-09-19 Augustin DegommeFix reverted commit 28937161936e11ceac5acccf0b547055cc6...
2013-09-18 Augustin Degommeupdate licenses to include OpenMPI and STAR-MPI ones
next