Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cleanups of the DLL usage madness
[simgrid.git] / include / xbt /
2016-02-26 Martin Quinsonfurther remove dead code
2016-02-26 Martin Quinsonasprintf is never used: bprintf is so swag
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 Quinsonwe don't support static build [on windows] anyway
2016-02-24 Martin Quinsonkill several unused functions in xbt
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 Gabriel Corona[mc] Use simgrid::xbt::range for program-counter ranges
2016-02-22 Christian Heinrich[XBT] Added some markup and "\see" to comment
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-18 Martin Quinsonuseless cosmetic
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 Quinsonallow to declare config aliases, to make option renamin...
2016-02-08 Martin QuinsonRegenerate all flexml parsers with 1.9.6-4
2016-02-07 Martin QuinsonNew functions: xbt_str_parse_int / xbt_str_parse_double
2016-02-07 Martin QuinsonNice error message when creating a process on non-exist...
2016-02-07 Martin Quinsonnew function: xbt_dynar_sort_strings(), when the conten...
2016-02-07 Martin Quinsoncompile SMPI as C++ source
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-02 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin Quinsonfurther extend the doc on writing unit tests
2016-02-01 Martin Quinsoncosmetics: rename some documentation files, just for...
2016-01-25 Frederic Suterkill sets! kill!
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-14 Gabriel CoronaUse signals for platform callbacks
2016-01-13 Gabriel CoronaPublic simgrid::xbt:signal<F> class
2016-01-11 Gabriel CoronaRewrite the energy plugin using the extension mechanism
2016-01-09 Martin Quinsonmake it easier to mark execution paths as DEADCODE...
2016-01-08 Gabriel CoronaMake XBT_TEST_UNIT() work in C++
2015-12-18 Martin Quinsonrename facets to extensions for clarity sake
2015-12-18 Gabriel CoronaCall destructors of facets in reverse order of their...
2015-12-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-17 Gabriel Corona[xbt] Type-safe Facetable levels
2015-12-17 Gabriel Corona[xbt] Rewrite the doc about the motivation for simgrid...
2015-12-16 Gabriel Corona[mc] Fix the MC wrt the simgrid::Host modification
2015-12-15 Martin Quinsonrename Lib to Facetable
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-10 Gabriel Corona[xbt] Move XBT_PRIVATE definition with its friends
2015-12-10 Gabriel Corona[xbt] Fix XBT_PUBLIC definition for ELF/*nix
2015-12-08 Gabriel Corona[xbt] Some doc about xbt_lib
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-07 Gabriel Corona[xbt] Remove C++ std::is_trivial verification for xtd_new
2015-12-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Gabriel Corona[simix] Switch to .cpp files
2015-11-24 Gabriel Corona[xbt] C++ support for RngStream.h
2015-10-26 Martin QuinsonKill the setset datacontainer: it's unused since a...
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-20 Ad(rien) LFix conflict - Adrien
2015-10-19 Martin Quinson[doxygen] fix a function comment
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Martin Quinsonfix a typo breaking windows
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Gabriel CoronaDetect/fix conflicting visibility and fix visibility...
2015-10-01 Gabriel Corona[mc] Mark some internal symbols as hidden on ELF in mc
2015-10-01 Gabriel CoronaMark some internal symbols as hidden on ELF in xbt
2015-09-24 Martin Quinsontry to please clang. No idea of why it fails on mac...
2015-09-24 Martin Quinsondon't fail miserably when raising an exception after...
2015-09-20 Martin Quinsonmore documentation
2015-09-18 Martin Quinsonstupid bummer
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-18 Martin QuinsonI think that MSVC wants the attrib before the symbol...
2015-09-18 Martin Quinsonport XBT_ATTRIB_NORETURN to MSVC
2015-09-17 Martin Quinsons/_XBT_GNUC/XBT_ATTRIB/ as we will port them to MSVC
2015-09-17 Martin QuinsonMSCV also define _THROW, so pick another name for our...
2015-09-17 Martin Quinson[MSVC] strcasecmp has a weird name on non-POSIX systems
2015-09-17 Martin Quinsondelay the inclusion of standard headers so that _CRT_...
2015-09-17 Martin Quinsonload system headers after simgrid ones
2015-09-17 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...
2015-09-17 Martin Quinson[MSVC] don't declare the 'xbt' log channel both extern...
2015-09-17 Martin Quinson[MSVC] silence some warnings
2015-09-17 Martin QuinsonAdd xbt_basename to the xbt/file module
2015-09-17 Martin QuinsonNew XBT module: file
2015-09-14 Martin QuinsonMSCV also define _THROW, so pick another name for our...
2015-09-14 Martin Quinson[MSVC] strcasecmp has a weird name on non-POSIX systems
2015-09-14 Martin Quinsondelay the inclusion of standard headers so that _CRT_...
2015-09-14 Martin Quinsonload system headers after simgrid ones
2015-09-13 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...
2015-09-13 Martin Quinson[MSVC] don't declare the 'xbt' log channel both extern...
2015-09-13 Martin Quinson[MSVC] silence some warnings
2015-09-13 Martin QuinsonAdd xbt_basename to the xbt/file module
2015-09-13 Martin QuinsonNew XBT module: file
2015-09-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-13 Martin Quinson[MSVC] correct support for thread-local storage
2015-09-13 Martin QuinsonSearch a better location for MSVC definition intended...
2015-09-13 Martin Quinson[MSVC] disable all 'POSIX name is deprecated' at once
2015-09-12 Martin Quinson[MSVC] don't whine on fopen being insecure
2015-09-12 Martin Quinson[MSVC] POSIX is not deprecated yet, you bummer
2015-09-12 Martin Quinson[MSVC] use our extended xbt_malloc, but don't choke...
2015-09-12 Martin Quinsoncosmetics in the uglyness that MSVC requires
2015-09-12 Martin QuinsonMSVC don't like macros that pass VA_ARGS to each other
next