Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make it compile on 32bits, to please @degomme
[simgrid.git] / src / xbt /
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
2015-09-17 Martin Quinsons/_XBT_GNUC/XBT_ATTRIB/ as we will port them to MSVC
2015-09-17 Martin Quinsondelay the inclusion of standard headers so that _CRT_...
2015-09-17 Martin Quinson[MSVC] cleaner solution to the lack of unistd for flex...
2015-09-17 Martin Quinsonuse new/delete instead of xbt_new0/xbt_free on C++...
2015-09-17 Martin Quinsondefine isatty() on architectures that lack it
2015-09-17 Martin Quinson[MSVC] 32bits/64bits is declared that way on this arch
2015-09-17 Martin Quinsonregenerate maintainer-mode files
2015-09-17 Martin Quinsonbummer
2015-09-17 Martin Quinson[MSCV] kill unused variable
2015-09-17 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...
2015-09-17 Martin Quinsontypo
2015-09-17 Martin Quinson[MSVC] don't declare the 'xbt' log channel both extern...
2015-09-17 Martin Quinson[MSCV] no UNISTD here
2015-09-17 Martin QuinsonAdd xbt_basename to the xbt/file module
2015-09-17 Martin QuinsonNew XBT module: file
2015-09-14 Martin Quinsondelay the inclusion of standard headers so that _CRT_...
2015-09-14 Martin Quinson[MSVC] cleaner solution to the lack of unistd for flex...
2015-09-14 Martin Quinsonuse new/delete instead of xbt_new0/xbt_free on C++...
2015-09-14 Martin Quinsondefine isatty() on architectures that lack it
2015-09-14 Martin Quinson[MSVC] 32bits/64bits is declared that way on this arch
2015-09-14 Martin Quinsonregenerate maintainer-mode files
2015-09-14 Martin Quinsonbummer
2015-09-13 Martin Quinson[MSCV] kill unused variable
2015-09-13 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...
2015-09-13 Martin Quinsontypo
2015-09-13 Martin Quinson[MSVC] don't declare the 'xbt' log channel both extern...
2015-09-13 Martin Quinson[MSCV] no UNISTD here
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-12 Martin Quinson[MSVC] unistd.h does not exist on windows
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-08-02 Martin QuinsonMerge branch 'master' into S4U
2015-08-01 Martin QuinsonRemove GTNetS. It was not working anyway
2015-07-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-28 Martin Quinson[windows] fix a typo in 32bits detection
2015-07-28 Martin Quinson[appveyor] be more verbose about what's going on
2015-07-25 Martin Quinsonfix the log hierarchy extraction wrt mc_main, that...
2015-07-25 Martin QuinsonRemove borland-compiler related cruft
2015-07-25 Gabriel CoronaDisable a XBT_LOG_CONNECT (this one is not in libsimgrid)
2015-07-24 Martin Quinsonvarious fixups to the surf documentation
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-21 Martin Quinsonsanitize the process_create simcall
2015-07-18 Martin QuinsonOverhaul of NS3 support in SimGrid
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next