Lynix
|
192fccc634
|
Fix compilation
Former-commit-id: d5ac6bb73615f7c9b068c1de2037dfeddc5c1b45
|
2016-03-02 16:53:20 +01:00 |
Lynix
|
1c4135fc09
|
Improve documentation
Former-commit-id: 08d70f6a53a7f12d2748d145d1fe139595a1b39e
|
2016-03-01 15:37:05 +01:00 |
Lynix
|
188c1e4c1e
|
Core/Bitset: Made destructor and Clear() noexcept
Former-commit-id: 0d09070fcb5d17812eb938c9873213107bd97f7c
|
2016-03-01 13:59:31 +01:00 |
Gawaboumga
|
5c3b16f4a7
|
Documentation for Bitset
Former-commit-id: f06a3bdb376bcfafb60d0386993806c818ca2c45
|
2016-02-21 14:21:04 +01:00 |
Lynix
|
bbaa328530
|
Core/Bitset: Replace static members by static constexpr
Former-commit-id: 0c2a2eb8d766f544016068cdc4be859be2b20dd5
|
2016-01-08 01:28:49 +01:00 |
Lynix
|
df8da275c4
|
Switch from Nz prefix to namespace Nz
What a huge commit
Former-commit-id: 38ac5eebf70adc1180f571f6006192d28fb99897
|
2015-09-25 19:20:05 +02:00 |
Lynix
|
2c752a38c3
|
Core/Bitset: Minor changes
Former-commit-id: 0d4e2007c83f34ca966615b55927cf34e88670af
|
2015-09-18 20:00:53 +02:00 |
Lynix
|
179f30861d
|
Core/Bitset: Fix Bitset::FindNext
Former-commit-id: 20d18be6e8039fc386ef7c402878b3d29577b46d
|
2015-06-22 14:27:42 +02:00 |
Lynix
|
f4c3ec51ed
|
Final VS fixes
Former-commit-id: 6da44f94127f61de39710a52b8b3b73ce19c1269
|
2015-06-14 16:18:37 +02:00 |
Lynix
|
656290d089
|
Core/Bitset: Add comparison operators
Former-commit-id: 7ca04f36fa001f322182c5e9457127f05432d373
|
2015-05-19 14:31:04 +02:00 |
Lynix
|
8b5deffe35
|
Core/Bitset: Fixed Test methods being not const
Former-commit-id: 440c03a78b4dcf8ec1566c1db30989c0145b5a78
|
2015-05-03 19:54:35 +02:00 |
Lynix
|
697e6714db
|
(Bitset) Fixed PerformsAND not working right with empty bitsets
Former-commit-id: f4b70a9d1177c97f7dc376b6cc1d209520e2b19b
|
2015-04-13 00:13:44 +02:00 |
Lynix
|
99e0912163
|
(Bitset) Simplified Resize code
Removed old code
Former-commit-id: e82ec5e69ba9e4d91b7c65a5132b91fe3a60fd7e
|
2015-03-17 12:26:51 +01:00 |
Lynix
|
4c0c47240c
|
(Bitset) Consistency
Former-commit-id: 4974483833cad392e105d2fc2dfc4d9f8d7310d3
|
2015-03-17 12:26:29 +01:00 |
Lynix
|
b742f93643
|
(Bitset) Fixed last commit
Former-commit-id: 11dcae81e30db925d583112dfab0f0eb5f61f1a0
|
2015-03-16 21:54:26 +01:00 |
Lynix
|
70f9bb3aec
|
(Bitset) Fixed Find* methods not handling empty bitsets
Former-commit-id: 48b9c83c0b786fffae18d5b5fff7bbbe89056c99
|
2015-03-16 21:44:30 +01:00 |
Lynix
|
2ca9989bfe
|
(Bitset) Fixed missing implementation of Reset(bit)
Former-commit-id: a2b0c6e29b87303bdd624f2440e528cb832a8999
|
2015-03-16 19:21:36 +01:00 |
Lynix
|
860712b09f
|
(Bitset) Added Unbounded methods
Former-commit-id: 898eecf4aa8ecf7c9ec85fc8c46c17a6c3badc34
|
2015-03-16 19:21:28 +01:00 |
Lynix
|
6b799b1887
|
(Bitset) Fixed missing include
Former-commit-id: 6f1a0df5d0bc69072489ccd3ce70455de4130c75
|
2015-03-16 18:02:25 +01:00 |
Lynix
|
458cdd7cab
|
(Bitset) Added equality operator
Former-commit-id: b5145a1a0ad8031001927c29c49e0f1faae2d7af
|
2015-03-16 18:02:17 +01:00 |
Lynix
|
17961f42fd
|
Added Bitset class
It's like std::bitset with a dynamic size
Former-commit-id: 704352d954c88e9cf829b41448d7761f89f59786
|
2015-03-16 17:23:55 +01:00 |