Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Grammar...
[simgrid.git] / src /
2015-09-21 Christian Heinrich[SMPI] Grammar...
2015-09-21 Gabriel Corona[mc] Add missing #include
2015-09-21 Martin Quinsonone more strange casting to fit into LLP64 data model
2015-09-21 Martin QuinsonCorrectly cast pointers into uintptr_t to fit into...
2015-09-20 Martin Quinson[MSVC] try to shut some warnings in the right file
2015-09-20 Martin Quinson[windows] fix the detection of 32/64 bits
2015-09-19 Martin Quinsondisable a MSVC warning
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-19 Martin Quinsonstop being foolish and deal with public data the regula...
2015-09-19 Martin Quinson[MSVC] export these variables in a windows way
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 Gabriel Corona[mc] Fix missing #include in Windows
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 Gabriel Corona[mc] Fix missing #include
2015-09-17 Gabriel Corona[mc] Use member hooks for surf_interface
2015-09-17 Gabriel Corona[mc] Use member hooks for VM
2015-09-17 Gabriel Corona[mc] Use member hooks for CpuTi
2015-09-17 Gabriel Corona[mc] Remove remaining bits of libdw outside of mc_libdw...
2015-09-17 Gabriel Corona[mc] Use string::compare instead of strcmp
2015-09-17 Gabriel Corona[mc] Fix initialisation of dwarf expression
2015-09-17 Gabriel Corona[mc] Move libdw binding code in its own file
2015-09-17 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-17 Martin Quinson[MSVC] help that stupid parser: we are not closing...
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 Quinsondont load smpi.h when not needed: it breaks on MSVC
2015-09-17 Martin Quinson[MSVC] silence some warnings
2015-09-17 Martin Quinsonbummer
2015-09-17 Martin QuinsonCut the dirname in error messages so that the tests...
2015-09-17 Martin QuinsonAdd xbt_basename to the xbt/file module
2015-09-17 Martin QuinsonNew XBT module: file
2015-09-14 Martin Quinson[MSVC] help that stupid parser: we are not closing...
2015-09-14 Gabriel Corona[mc] Fix SimGridMC when SMPI is disabled
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 Quinsondont load smpi.h when not needed: it breaks on MSVC
2015-09-13 Martin Quinson[MSVC] silence some warnings
2015-09-13 Martin Quinsonbummer
2015-09-13 Martin QuinsonCut the dirname in error messages so that the tests...
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 Quinsondont' use basename when not mandatory. Doesn't exist...
2015-09-13 Martin Quinsonthere is no dirname() windows
2015-09-13 Martin Quinson[MSVC] correct support for thread-local storage
2015-09-13 Martin Quinsonremove an unused header that is not found on windows
2015-09-12 Martin Quinson[MSVC] unistd.h does not exist on windows
2015-09-12 Martin Quinsonkill the useless win32/config.h
2015-09-12 Martin Quinson[MSVC] VA_COPY is defined
2015-09-12 Martin Quinsondon't choke on MSVC; cosmetics in cmake output
2015-09-10 Martin Quinsonplug some memleaks
2015-09-10 Martin Quinson[MC] add a lib to the whitelist of libs that are not...
2015-09-10 Gabriel Corona[mc] Better explanation when complaining about the...
2015-09-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-08 Martin QuinsonFix a misleading output
2015-09-07 Gabriel Corona[mc] Add some boost libs to our debugging whitelisting
2015-09-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-07 Gabriel Corona[mc] Stylistic changes in mc_dwarf.cpp
2015-09-07 Gabriel Corona[mc] Simplify MC_dwarf_get_variables()
2015-09-07 Gabriel Corona[mc] Use UNW_REG_SP insteaf of UNW_TDP_SP
2015-09-07 Gabriel Corona[mc] Use target preprocessor symbol instead of UNW_TARG...
2015-09-07 Gabriel CoronaMerge remote-tracking branch 'origin2/master'
2015-09-07 Gabriel CoronaUse env to find script interpreters
2015-09-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-07 Gabriel Corona[mc] Display region type name
2015-09-01 Gabriel Corona[mc] Remove the --cfg=model-check:1 flag
2015-09-01 Gabriel Corona[mc] Remove remaining parts of the single-process mode
2015-08-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-28 Gabriel CoronaDisable lazy relocation in the model-ched process.
2015-08-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-28 Gabriel Corona[mc] Make SIMCALL_MUTEX_TRYLOCK visible and forbid...
2015-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-08-27 Gabriel Corona[smpi] Fix compilation
2015-08-27 Gabriel Corona[smpi] Avoid locking the mutex when it's not needed
2015-08-25 Gabriel Corona[mc] Fix segfault when displaying SIMCALL_MUTEX_LOCK
2015-08-25 Gabriel Coronasmpirun: Option to run the child in foreground
next