Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify and reverse comparison for accumulates in Waitall
[simgrid.git] / src / xbt /
2017-03-02 Frederic Sutersmells --
2017-03-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-01 Frederic Sutertry to fix --help
2017-03-01 Martin Quinsonsmpi_replay: allow to register extra events before...
2017-03-01 Frederic Suterkill two dynars
2017-02-22 degommeMacOS mappings were 1 byte off, preventing extension...
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-17 Frederic Suterplease sonar there
2017-02-16 Frederic Suteryet another bitwise pickyness + hey that's a foreach
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutersteal a bunch of easy commits and please sonar
2017-02-02 Martin Quinsonplug a huge memleak that I created while optimizing...
2017-02-02 Martin Quinsonplease sonar by marking C functions as such
2017-02-01 Martin QuinsonComment a particularly ... inventive code path
2017-02-01 Martin Quinsondon't malloc tons of dynars in mpi_waitany
2017-01-31 Martin Quinsonlet the users know about config changes concerning...
2017-01-25 Martin Quinsonreduce the amount of mallocs and use space on the stack
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Matthieu Volatdarwin: (preliminary) memory mappings + smpi variable...
2017-01-16 Martin Quinsoncontinue to split the source code of MC. Split remoting
2017-01-10 Martin Quinsoncosmetics
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-20 Martin Quinsonchange all links to my old webpage
2016-12-19 Martin Quinsonconvert the last vm simcall into s4u code
2016-12-13 Martin Quinsonupdate function documentation and variable names in...
2016-12-12 Martin Quinsonthese are redundent tests of which we already have...
2016-12-06 Martin Quinsonplease sonar and use & when creating function pointers
2016-12-04 Martin Quinsoncleanups in the dict and dynar tests
2016-12-04 Martin Quinsonstop testing heterogeneous dicts, too
2016-12-04 Martin QuinsonDeprecate xbt_dict_new()
2016-12-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-12-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-01 Martin Quinsonmore informative assert message
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-28 Martin Quinsonimprove the debug logs produced by the route seeking...
2016-11-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-28 Matthieu VolatMark shared libraries private clean pages as non-writab...
2016-11-28 Matthieu VolatIn FreeBSD map backend, mark stack same as in Linux
2016-11-21 Martin Quinsoninline all VM tracing functions
2016-11-20 Martin Quinsonavoid using C exceptions as valgrind don't like them...
2016-11-08 Martin QuinsonSpell check, again O:-)
2016-11-07 Matthieu VolatBump mmorecore buffer size to 256 bytes on FreeBSD
2016-11-07 Matthieu VolatWhen mmap-ing, ensute that offset is set to 0 if anon...
2016-11-07 Matthieu VolatCheck for a dlfunc() function to get handle if present
2016-11-04 degommeclang complains about these seemingly unecessary std...
2016-10-31 Martin Quinsontry to fix the windows build (+clang-format)
2016-10-31 Martin Quinsoncosmetics
2016-10-31 Martin Quinsonthis is definitely a backtrace function
2016-10-31 Martin Quinsonkill empty functions
2016-10-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-31 degommeAdd a FreeBSD backend for get_memory_map(), allow to...
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-07 Martin Quinsondrop xbt_os_sem_get_value: unused internally, deprecate...
2016-09-10 Martin QuinsonI should try to compile before comiting. Sorry.
2016-09-09 Martin Quinsonrestore a warning when doing weird assumptions about...
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Frederic Suterfurther objectification of jedule bindings
2016-09-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-03 Martin Quinsoncosmetics
2016-08-29 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-29 Augustin Degommeremove the else clause that should never be reached...
2016-08-26 Martin Quinsonthe order of atexit() seem to be different on FreeBSD
2016-08-25 Martin Quinsondestroy the config set each time we allocate it
2016-08-21 Martin Quinsonno need to manually compute the log2
2016-08-10 Martin Quinsonremove a useless C -> C++ function
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Martin Quinsoncompile a piece of xbt with g++ to remove a useless...
2016-08-09 Martin Quinsonuse C++11 default implem to please sonar
2016-08-07 Martin Quinsonkill obsolete code
2016-08-07 Martin Quinsonvarious documentation improvements
2016-08-03 Frederic Sutercatch also some more sensible "nested code block"
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Gabriel CoronaMerge s4u wait_any
2016-07-22 Gabriel Corona[xbt] Add missing #includes
2016-07-22 Gabriel Corona[xbt] Install a custom exception handler
2016-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-20 Martin Quinsonsimplify a loop to please sonarqube
2016-07-12 Gabriel Corona[xbt] Documentation and cleanup
2016-07-12 Gabriel Corona[xbt] Move throwpoint out of xbt_ex in WithContextException
2016-07-09 Martin Quinsonkill our last '#ifdef _MSC_VER'
2016-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-07-01 Frederic Sutercatch some bugs in fifo and parmap
2016-07-01 Frederic Suterfix one rule catches: comments in comments
2016-06-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Christian Heinrich[XBT] Fix wrong indices.
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-26 Martin Quinsonsanitizers report that we sometimes sort empty dynars
2016-06-24 Martin Quinsontry to please sonarqube on that loop
2016-06-21 Martin QuinsonRemove exception specifications
2016-06-20 Martin Quinsonsmall improvments advised by sonar
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-17 degommemaintainer mode pass, to add dragonfly topology
2016-06-17 degommeAdd Dragonfly topology. Use XC30's Cray description...
2016-06-17 Christian Heinrich[XBT] Remove unused code
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Christian Heinrich[XBT] Fix array indices in memory_map.cpp
2016-06-17 Christian Heinrich[XBT] Add/fix some comments in memory_map.cpp
next