Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove some #include
[simgrid.git] / src / xbt /
2016-02-26 Martin Quinsonrebalance a bit between simgrid_config and internal_config
2016-02-26 Martin Quinsonfurther remove dead code
2016-02-26 Martin Quinsonwoops, all machines but mine need stdio.h here
2016-02-26 Martin Quinsonasprintf is never used: bprintf is so swag
2016-02-26 Martin Quinsonwe never need asnprintf nor vasnprintf
2016-02-26 Martin Quinsonsnprintf is C99, we require C11. kill the portability...
2016-02-26 Martin Quinsonfurther improve code coverage by killing old code
2016-02-26 Martin Quinsontesh is not in C anymore, there is no need to compute...
2016-02-25 Martin Quinsonimprove coverage: kill dead code
2016-02-24 Martin Quinsonkill several unused functions in xbt
2016-02-23 Martin QuinsonSome people want both make distcheck AND make to work...
2016-02-23 Martin QuinsonKill graphxml parsing feature. It was not used
2016-02-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-23 Martin Quinsonreduce the amount of includes to speed up recompilations
2016-02-22 Christian Heinrich[XBT] Amended docs for xbt/dict
2016-02-22 Christian Heinrich[XBT] typo fix.
2016-02-20 Martin Quinsonfix some dead assignments reported by clang scan-build
2016-02-20 Martin Quinsonavoid a segfault when using option aliases
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-17 Martin QuinsonKill rm_cb feature of config sets: it was never useful
2016-02-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-17 Martin Quinsonmake sure that the newname exists when declaring an...
2016-02-17 Martin Quinsondon't produce more output that it used to be
2016-02-17 Martin Quinsonallow to declare config aliases, to make option renamin...
2016-02-12 Frederic Suterno need for this awk checker anymore
2016-02-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-11 Gabriel CoronaRevert "[mc] Fix loop bound checking using heaplimit"
2016-02-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-09 Martin Quinsonalso regenerate the MC flex parsers with a recent flexml
2016-02-09 Gabriel Corona[simix] Attach context
2016-02-09 Martin QuinsonThe memory management of dirname is stupid, so be brutal
2016-02-08 Martin QuinsonRegenerate all flexml parsers with 1.9.6-4
2016-02-07 Martin QuinsonFix a maybe-uninitialized warning
2016-02-07 Martin Quinsonkill all atol() from our codebase
2016-02-07 Martin QuinsonNew functions: xbt_str_parse_int / xbt_str_parse_double
2016-02-07 Martin Quinsonnew function: xbt_dynar_sort_strings(), when the conten...
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-05 Martin Quinsonkill platform generation from the C sources
2016-02-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-05 degomme(try to) Unify detection of windows. _WIN32 may not...
2016-02-04 degommeUnify naming of contexts support.
2016-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-02 Martin Quinsondon't destroy synchro in a simcall, this drives the...
2016-02-02 Martin Quinsoncosmetics
2016-02-02 Christian Heinrich[XBT] Cosmetics; helps with cg/vg
2016-02-02 Christian Heinrich[XBT] Expanded error message for cfg values
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-26 Frederic Sutertidying and cosmetics
2016-01-25 Frederic Suterkill sets! kill!
2016-01-25 Frederic Suterget rid of simdag tracing. was superficial anyway
2016-01-22 Martin QuinsonKill another GRAS leftover: SG/RL thread portability...
2016-01-21 Martin Quinsonkill another GRAS leftover: xbt_peer_t
2016-01-21 Martin Quinson[xbt] Kill the queue datacontainer: it made more sense...
2016-01-20 Christian Heinrich[Lua] Removed remains from older codebase
2016-01-20 Christian Heinrich[Lua] Removed lua simulation support
2016-01-19 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-18 Martin QuinsonMerge pull request #50 from mpoquet/master
2016-01-18 Millian PoquetCosmetics: removal of a useless comment I wrote in...
2016-01-18 Millian PoquetMerge branch 'master' of https://github.com/mquinson...
2016-01-18 Millian PoquetWarning fix: remove old and weird __foo__ function...
2016-01-18 Millian PoquetWarning and pessimization fix in get_memory_map: a...
2016-01-18 Millian PoquetWarning fix: addition of the override specifier for...
2016-01-11 Martin Quinsonbe more robust to strange failures when handling exceptions
2015-12-16 Gabriel Corona[mc] Fix the MC wrt the simgrid::Host modification
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-07 Gabriel Corona[simix] Move BoostContext to C++
2015-12-05 Martin Quinsonkill dead code
2015-11-23 Gabriel Corona[mc] Remove mcer_ignore.cpp
2015-11-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-12 Gabriel Corona[mc] Merge Server class into ModelChecker
2015-11-10 Gabriel Corona[mc] Move Server in simgrid::mc
2015-11-08 Martin QuinsonDon't segfault when one level of the lib has a NULL...
2015-11-06 Martin Quinson[win] protect the inclusion of a non-existing file
2015-11-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-05 Gabriel Corona[smpi] Use virtual memory layout to find the data segment
2015-11-03 Martin QuinsonFix out-of-tree builds after 3203ed1, sorry
2015-10-26 Martin QuinsonKill the setset datacontainer: it's unused since a...
2015-10-25 Martin Quinsonfix build on non-linux arch
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-09 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-09 Gabriel Corona[mc] Fix loop bound checking using heaplimit
2015-10-06 Martin Quinson[windows] typo breaking the build
2015-10-06 Martin Quinsonset a SimGrid identity to maestro on windows too
2015-10-05 Martin Quinsonproperly disable pthreads on windows (+cleanups)
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Gabriel CoronaMark some internal symbols as hidden on ELF in xbt
2015-09-24 Martin Quinsondon't fail miserably when raising an exception after...
2015-09-20 Martin Quinson[windows] fix the detection of 32/64 bits
2015-09-19 Martin Quinsonfix some 'signed/unsigned comparison' warnings
2015-09-19 Martin Quinsondon't compare signed and unsigned
2015-09-19 Martin Quinson[MSVC] convert unsigned to signed before applying unary...
2015-09-18 Martin Quinsonfix the detection of MSVC
2015-09-18 Martin Quinson[MSVC] Give up: disable busy waiting on windows as...
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
next