Commit Graph

16 Commits

Author SHA1 Message Date
Mario Rodas
99b92cf3e0
Merge pull request #288000 from trofi/timeloop-gcc-13-fix
timeloop: unstable-2022-11-29 -> 3.0.3, fix `gcc-13` build failure
2024-02-17 07:19:06 -05:00
R. Ryantm
e2351c1c52 qtrvsim: 0.9.6 -> 0.9.7 2024-02-16 02:36:23 +00:00
Sergei Trofimovich
3bbdc26df2 timeloop: unstable-2022-11-29 -> 3.0.3
Changes:
- https://github.com/NVlabs/timeloop/releases/tag/v3.0
- https://github.com/NVlabs/timeloop/releases/tag/v3.0.1
- https://github.com/NVlabs/timeloop/releases/tag/v3.0.2
- https://github.com/NVlabs/timeloop/releases/tag/v3.0.3
2024-02-13 08:19:21 +00:00
Sergei Trofimovich
a74b1732a7 timeloop: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/248973743:

    include/compound-config/compound-config.hpp:149:8: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
      149 |   std::uint64_t parseElementSize(std::string name);
          |        ^~~~~~~~
          |        wint_t
2024-02-11 10:44:44 +00:00
R. Ryantm
541e9020e9 qtrvsim: 0.9.5 -> 0.9.6 2023-12-23 03:21:44 +00:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
R. Ryantm
ba469ed136 qtrvsim: 0.9.4 -> 0.9.5 2023-01-18 13:29:59 +00:00
Sandro
d1f210df8a
Merge pull request #199078 from gdinh/add-timeloop
timeloop: init at unstable-2022-10-28 and accelergy: init at unstable-2022-05-03
2022-12-09 09:13:02 +01:00
Grace Dinh
8a23ce4e69 timeloop: init at unstable-2022-11-29 2022-12-08 12:41:22 -08:00
Grace Dinh
d3153abe7d accelergy: init at unstable-2022-05-03 2022-11-15 17:06:02 -08:00
Jakub Dupak
57069c3366 QtRVSim: 0.9.3 -> 0.9.4 2022-10-27 13:27:37 +02:00
Jakub Dupak
773f7905b9 QtRVSim: 0.9.2 -> 0.9.3 2022-04-25 14:38:39 +03:00
Jakub Dupak
b72a99d718 QtRVSim: 0.9.1 -> 0.9.2 2022-03-14 22:04:17 +02:00
Jakub Dupak
d09489e5f1
QtRvSim: init at 0.9.1 (#163128)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-13 03:08:40 +01:00