Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
boostorg
/
integer
Public
Notifications
You must be signed in to change notification settings
Fork
58
Star
19
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
integer
test
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2025
Remove a workaround for MSVC 6.0.
Show description for 772b55c
Lastique
committed
772b55c
View commit details
Copy full SHA for 772b55c
View code at this point
Browse repository at this point
Commits on Aug 18, 2024
Add support for modular build structure. (#34)
Show description for 318a38e
grafikrobot
authored
318a38e
View commit details
Copy full SHA for 318a38e
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
Raised compiler requirements for Boost.Multiprecision tests.
Show description for b1b7f7c
Lastique
committed
b1b7f7c
View commit details
Copy full SHA for b1b7f7c
View code at this point
Browse repository at this point
Commits on Jan 16, 2022
Implemented integer_log2 in terms of countl_zero from Boost.Core.
Show description for bc9b0e6
Lastique
committed
bc9b0e6
View commit details
Copy full SHA for bc9b0e6
View code at this point
Browse repository at this point
Commits on Dec 21, 2021
Use up to date includes for lightweight_test.hpp.
Lastique
committed
16ef530
View commit details
Copy full SHA for 16ef530
View code at this point
Browse repository at this point
Added a test for integer_log2.
Lastique
committed
a832e8f
View commit details
Copy full SHA for a832e8f
View code at this point
Browse repository at this point
Commits on Feb 18, 2021
Fixes for cxx11 changes to dependencies:
Show description for 2ca7c7b
jzmaddock
committed
2ca7c7b
View commit details
Copy full SHA for 2ca7c7b
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
Converted all links to www.boost.org to https.
Show description for 092d94c
Lastique
committed
092d94c
View commit details
Copy full SHA for 092d94c
View code at this point
Browse repository at this point
Commits on Jan 11, 2021
Added checks for C++11 features required by Boost.Multiprecision.
Show description for 831869a
Lastique
committed
831869a
View commit details
Copy full SHA for 831869a
View code at this point
Browse repository at this point
Commits on May 23, 2020
Added a workaround for C++20 ostream having deleted operator<< for wchar_t.
Lastique
committed
54dcfa6
View commit details
Copy full SHA for 54dcfa6
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Change to run MP testing in integer for Embarcadero C++ clang-based compilers.
eldiener
committed
6cb6255
View commit details
Copy full SHA for 6cb6255
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
Embarcadero C++ clang-based compilers can not handle multiprecision comparisons in lightwieght tests, but gives a linker error. This has been reported to Embarcadero as a bug.
eldiener
committed
c7a22c9
View commit details
Copy full SHA for c7a22c9
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
eldiener
committed
52c02d1
View commit details
Copy full SHA for 52c02d1
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
Fix a broken link to the Microsoft KB.
tinko92
committed
63f1483
View commit details
Copy full SHA for 63f1483
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
Fixed incorrect loop termination in lcm_range.
Show description for 33c1655
Lastique
committed
33c1655
View commit details
Copy full SHA for 33c1655
View code at this point
Browse repository at this point
Commits on Dec 4, 2018
Merge branch 'develop' into remove_optional
NAThompson
authored
289939a
View commit details
Copy full SHA for 289939a
View code at this point
Browse repository at this point
Return integer with zero signaling common factor rather than boost::optional<Z>.
NAThompson
committed
51b259d
View commit details
Copy full SHA for 51b259d
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
Extracted DISABLE_MP_TESTS macro definition to a common header.
Lastique
committed
4bc1a5e
View commit details
Copy full SHA for 4bc1a5e
View code at this point
Browse repository at this point
Commits on Nov 3, 2018
Fixed tests not compiling on MSVC 8, added missing includes.
Lastique
committed
682d4ac
View commit details
Copy full SHA for 682d4ac
View code at this point
Browse repository at this point
Added missing includes, remove C++11 requirement, other code cleanup.
Show description for 2f634ca
Lastique
committed
2f634ca
View commit details
Copy full SHA for 2f634ca
View code at this point
Browse repository at this point
Commits on Nov 1, 2018
#include <boost/config.hpp>
NAThompson
committed
3599683
View commit details
Copy full SHA for 3599683
View code at this point
Browse repository at this point
Disable tests for gcc < version 5
NAThompson
committed
b3680b7
View commit details
Copy full SHA for b3680b7
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Make changes suggested by reviewer.
NAThompson
committed
a7da90a
View commit details
Copy full SHA for a7da90a
View code at this point
Browse repository at this point
Use std::enable_if to enable SFINAE rather than static_assert
NAThompson
committed
df7adb5
View commit details
Copy full SHA for df7adb5
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/develop' into develop
NAThompson
committed
6c58aa9
View commit details
Copy full SHA for 6c58aa9
View code at this point
Browse repository at this point
[CI SKIP] Disable multiprecision in certain compilers.
NAThompson
committed
cd60c4c
View commit details
Copy full SHA for cd60c4c
View code at this point
Browse repository at this point
Disable Boost.Multiprecision tests for gcc 4.7 in C++11 mode.
Show description for 7c5def9
Lastique
committed
7c5def9
View commit details
Copy full SHA for 7c5def9
View code at this point
Browse repository at this point
Fail libgmpxx detection on Linux if libstdc++ is not used as the std library.
Show description for 835ac98
Lastique
committed
835ac98
View commit details
Copy full SHA for 835ac98
View code at this point
Browse repository at this point
Define main when gcc version is < 5.
NAThompson
committed
f76d776
View commit details
Copy full SHA for f76d776
View code at this point
Browse repository at this point
Don't run tests on gcc 4 and earlier; not worth the pain.
NAThompson
committed
c4c3373
View commit details
Copy full SHA for c4c3373
View code at this point
Browse repository at this point
Merge master; fix Jamfile
NAThompson
committed
bbb1da2
View commit details
Copy full SHA for bbb1da2
View code at this point
Browse repository at this point
Commits on Oct 27, 2018
Remove dependency on boost/typeindex in tests.
NAThompson
committed
de0d247
View commit details
Copy full SHA for de0d247
View code at this point
Browse repository at this point
Just use asserts, omg.
NAThompson
committed
0c6ec80
View commit details
Copy full SHA for 0c6ec80
View code at this point
Browse repository at this point
Commits on Oct 26, 2018
I'm flailing with this one.
NAThompson
committed
cdefe03
View commit details
Copy full SHA for cdefe03
View code at this point
Browse repository at this point
(Hopefully) green up build by giving path to Boost.Test.
NAThompson
committed
f6525ae
View commit details
Copy full SHA for f6525ae
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.