Skip to content
Snippets Groups Projects
  1. Dec 05, 2023
  2. Nov 03, 2023
  3. Apr 27, 2023
  4. Apr 26, 2023
  5. Apr 17, 2023
  6. Apr 14, 2023
  7. Feb 22, 2022
    • Frank Winklmeier's avatar
      flake8: cleanup error code selection · ea73efd4
      Frank Winklmeier authored
      - Remove obsolete ATL238 (Py2to3 migration).
      - Move ATL902 from `--enable-extensions` to `--select`, which has the
        same effect (flake8 always gives priority to the most specific error
        code from the select/ignore lists).
      ea73efd4
  8. Feb 07, 2022
  9. May 06, 2021
  10. Jan 04, 2021
  11. Nov 03, 2020
  12. Dec 03, 2019
  13. Nov 29, 2019
  14. Nov 27, 2019
    • Attila Krasznahorkay's avatar
      Made it possible to use VS Code with the WorkDir project. · dbf8d5bb
      Attila Krasznahorkay authored
      In order for VS Code to parse our code correctly, it has to be told
      explicitly how each source file needs to be compiled. (Otherwise it would
      not find the headers from LCG/TDAQ/Gaudi to interpret our code.) This
      update makes sure that when the user sets up the build of the
      WorkDir project in the "usual layout", in a directory called build/
      just beside the athena/ directory, VS Code would automatically find
      the correct compile_commands.json file that it needs, when the user
      opens the athena/ directory for editing.
      dbf8d5bb
Loading