Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename facets to extensions for clarity sake
[simgrid.git] / include /
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 QuinsonLoad system headers before intercepting gettimeofday...
2015-12-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-17 Gabriel Corona[surf] Add backlinks from Cpu to surf::Host
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 Martin Quinsonkill an unimplemented function. Fix #14
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 Martin Quinsongive informative names to Host methods
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Gabriel Corona[java] Switch Java bindings to .cpp
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-10 Gabriel CoronaMove simgrid::surf::Link declaration with its friends...
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
2015-12-09 Gabriel CoronaTry to fix header dependency hell
2015-12-08 Gabriel Corona[xbt] Some doc about xbt_lib
2015-12-08 Gabriel CoronaAdd some missing #include
2015-12-08 Gabriel Corona[simix] Encapsulate main function, argc and argv in...
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-07 Gabriel Corona[simix] Fix SMPI+MSG
2015-12-07 Gabriel Corona[simix] Port JavaContext to C++
2015-12-07 Gabriel Corona[simix] Port RawContext to C++
2015-12-07 Gabriel Corona[simix] Move BoostContext to C++
2015-12-07 Gabriel Corona[xbt] Remove C++ std::is_trivial verification for xtd_new
2015-12-04 Martin QuinsonRename power->speed in the inner layer of the parsing
2015-12-03 Luka Stanisicmodified [PATCH] Added functions to get SMPI's data...
2015-12-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Gabriel Corona[simix] Switch to .cpp files
2015-12-02 Gabriel Corona[surf] Remove code for the cpu tag
2015-12-02 Gabriel Corona[surf] Remove sg_platf_prop_cb
2015-12-01 Gabriel Corona[surf] Removed orphaned declaration
2015-11-30 Gabriel Corona[simix] Fix signatures of callbacks (timer and kill_pro...
2015-11-27 Gabriel Corona[surf] Change routing_parse_init() into routing_add_host()
2015-11-25 Gabriel Corona[surf] Hardcode some of the sg_platf_host callbacks
2015-11-24 Gabriel Corona[xbt] C++ support for RngStream.h
2015-11-24 Gabriel Corona[surf] Factorize some CPU registration code in sg_host_...
2015-11-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-14 Martin QuinsonPrefer the C-ish sg_host_get_name() over sg_host_name()
2015-11-08 Martin Quinsonsanitizes host user_data: create a lib level
2015-11-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-05 Martin Quinsoninline another getter simcall: host_get_nb_pstates
2015-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-02 Martin Quinsoninline two more simcalls: host_get_pstate and host_get_...
2015-11-01 Martin Quinsoninline two more getter simcalls: host_get_core and...
2015-11-01 Martin QuinsonKill two getter simcalls, and replace them by (almost...
2015-10-28 Martin QuinsonKill an unused simcall: host_get_name
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-24 Martin Quinson[cmake] tiny cleanup around smpi
2015-10-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-23 degommehandle MPI_WIN_NULL in fortran
2015-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-20 Ad(rien) LFix conflict - Adrien
2015-10-20 Martin Quinson[S4U] declare the classes as public for Windows
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 CoronaHide more mc symbols
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-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-25 Frederic Suterchange the way we identify opened files. The same proce...
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[MSCV] sys/time.h does not exist here
2015-09-13 Martin Quinson[MSVC] correct support for thread-local storage
next