| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,6 +43,7 @@ | |||
| 43 | 43 | #include <algorithm> | |
| 44 | 44 | #include <chrono> // NOLINT | |
| 45 | 45 | #include <cmath> | |
| 46 | + #include <csignal> // NOLINT: raise(3) is used on some platforms | ||
| 46 | 47 | #include <cstdint> | |
| 47 | 48 | #include <cstdlib> | |
| 48 | 49 | #include <cstring> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ This a list of all the dependencies: | |||
| 15 | 15 | * [c-ares 1.20.1][] | |
| 16 | 16 | * [cjs-module-lexer 1.2.2][] | |
| 17 | 17 | * [corepack][] | |
| 18 | - * [googletest 116b7e5][] | ||
| 18 | + * [googletest b10fad3][] | ||
| 19 | 19 | * [histogram 0.11.8][] | |
| 20 | 20 | * [icu-small 74.1][] | |
| 21 | 21 | * [libuv 1.46.0][] | |
@@ -189,7 +189,7 @@ In practical terms, Corepack will let you use Yarn and pnpm without having to | |||
| 189 | 189 | install them - just like what currently happens with npm, which is shipped | |
| 190 | 190 | by Node.js by default. | |
| 191 | 191 | ||
| 192 | - ### googletest 116b7e5 | ||
| 192 | + ### googletest b10fad3 | ||
| 193 | 193 | ||
| 194 | 194 | The [googletest](https://github.com/google/googletest) dependency is Google’s | |
| 195 | 195 | C++ testing and mocking framework. | |
@@ -326,7 +326,7 @@ performance improvements not currently available in standard zlib. | |||
| 326 | 326 | [cjs-module-lexer 1.2.2]: #cjs-module-lexer-122 | |
| 327 | 327 | [corepack]: #corepack | |
| 328 | 328 | [dependency-update-action]: ../../../.github/workflows/tools.yml | |
| 329 | - [googletest 116b7e5]: #googletest-116b7e5 | ||
| 329 | + [googletest b10fad3]: #googletest-b10fad3 | ||
| 330 | 330 | [histogram 0.11.8]: #histogram-0118 | |
| 331 | 331 | [icu-small 74.1]: #icu-small-741 | |
| 332 | 332 | [libuv 1.46.0]: #libuv-1460 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments