Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Java] bump dependency to Java 7
[simgrid.git] / include / xbt /
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
2015-09-11 Martin Quinson[MSVC] don't load system headers within the extern...
2015-09-11 Martin Quinsonspell-checking
2015-09-11 Martin Quinson[MSVC] Fix a 'no target architecture' fatal error
2015-09-10 Gabriel Corona[mingw] Fix format for MinGW
2015-08-08 Martin Quinsonthis comment was seriously outdated
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-29 degommeforgotten XBT_PUBLIC
2015-07-28 Martin Quinsonpthread is not necessarily defined on windows
2015-07-28 Martin Quinsonwondering whether MinGW C headers are C++ protected :)
2015-07-25 Martin QuinsonRemove borland-compiler related cruft
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-24 Gabriel Corona[mc] Remove MC_automaton_new_propositional_symbol_callb...
2015-07-24 Gabriel Corona[mc] Do not allow to xbt_new things with (non-trivial...
2015-07-21 Gabriel Corona[mc] OOPify/C++ify Type
2015-07-21 Martin Quinsoncosmetics in the check of library version vs. header...
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-06-17 Martin Quinsonsome sorting in the [smpi/xbt]_replay stuff
2015-06-15 Martin QuinsonSMPI replay: make sure that the replay is inited even...
2015-06-11 Gabriel CoronaRemove cycles in #include files
2015-06-10 Millian PoquetMerge branch 'master' of https://scm.gforge.inria.fr...
2015-06-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-10 Gabriel Corona[Windows] Fix access to root log categories from other...
2015-06-10 Gabriel CoronaFix dllexport/dllimport declarations (Windows)
2015-06-09 Gabriel CoronaBreak #include-dependency cycle
2015-06-09 Gabriel CoronaAdd missing #include for _XBT_WIN32
2015-06-09 Gabriel CoronaHopefully fix the strdup/_strdup issue
2015-06-09 Gabriel CoronaFix strdup/_strdup detection
2015-06-09 Gabriel CoronaFix Windows build
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Gabriel CoronaUse _strdup is strdup is not available
2015-06-09 Gabriel CoronaSome (partial) fixes for cross-compiling to Windows
2015-05-21 Gabriel Corona[mc] Make C++ classes out of addres_space, process...
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-05-07 Gabriel Corona[mc] Mark many MC symbols as hidden
2015-05-05 Gabriel CoronaFix xbt_fifo_foreach
2015-04-27 Christian HeinrichRemoved keyword 'register' from files.
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-26 Martin Quinsonnew function: remove a given element of the xbt_heap
2015-04-16 Gabriel Corona[mc] Switch to C++
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-09 Gabriel Corona[mc] Move liveness in MCer process
2015-04-02 Gabriel Corona[mc] Fix cross process access to xtd_heap in mc_diff.c
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-06 Gabriel Corona[mc] Cross-process access to smx_process and simcall
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-10 Gabriel Corona[mc] Server side symbol evaluation
2015-02-10 Gabriel Corona[mc] Register symbols as pointers in the examples
2015-02-10 Gabriel Corona[mc] Extend xbt_propositional_symbols
2015-02-10 Gabriel Corona[mc] Cleanup heap switching code
2015-02-06 Gabriel Corona[mc] Do not call malloc_no_memset in mc_snapshot
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-12 Augustin DegommePatch by F.Chaix : add two "new" log appender methods...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
next