Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unify models apis
[simgrid.git] / src / xbt /
2014-05-14 Stéphane CastelliAdd a routing for fat trees
2014-05-13 Stéphane CastelliThe tag cluster accepts the topology fat_tree
2014-05-12 Henri CasanovaMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-12 Arnaud GierschSet return value.
2014-05-12 Arnaud GierschFix dead assignments.
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-07 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-06 Augustin Degommehave barrier_wait return XBT/MSG_BARRIER_SERIAL_PROCESS...
2014-05-06 Augustin Degommeadd msg and xbt versions of barrier.
2014-05-05 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-05 Arnaud GierschDon't use xbt_assert for error checking, it may be...
2014-04-25 Augustin Degommenew flex run
2014-04-25 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-24 Gabriel Corona[mmalloc] Extends the junk area and use finer grained...
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-15 Stéphane CastelliAdded some work in the creation of links in the fat...
2014-04-14 Gabriel Corona[mc] Only enable KSM on snapshots and not on main memory
2014-04-14 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-14 Gabriel CoronaMerge branch 'mc-perf'
2014-04-14 Gabriel Corona[mc] Avoid allocation/deallocation in init_heap_information
2014-04-11 Arnaud GierschCosmetics: XBT_PUBLIC is not needed here.
2014-04-11 Arnaud GierschMake xbt_abort really silent on Windows.
2014-04-11 Gabriel Corona[mc] Avoid allocations in state->equals_to{1,2}
2014-04-11 Gabriel Corona[mc] Optimise memory allocation in mm_diff
2014-04-11 Gabriel Corona[mc] Remove buggy xbt_free
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-07 Augustin Degommeadd defines to windows build, to avoid breaking ucontex...
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Augustin Degommeoops, forgot to perform the actual change of path in...
2014-04-04 Augustin Degommefile win32_ucontext.h was moved by 6e893f95c
2014-04-04 Augustin Degommeget page size info on win32
2014-04-04 Augustin Degommedisable segv handler and guards on windows platforms
2014-04-01 Arnaud GierschCheck if MAP_ANONYMOUS is defined after including sys...
2014-04-01 Arnaud GierschCosmetics: move SimGrid copyright on top.
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-28 Gabriel Corona[mc] Kernel Samepage Merging support (Linux)
2014-03-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-22 Arnaud GierschMissing XBT_LOG_CONNECTs.
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-19 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-18 degommeMerge branch 'master' of git://scm.gforge.inria.fr...
2014-03-18 degommemissing includes
2014-03-18 Gabriel Corona[mc] Use reference to types intead of type IDs
2014-03-18 Gabriel Corona[mc] Fix type name handling
2014-03-18 Gabriel Corona[mc] Add location field in struct/class-members
2014-03-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-17 Arnaud GierschNew function: xbt_os_thread_setguardsize (like pthread_...
2014-03-17 Arnaud GierschBe less coarse on error recovery: try first with a...
2014-03-17 Arnaud GierschInitialize default thread attrs in xbt_os_thread_mod_pr...
2014-03-17 Arnaud GierschCache the size of a memory page for the current system.
2014-03-13 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-11 Arnaud GierschCheck for null pointer.
2014-03-10 Gabriel Corona[mc] Pass arguments everywhere in the state comparator...
2014-03-08 Arnaud GierschKey may be part of obj, remove it at the last.
2014-03-08 Martin Quinsonkill some unused static functions
2014-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-03-07 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-07 Pierre VeyreAdd "attach" attribute to storage tag in platform descr...
2014-03-06 Arnaud GierschUse sensible values for arities of config elements.
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-03-03 Gabriel Corona[mc] Add support for DW_TAG_unspecified_type (nullptr_t...
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-25 Gabriel Corona[mc] Handle DW_TAG_class_type as DW_TAG_structure_type...
2014-02-25 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-25 Gabriel CoronaMerge bugfix from branch mc-refactor
2014-02-25 Gabriel CoronaMerge bugfix
2014-02-25 Gabriel Corona[mc] Fix buf introduces by previous commit
2014-02-25 Gabriel Corona[mc] Handle reference_type and rvalue_reference_type...
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-24 Gabriel CoronaMerge branch 'mc-perf' into mc
2014-02-21 Gabriel Corona[mc] Avoid resolving TLS over and over again
2014-02-18 Marion Guthmullermodel-checker : conflit
2014-02-14 Augustin Degommeprotect smpi against problems with replay+collectives.
2014-02-13 Augustin Degommeenforce the use of the routing attribute of an AS,...
2014-02-10 Arnaud GierschSupernovae mode was deprecated. It is currently broken...
2014-02-10 Gabriel CoronaMerge branch 'mc' into mc-perf
2014-02-10 Gabriel Corona[mc] Use optimized local implementation of libuwind...
2014-02-07 Gabriel CoronaMerge branch mc into mc-perf
2014-02-07 Gabriel Corona[mc] Fix segfaults when type->name==NULL
2014-02-07 Gabriel Corona[mc] Avoid type lookups and calls to get_type_description()
2014-02-07 Gabriel Corona[mc] Pass mc_object_info_t arguiments in many places...
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-02-03 Gabriel Corona[mc] Fix broken type in compare_heap_area_with_type
2014-01-31 Gabriel Corona[mc] Do not ignore DW_TAG_const_type
2014-01-28 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-01-27 Arnaud GierschDon't build mmalloc when !HAVE_THREAD_LOCAL_STORAGE.
2014-01-22 Arnaud GierschConnect another new log category.
2014-01-22 Augustin DegommeMerge branch 'torus'
2014-01-22 Augustin Degommedtd update for new cluster routing options
2014-01-22 Arnaud GierschConnect new log category.
2014-01-17 Augustin Degommeupdate dtd to add torus_dimensions tag to clusters
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2014-01-17 Gabriel Corona[mc] Use DWARF constants for type tags
2014-01-16 Arnaud GierschWorkaround hang at cleanup.
2014-01-10 Gabriel Corona[mc] Split byte_size and element_count in mc_object_info_t
2014-01-08 Martin QuinsonI meant to paraphrase the expression 'give me liberty...
next