Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Support for mmap-able snapthots
[simgrid.git] / include /
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
2015-09-13 Martin Quinson[MSVC] no unistd here
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 Quinson[MSVC] define ssize_t (sick sad compiler)
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-16 Martin Quinsonuniformize simcall_comm_send() and simcall_comm_recv()
2015-08-09 Martin Quinsonrename simcall process_change_host -> process_set_host
2015-08-08 Martin Quinsonthis comment was seriously outdated
2015-08-08 Martin Quinsontranslate a comment
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-25 Martin Quinsontry to get Clang happy with our C/C++ bindings
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-24 Martin Quinsonmake the SIMGRID_VERSION_STRING easier to parse in...
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] Add some doc to the simulated-application-side API
2015-07-24 Gabriel Corona[mc] Do not allow to xbt_new things with (non-trivial...
2015-07-21 Martin QuinsonSimplify the process_execute simcall
2015-07-21 Martin Quinsonmassive rename of simcalls: execution is related to...
2015-07-21 Martin QuinsonNew function: simcall_process_get_kill_time()
2015-07-21 Martin Quinsonsanitize the process_create simcall
2015-07-21 Gabriel Corona[mc] OOPify/C++ify Type
2015-07-21 Christian Heinrich[SURF] Callbacks now use the INITIALIZER macros
2015-07-21 Martin Quinsoncosmetics in the check of library version vs. header...
2015-07-20 Martin Quinsoncosmetics and documentation around VM parameters
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-19 Martin QuinsonKill link_lib and have C++ handle the hashmap of all...
2015-07-19 Martin Quinsonkill some remainings of sd_link_t
2015-07-19 Martin Quinsonstart refreshing and fixing the GTNetS interface (WIP)
2015-07-18 Martin Quinsonfix doxygen
2015-07-18 Martin Quinsonsanitize C API of sg_link
2015-07-18 Martin Quinsonthere is no need for a SimDag's link type
2015-07-18 Martin Quinsonmake SD_HOST_LEVEL private
2015-07-18 Martin QuinsonNew function: sg_hosts_as_dynar
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2015-07-18 Martin QuinsonUse MSG_host_by_name() instead of MSG_get_host_by_name()
2015-07-18 Martin Quinsonkill simcall_host_get_by_name: nobody uses it anyway
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-18 Martin Quinsonkill unimplemented (braindead) prototype
2015-07-18 Martin Quinson[SGpp] make MSG_HOST_LEVEL private
2015-07-18 Martin Quinsondamn, missing files
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-14 Martin QuinsonRevert "rename SIMIX_process_get_maxpid() to SIMIX_proc...
2015-07-14 Martin Quinsonkill an unused definition
2015-07-14 Martin Quinsonrename SIMIX_process_get_maxpid() to SIMIX_process_get_...
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
next