Skip to content

Commit

Permalink
Update contributors for bit-algorithms and bit-containers
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Jun 6, 2024
1 parent 986ab76 commit 5b22949
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 29 deletions.
5 changes: 2 additions & 3 deletions benchmark/src/benchmark_main.cc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// =============================== TEST ROOT ================================ //
// Project: The Experimental Bit Algorithms Library
// Name: test_root.cc
// Name: benchmark_main.cc
// Description: Brings in all of the test headers into an object to be linked
// with the test main
// Creator: Vincent Reverdy
// Contributor(s): Bryce Kille [2019]
// Contributor(s): Bryce Kille
// License: BSD 3-Clause License
// ========================================================================== //

Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/bit_algorithm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The C++ Bit Library
// Name: bit_algorithm.hpp
// Description: Optimized versions of algorithms for bit manipulation
// Creator: Vincent Reverdy
// Contributor(s): Vincent Reverdy [2015-2017]
// Maghav Kumar [2016-2017]
// Bryce Kille [2019]
Expand Down
2 changes: 0 additions & 2 deletions include/bitlib/bit-algorithms/bit_algorithm_details.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
// Project: The Experimental Bit Algorithms Library
// Name: bit_algorithm_details.hpp
// Description: A set of utilities to assist in writing algorithms
// Creator: Vincent Reverdy
// Contributor(s): Vincent Reverdy [2019]
// Collin Gress [2019]
// Bryce Kille [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: copy.hpp
// Description: Implementation of copy, copy_if, copy_n and copy_backward
// Creator: Vincent Reverdy
// Contributor: Bryce Kille [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/copy_backward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: copy_backward.hpp
// Description: bit_iterator overloads for std::copy_backward
// Creator: Vincent Reverdy
// Contributor(s):
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/debug_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: debug_utils.hpp
// Description: Utilities useful for debugging
// Creator: Vincent Reverdy
// Contributor: Bryce Kille [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/equal.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// ================================= EQUAL =================================== //
// Project: The Experimental Bit Algorithms Library
// Name: equal.hpp
// Creator: Vincent Reverdy
// Contributor: Bryce Kille [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
5 changes: 2 additions & 3 deletions include/bitlib/bit-algorithms/fill.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// Project: The Experimental Bit Algorithms Library
// Name: fill.hpp
// Description: bit_iterator overloads for std::fill
// Creator: Vincent Reverdy
// Contributor(s): Vincent Reverdy [2019]
// Bryce Kille [2019]
// Contributor(s): Bryce Kille
// Vincent Reverdy [2019]
// License: BSD 3-Clause License
// ========================================================================== //
#ifndef _FILL_HPP_INCLUDED
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/move.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: move.hpp
// Description: bit_iterator overloads for std::move
// Creator: Vincent Reverdy
// Contributor(s):
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/reverse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: copy.hpp
// Description: Implementation of reverse
// Creator: Vincent Reverdy
// Contributor: Vincent Reverdy [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/rotate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: rotate.hpp
// Description: bit_iterator overloads for std::rotate
// Creator: Vincent Reverdy
// Contributor(s): Bryce Kille [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/shift.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: shift.hpp
// Description: Implementation of shift_left and shift_right
// Creator: Vincent Reverdy
// Contributor(s): Bryce Kille [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/swap_ranges.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: swap_ranges.hpp
// Description: bit_iterator overloads for std::swap_ranges
// Creator: Vincent Reverdy
// Contributor(s): Bryce Kille [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
2 changes: 0 additions & 2 deletions include/bitlib/bit-algorithms/transform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: transform.hpp
// Description: bit_iterator overloads for std::transform
// Creator: Vincent Reverdy
// Contributor(s):
// License: BSD 3-Clause License
// ========================================================================== //
#ifndef _TRANSFORM_HPP_INCLUDED
Expand Down
1 change: 0 additions & 1 deletion include/bitlib/bit-algorithms/type_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Project: The Experimental Bit Algorithms Library
// Name: type_traits.hpp
// Description: Type traits for bits
// Creator: Vincent Reverdy
// Contributor(s): Vincent Reverdy [2019]
// License: BSD 3-Clause License
// ========================================================================== //
Expand Down
2 changes: 0 additions & 2 deletions include/bitlib/bit-containers/bit-containers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Project: The Bit Algorithms Library
// Name: bit-containers.hpp
// Description: Brings in all of the container headers together
// Creator: Vincent Reverdy
// Contributor(s): Bryce Kille [2019]
// License: BSD 3-Clause License
// ========================================================================== //
#ifndef _BIT_CONTAINERS_HPP_INCLUDED
Expand Down
3 changes: 1 addition & 2 deletions include/bitlib/bit-containers/bit_vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// Project: The Experimental Bit Algorithms Library
// \file bit_vector.hpp
// Description: Implementation of bit_vector
// Creator: Vincent Reverdy
// Contributor: Bryce Kille [2019]
// Contributor: Bryce Kille
// License: BSD 3-Clause License
// ========================================================================== //
#ifndef _BIT_VECTOR_HPP_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion test/src/fixtures.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// =============================== FIXTURES ================================= //
// Project: The Experimental Bit Algorithms Library
// Description: Fixtures for testing
// Creator: Bryce Kille [2019]
// Contributor(s): Bryce Kille
// License: BSD 3-Clause License
// ========================================================================== //
#ifndef _FIXTURES_HPP_INCLUDED
Expand Down
3 changes: 1 addition & 2 deletions test/src/test-rotate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// Project: The Experimental Bit Algorithms Library
// Name: rotate.hpp
// Description: Tests for rotate algorithms
// Creator: Vincent Reverdy
// Contributor(s): Bryce Kille [2019]
// Contributor(s): Bryce Kille
// License: BSD 3-Clause License
// ========================================================================== //

Expand Down
2 changes: 1 addition & 1 deletion test/src/vector_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// =============================== FIXTURES ================================= //
// Project: The Experimental Bit Algorithms Library
// Description: Fixtures for testing
// Creator: Bryce Kille [2019]
// Contributor(s): Bryce Kille
// License: BSD 3-Clause License
// ========================================================================== //

Expand Down

0 comments on commit 5b22949

Please sign in to comment.