-
Notifications
You must be signed in to change notification settings - Fork 193
Bitsets3 #239
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
Merged
Merged
Bitsets3 #239
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
cd7e19d
Added core files for stdlib_bitsets
wclodius2 e35ebc7
Prepared for testing of stdlib_bitsets
wclodius2 e2f3d66
Eliminated unused variablese
wclodius2 7d778cd
Added documentation for stdlib_bitsets
wclodius2 acfa3ac
Update doc/specs/stdlib_bitsets.md
jvdp1 7c5361c
Update doc/specs/stdlib_bitsets.md
jvdp1 eb2e5c1
formatting
jvdp1 e70c909
Update src/tests/Makefile.manual
jvdp1 8e25812
Update doc/specs/stdlib_bitsets.md
jvdp1 c9e851b
Changed makefiles to accept stdlib_bitset*.fypp instead of stdlib_bit…
wclodius2 d80e5d9
Renamed files stdlib_bitset*.f90 to stdlib_bitset*.fypp
wclodius2 f2d67fc
Changed preprocessor files to generate logical assignments.
wclodius2 2833ffa
Removed files now generated by the preprocessor
wclodius2 3844561
Modified code to use error_handler.
wclodius2 9e9c252
Better documented status results
wclodius2 421c4d2
Removed trailing blanks
wclodius2 d2be3dc
Added missing return
wclodius2 b0c0f63
Changed WRiTE to WRITE
wclodius2 b12e398
Changed the kind of bit
wclodius2 983a083
Changed subtraction of bit from outside an int converson to inside
wclodius2 38095c0
Deleted redundant returns.
wclodius2 cc477b9
Deleted redundant return
wclodius2 beca325
Regularized code fences
wclodius2 d391970
Some typs and obvious changes
jvdp1 84d7d33
Apply suggestions from code review
jvdp1 d6dc6b1
Corrected stdlib_bitsets.md
wclodius2 daa83d2
Update doc/specs/stdlib_bitsets.md
jvdp1 30c2116
Apply suggestions from code review
jvdp1 0e3b788
Merge branch 'bitsets3' of https://github.com/wclodius2/stdlib into b…
wclodius2 adab166
Changed file names
wclodius2 d7cf384
Updated makefiles to deal with new names
wclodius2 aeae7dd
Changed discussion of bitset_type
wclodius2 8330945
Changed varibles to entities.
wclodius2 24881a5
Fixed typo in Makefile.manual
wclodius2 0554f5d
typos
jvdp1 ecd6c82
Typos and bits_kind fixes
wclodius2 47c7d6e
Fixed digit_count
wclodius2 80af2c5
Added dependence on stdlib_kinds.f90
wclodius2 0deab15
Fixed bits_kind breakage
wclodius2 9f0e4a9
Fixed up constants
wclodius2 9f690fd
some typos
jvdp1 f705346
Added discussion of undefined behavior
wclodius2 242950b
Fixed typo
wclodius2 032c440
Added reference to the bitsets module
wclodius2 e957342
Made it easier to change bits_kind
wclodius2 9161fc7
Replaced go to 100 with exit
wclodius2 3235ab4
Changed used modues
wclodius2 523dbc6
Changed handling of potential integer overflows on reads
wclodius2 20a15e5
Numerous changes suggested by Jeremie
wclodius2 57faccd
Replaced go tos
wclodius2 9c03d16
Replaced go tos
wclodius2 5c2779d
Documented the "named" form for the comparison operations
wclodius2 99fa382
typography fixes
milancurcic acb7cdb
add example to the first paragraph
milancurcic 1be7ca3
Merge https://github.com/fortran-lang/stdlib into bitsets3
wclodius2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Numerous changes suggested by Jeremie
Jeremie suggested numerous changes. I implemented most of them. [ticket: X]
- Loading branch information
commit 20a15e51f54ee5c81169f363b355893d5dafbb10
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.