Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dcleblanc/SafeInt issues and pull requests

#61 - `static inline` functions are not supported by header units & modules

Issue - State: open - Opened by ZacharyHenkel 4 months ago - 15 comments

#55 - safeint fails to build with gcc-13

Issue - State: open - Opened by daissi 10 months ago - 4 comments

#54 - Strict warnings

Pull Request - State: closed - Opened by dcleblanc about 1 year ago

#53 - Change inline to static inline to fix non-standard compilers

Pull Request - State: closed - Opened by dcleblanc about 1 year ago

#50 - Fix regression because of adding copy constructor

Pull Request - State: closed - Opened by dcleblanc over 1 year ago

#49 - Add casts to prevent Apple clang from complaining

Pull Request - State: closed - Opened by dcleblanc over 1 year ago

#48 - Fix tests on GCC13

Pull Request - State: closed - Opened by dherrerace over 1 year ago - 1 comment

#47 - Revert change that causes trouble with GCC 8.5.

Pull Request - State: closed - Opened by rsmmr over 1 year ago - 15 comments

#46 - Fix compile error when SafeIntDefaultExceptionHandler is defined

Pull Request - State: closed - Opened by axnsan12 over 1 year ago

#45 - Cpp 98

Pull Request - State: closed - Opened by dcleblanc almost 2 years ago

#44 - Add support for compiling with -Wextra, fix warnings that ensue

Pull Request - State: closed - Opened by dcleblanc almost 2 years ago

#43 - please add common STL support

Issue - State: closed - Opened by MacroUniverse almost 2 years ago - 3 comments

#42 - Safe math c

Pull Request - State: closed - Opened by dcleblanc almost 2 years ago

#41 - Build fix

Pull Request - State: closed - Opened by dcleblanc almost 2 years ago

#40 - Build fix (#39)

Pull Request - State: closed - Opened by dcleblanc almost 2 years ago

#39 - Build fix

Pull Request - State: closed - Opened by dcleblanc about 2 years ago

#38 - Use long double constant suffix

Pull Request - State: closed - Opened by slaymaker1907 over 2 years ago - 1 comment

#37 - Incorrect implementation of CastThrow for CastToBool

Issue - State: closed - Opened by ZacharyHenkel almost 3 years ago - 3 comments

#36 - Fix/intrinsic

Pull Request - State: closed - Opened by dcleblanc about 3 years ago

#35 - Disable x64-specific optimizations for ARM64EC

Pull Request - State: closed - Opened by mcfi over 3 years ago - 12 comments

#34 - SafeInt: Annotate return values with [[nodiscard]] when possible.

Pull Request - State: closed - Opened by bgianfo over 3 years ago - 2 comments

#33 - Instrument return values with [[nodiscard]] when compiler supports it?

Issue - State: closed - Opened by bgianfo over 3 years ago - 4 comments

#32 - Fix clang diagnostic about deprecated generated copy constructor.

Pull Request - State: closed - Opened by jaykrell over 3 years ago - 6 comments

#31 - Fix double to long double clang 10.0 diagnostic.

Pull Request - State: closed - Opened by jaykrell over 3 years ago - 1 comment

#30 - Compile breaks when using non-standard wchar_t on Visual Studio build

Issue - State: closed - Opened by dcleblanc over 3 years ago - 1 comment

#29 - Remove excess initialization, i.e. of locals to zero prior to useful initialization.

Pull Request - State: closed - Opened by jaykrell over 3 years ago - 1 comment

#28 - Remove nonsense references, passing 64bit integers on 64bit platforms.

Pull Request - State: closed - Opened by jaykrell over 3 years ago - 1 comment

#27 - Remove references.

Pull Request - State: closed - Opened by jaykrell over 3 years ago - 6 comments

#26 - Implement 64bit multiplication in terms of efficient 64x64=int128.

Pull Request - State: closed - Opened by jaykrell over 3 years ago - 3 comments

#25 - Do not overload wchar_t in environments where it fails to compile.

Pull Request - State: closed - Opened by jaykrell over 3 years ago - 12 comments

#24 - Replace std::[u]int* with [u]int*, cstdint with stdint.h.

Pull Request - State: closed - Opened by jaykrell over 3 years ago - 4 comments

#23 - Cmake test

Pull Request - State: closed - Opened by dcleblanc over 3 years ago

#22 - safeint and NT kernel/drivers vs. STL

Issue - State: closed - Opened by jaykrell over 3 years ago - 12 comments

#21 - Use int128 with clang/gcc.

Issue - State: closed - Opened by jaykrell over 3 years ago - 7 comments

#20 - Use SAFE_INT_HAS_EXCEPTIONS with older compilers

Pull Request - State: closed - Opened by egor-tensin over 3 years ago - 3 comments

#19 - Add CMake files, set up Travis/AppVeyor CI

Pull Request - State: closed - Opened by egor-tensin over 3 years ago - 11 comments

#18 - Fix/defines

Pull Request - State: closed - Opened by dcleblanc almost 4 years ago

#17 - Provide option to disable overloading operator&.

Pull Request - State: closed - Opened by rsmmr almost 4 years ago - 9 comments

#16 - Fix/no except

Pull Request - State: closed - Opened by dcleblanc almost 4 years ago

#15 - Support for building with exceptions disabled

Issue - State: closed - Opened by skottmckay almost 4 years ago - 11 comments

#14 - CompileTest fails with latest VS 2019 (16.5.4)

Issue - State: closed - Opened by metablaster about 4 years ago - 6 comments

#13 - Unused parameter build error

Issue - State: closed - Opened by skottmckay over 4 years ago - 1 comment

#12 - Prevent double-inclusion errors

Pull Request - State: closed - Opened by egor-tensin over 4 years ago - 4 comments

#11 - CVE needed for the recently fixed signed integer overflow in SafeInt

Issue - State: closed - Opened by practicalswift over 4 years ago - 3 comments

#10 - -fsanitize=undefined -ftrapv flags not supported

Issue - State: closed - Opened by dcleblanc over 4 years ago - 1 comment

#9 - no support for HW overflow checks

Issue - State: closed - Opened by manbearian almost 5 years ago - 12 comments

#8 - Safe negate

Pull Request - State: closed - Opened by dcleblanc almost 5 years ago

#7 - Add more non-throwing helper functions

Issue - State: closed - Opened by bigwad about 5 years ago - 2 comments

#6 - VS 2017 15.9 fails to compile SafeInt with intrinsics

Issue - State: closed - Opened by gix over 5 years ago - 3 comments

#5 - Need a build project for gcc and clang

Issue - State: closed - Opened by dcleblanc over 6 years ago - 1 comment

#4 - No support for static_assert

Issue - State: closed - Opened by dcleblanc over 6 years ago

#3 - Allow SafeInt to support enums

Issue - State: closed - Opened by DanielJump over 6 years ago - 2 comments

#2 - Add constexpr support

Issue - State: closed - Opened by DanielJump over 6 years ago - 3 comments

#1 - Integrate noexcept changes from Office

Issue - State: closed - Opened by DanielJump over 6 years ago - 1 comment