Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
as win does not support ucontexts, use raw as the default factory for this platform
[simgrid.git] / src /
2013-09-30 Augustin Degommeas win does not support ucontexts, use raw as the defau...
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
2013-09-18 Augustin Degommeyara (yet another redundant algorithm)
2013-09-18 Augustin Degommesome requests were not tagged correctly
2013-09-18 Augustin Degommekeep on removing useless algorithms
2013-09-18 Augustin Degommeuse tuned barrier here if provided
2013-09-18 Augustin Degommeuse tuned versions of the algos inside this one
2013-09-18 Augustin Degommecontinue cleanup of redundant algorithms
2013-09-18 Augustin Degommeremove redundant algo
2013-09-18 Augustin Degommeuse tuned algo here
2013-09-18 Augustin Degommeremove redundant allgather algo from star-mpi
2013-09-18 Pierre VeyreFix MSG_storage_get_properties()
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-18 Pierre VeyreMSG storage API improvements
2013-09-13 Arnaud GierschImprove printing of boolean values with --cfg-help.
2013-09-13 alebreFix silly bug in msg process sleep bindings - Adrien
2013-09-13 Arnaud GierschMake comment match the code.
2013-09-13 Arnaud GierschMake smpi_process_init public, and avoid errors with...
2013-09-13 Arnaud GierschDon't remove forward declarations for subroutines.
2013-09-13 Arnaud GierschCannot free this string here.
2013-09-10 Pierre VeyreStorage API
2013-09-03 Augustin DegommeEnsure we don't post a too big receive here, because...
2013-08-29 Augustin DegommeRevert "Argh stupid me! This fixes commit 4fff3fb509f60...
2013-08-29 Augustin Degommeas this can be called from anywhere (and sometimes...
2013-08-29 Augustin Degommememleaks --
2013-08-29 Augustin Degommemove tracing for smpi collectives to a place where...
2013-08-29 Augustin Degommeadd option tracing/smpi/display_sizes to display size...
2013-08-29 Augustin Degommewe added it, we might as well ... use it ?
2013-08-29 Augustin Degommeadd mpich's allgatherv ring algo, as the one from star...
2013-08-29 Augustin Degommehave alltoallv bruck algo behave like mpich one, with...
2013-08-29 Augustin Degommetypo--
next