Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the visibility of xbt/config.hpp file to the cpp that really need it
[simgrid.git] / tools /
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[MSG/Replay] Delete old msg/replay code
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-23 Arnaud GierschKill trailing whitespace.
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Augustin Degommefix install
2018-03-23 Augustin Degommebuild a mpi.mod file
2018-03-22 Martin Quinsonold school legacy wrappers for MSG
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-20 Martin Quinsontesh: try to fix on windows
2018-03-20 Martin Quinsonwindows: also allow internal includes to the lib
2018-03-20 Frederic Suteradd zone.h and storage.h
2018-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-20 Martin Quinsonmove an internal header out of the public directory
2018-03-20 Frederic Suterstart to split msg.h into pieces
2018-03-20 Frederic SuterMove last functions in msg_host.cpp to the S4U C interface
2018-03-19 Martin QuinsonDo not load internal headers when compiling the examples
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-19 Martin Quinsonmake NetZoneImpl public too
2018-03-16 Arnaud GierschEnable flag with MC too (optCFLAGS was reset before).
2018-03-16 Arnaud GierschIcc: turn error #597 into warning.
2018-03-14 Arnaud GierschMake icc honor parentheses (fix lmm_usage).
2018-03-14 Martin Quinsonjenkins-tsan: use mmap by default, as using RTLD_DEEPBI...
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin Quinsonfix #257: Fix (ab)use of CMake install
2018-03-13 Martin Quinsonstart installing some kernel (modern) header files...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Millian PoquetRevert "[tesh] read files in utf-8"
2018-03-13 Millian Poquet[tesh] read files in utf-8
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommemore bad fixes
2018-03-13 Augustin Degommeignore some warnings from intel
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Arnaud Gierschtuto-msg: fix parallel execution.
2018-03-12 Arnaud Gierschtuto-msg: build examples in build dir.
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-12 Martin Quinsontuto-msg: don't test under memcheck or sanitizer
2018-03-11 Martin Quinsontuto-msg: make clean before test
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-10 Martin Quinsonfix make distcheck with documentation
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsontesting tuto: fix for freebsd make version
2018-03-10 Martin Quinsontypo, bummer
2018-03-10 Martin Quinsontuto-test: fix out-of-tree linking
2018-03-09 Martin Quinsontuto-msg tests: fix out of tree builds
2018-03-09 Martin Quinsonstill trying to test the tuto
2018-03-09 Martin Quinsonyet another attempt at testing the tuto on jenkins
2018-03-09 Martin Quinsontuto tests: fix out of tree, don't try to do when the...
2018-03-09 Martin Quinsonfix the tests of tuto-msg
2018-03-08 Arnaud Gierschtesh: use start_new_session and see how it behaves...
2018-03-08 Martin Quinsonproperly test the MSG tutorial (sorry for previous...
2018-03-08 Martin Quinsoncompletely revamp the MSG tutorial
2018-03-07 Martin Quinsonrename the graphical toc's file, and include it in...
2018-03-07 Arnaud Gierschtesh: correctly escape special characters in regexps.
2018-03-07 Martin Quinsontesh: ignore messages of ctx factories being changed...
2018-03-06 Martin Quinsonns3: inline a header file
2018-03-02 Frederic Suterreplace msg_io by a C sg_* interface to S4U
2018-03-02 Frederic Sutermove VMs in the S4U realm for good
2018-03-01 Christian Heinrich[TOOLS] Call-Location Tracing: Add more macros for...
2018-02-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-22 Millian Poquet[tesh] pgid func fail: catch * -> catch OSError
2018-02-22 Millian Poquet[tesh] DO_NOT_CLEAN_SUBPROCESSES constant -> None
2018-02-22 Millian Poquet[tesh] psychorigid try/except to avoid vexing bsd
2018-02-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-21 Millian Poquet[tesh] cleanup on SIGINT and SIGTERM
2018-02-21 Millian Poquet[tesh] cleanup: SIGKILL -> SIGTERM
2018-02-19 Millian Poquet[tesh] kill process -> kill whole process group
2018-02-18 Martin QuinsonActivate NS3 builds when it's installed through debian
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2018-02-16 Augustin DegommeRevert "switch default smpi privatization to mmap,...
2018-02-16 degommeswitch default smpi privatization to mmap, as tsan...
2018-02-16 Martin Quinsonwoops, bash typo
2018-02-14 Martin Quinsonplease MC builds, don't install your stuff
2018-02-13 Martin Quinsonjenkins: install everything after testing
2018-02-13 Arnaud GierschKill unused function simgrid::xbt::three_way_partition().
2018-02-05 Arnaud GierschFix distcheck.
2018-02-05 Christian Heinrich[PLUGINS] Initial commit for the Dvfs plugin (frequency...
2018-02-01 Martin QuinsonPick the best available clang-format version
2018-02-01 Millian Poquet[misc, doc] clang-format pre-commit hook cleanup
2018-02-01 Millian Poquet[#!] #! ./tesh -> #!/usr/bin/env tesh
2018-02-01 Millian Poquet[#!] #!/bin/bash -> #!/usr/bin/env bash
2018-02-01 Millian Poquet[#!] #!/bin/sh -> #!/usr/bin/env sh
2018-01-31 Martin Quinsonreduce the shotgun design pattern in the detection...
2018-01-30 Martin Quinsoncmake: more verbose msg about which NS3 is chosen
2018-01-27 Martin QuinsonRewrite how we search for libunwind (hopefully correctl...
2018-01-27 Martin Quinsonmore informative outputs while searching for libunwind
2018-01-27 Martin QuinsonRevert "sanitize our way to find and load libunwind"
2018-01-25 Martin Quinsonget ns3 to compile (but still fails)
2018-01-25 Martin Quinsoncmake: fix a typo that does not break as it should...
2018-01-25 Martin QuinsonSurvive to when libunwind does not exist (hello again...
2018-01-25 Martin Quinsonsanitize our way to find and load libunwind
2018-01-09 Arnaud GierschFix xbt_log_extract_hierarchy.pl (remove check for...
2018-01-09 Arnaud GierschRemove XBT_LOG_CONNECT, it should be useless nowadays.
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next