Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill remaining traces of win32 support.
[simgrid.git] / tools / tesh / tesh.py
2023-01-12 Arnaud GierschKill remaining traces of win32 support.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-12 Arnaud Giersch[tesh] Remove ignored lines *before* trimming the output.
2022-02-17 Arnaud GierschPylint tesh.py.
2022-01-24 Arnaud GierschCatch more specific exceptions.
2022-01-24 Arnaud GierschUseless assignments.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-19 Arnaud Giersch[lgtm] Fix unreachable statement.
2021-02-26 Arnaud GierschUpdate ASan suppressions for clang.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-09 Arnaud GierschUnnecessary "else" after "return".
2021-02-09 Arnaud GierschPython 3 is required anyway.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-24 Arnaud GierschEscape dots in regexp.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-06-12 Augustin Degommetools and contrib spelling mistakes
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-18 Frederic Sutercodefactor: fix use len(Seq) to determine Seq is empty...
2019-12-18 Frederic Sutercodefactor: fix unnecessary else after return maintaina...
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-07 Martin Quinsontesh 'expect signal' can now accept more than one poten...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-25 Martin Quinsontesh kill timeouted processes with KILL also
2019-06-19 Loic GueganMerge branch 'master' of framagit.org:simgrid/simgrid
2019-06-19 Millian PoquetMerge branch 'tesh-keep-all-proc-output-on-unexpected...
2019-06-19 Millian Poquet[tesh] write cmd output with 1 print()
2019-06-19 Millian Poquet[tesh] bad cmd result: abort -> store retcode
2019-06-14 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-06-13 Martin QuinsonMerge branch 'tesh-fix-background-kill' into 'master'
2019-06-13 Millian Poquet[tesh] global pgid: unique value -> list
2019-06-13 Millian Poquet[tesh] setsid -> setpgid(0,0)
2019-06-13 Augustin DegommeMerge branch 'tesh-check-output-on-timeout' into 'master'
2019-06-13 Millian Poquet[tesh] check output on timeout
2019-06-11 Martin Quinsontesh: do return 0 when calling with --help
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-17 Martin Quinsonautopep8 --max-line-length 120 -i --aggressive `find...
2019-02-12 Arnaud Giersch[tesh] Split setenv parameter on first '=' only.
2019-01-10 Arnaud GierschCosmetics: trailing withespaces.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-01 Martin Quinsontesh: try harder to not loose the cwd between threads
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-10 Martin Quinsontesh: informative message for another error condition
2018-07-16 Arnaud GierschChange order of exceptions to please pylint (codacy).
2018-07-13 Martin Quinsontesh: better error reporting in one specific failure...
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-23 Arnaud GierschKill trailing whitespace.
2018-03-20 Martin Quinsontesh: try to fix on windows
2018-03-13 Millian PoquetRevert "[tesh] read files in utf-8"
2018-03-13 Millian Poquet[tesh] read files in utf-8
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-08 Arnaud Gierschtesh: use start_new_session and see how it behaves...
2018-03-07 Arnaud Gierschtesh: correctly escape special characters in regexps.
2018-03-07 Martin Quinsontesh: ignore messages of ctx factories being changed...
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-01 Millian Poquet[#!] #!/bin/sh -> #!/usr/bin/env sh
2017-12-03 Martin Quinsontesh: be verbose about --cd parameters
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-11-27 Martin Quinsontesh: try to fix CircleCI builds
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Martin Quinsonignore another cruft seen on a CI system
2017-10-28 Arnaud GierschCatch specific exceptions in python scripts.
2017-10-28 Arnaud GierschDon't redefine builtin 'exit'.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-13 Arnaud Gierschtesh: allow multiple --cfg and --log (needed for parall...
2017-09-13 Arnaud Gierschtesh: update ignore_regexp_common.
2017-09-10 Martin Quinsonignore one more cruft from travis
2017-07-06 Martin Quinsoncodacy
2017-07-05 Martin Quinsoncodacy
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-21 Martin Quinsontesh: TODO--
2017-06-21 Martin Quinsontesh: codacy treats
next