Skip to content

WIP: pragma block reduction #3125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b46a009
test_iostream.py NUM_RUNS=1000
rwgk Jul 13, 2021
42d9a15
valgrind off (it takes many hours to finish)
rwgk Jul 13, 2021
629810c
NUM_RUNS=1001 (to get more data)
rwgk Jul 13, 2021
4ef4fd7
NUM_RUNS=1002 (to get more data)
rwgk Jul 13, 2021
fab1fce
NUM_RUNS=1003 (to get more data)
rwgk Jul 13, 2021
8790297
Upgrading to pypy-3.7
rwgk Jul 13, 2021
3ca03c8
Reverting all changes relative to current master.
rwgk Jul 15, 2021
102d9bb
Adding tools/repeat_command.py, using in ci.yml
rwgk Jul 15, 2021
c3e43aa
Also reporting REPEAT_COMMAND:RETCODE_COUNTS
rwgk Jul 15, 2021
4369781
Adding SKIP and no-op tricks, repeat 1.
rwgk Jul 16, 2021
ee5c9ae
Disabling pytest runs.
rwgk Jul 16, 2021
e265b82
all cmake build: -j 1
rwgk Jul 16, 2021
9b335de
Removing pragma GCC -Wunused-but-set-parameter
rwgk Jul 16, 2021
4e591b9
Removing pragma GCC -Wunused-but-set-variable
rwgk Jul 16, 2021
c010bc6
Removing pragma GCC -Wmissing-field-initializers
rwgk Jul 16, 2021
b37c063
Removing pragma GCC -Wattributes
rwgk Jul 16, 2021
b37ded6
Removing pragma GCC -Wnoexcept-type
rwgk Jul 16, 2021
c7da928
Removing pragma MSVC C4100
rwgk Jul 16, 2021
053bf05
Removing pragma MSVC C4127
rwgk Jul 16, 2021
4e02ead
Removing pragma MSVC C4512
rwgk Jul 16, 2021
8c605d1
Removing pragma MSVC 4800
rwgk Jul 16, 2021
bab9859
Removing pragma MSVC C4996
rwgk Jul 16, 2021
28a7241
Removing pragma MSVC C4702
rwgk Jul 16, 2021
e4c8008
Removing pragma MSVC C4522
rwgk Jul 16, 2021
80420c6
Removing pragma MSVC C4505
rwgk Jul 16, 2021
ff02844
Removing unnecessary MSVC pragmas C4512, C4702.
rwgk Jul 16, 2021
e7b7352
Removing all GitHub Actions and appveyor except CI ICC
rwgk Jul 17, 2021
ea15990
Removing pragma ICC 68
rwgk Jul 17, 2021
f6a761d
Removing pragma ICC 186
rwgk Jul 17, 2021
16bf969
Removing pragma ICC 878
rwgk Jul 17, 2021
f4736ce
Removing pragma ICC 1334
rwgk Jul 17, 2021
b481f9d
Removing pragma ICC 1682
rwgk Jul 17, 2021
75948c9
Removing pragma ICC 1786
rwgk Jul 17, 2021
879c259
Removing pragma ICC 1875
rwgk Jul 17, 2021
9e2edd8
Removing pragma ICC 2196
rwgk Jul 17, 2021
28d456e
Removing all ICC pragmas that have not effect.
rwgk Jul 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: 1.0.{build}
branches:
only:
- will_not_exist_ever
image:
- Visual Studio 2015
test: off
Expand Down
Loading