mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add C++14 units library (#1749)
This commit is contained in:
committed by
Peter Johnson
parent
c705953d77
commit
118e9d29d5
@@ -36,6 +36,7 @@ CoreUI wpiutil/src/main/native/resources/coreui-*
|
||||
Feather Icons wpiutil/src/main/native/resources/feather-*
|
||||
jQuery wpiutil/src/main/native/resources/jquery-*
|
||||
popper.js wpiutil/src/main/native/resources/popper-*
|
||||
units wpiutil/src/main/native/include/units/units.h
|
||||
|
||||
|
||||
==============================================================================
|
||||
@@ -339,3 +340,29 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
|
||||
=============
|
||||
units License
|
||||
=============
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Nic Holthaus
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
@@ -11,6 +11,7 @@ generatedFileExclude {
|
||||
src/main/native/cpp/http_parser\.cpp$
|
||||
src/main/native/cpp/llvm/
|
||||
src/main/native/include/llvm/
|
||||
src/main/native/include/units/units\.h$
|
||||
src/main/native/include/wpi/AlignOf\.h$
|
||||
src/main/native/include/wpi/ArrayRef\.h$
|
||||
src/main/native/include/wpi/Chrono\.h$
|
||||
@@ -62,6 +63,7 @@ generatedFileExclude {
|
||||
src/main/native/include/uv/
|
||||
src/main/native/libuv/
|
||||
src/main/native/resources/
|
||||
src/test/native/cpp/UnitsTest\.cpp$
|
||||
}
|
||||
|
||||
licenseUpdateExclude {
|
||||
|
||||
4853
wpiutil/src/main/native/include/units/units.h
Normal file
4853
wpiutil/src/main/native/include/units/units.h
Normal file
File diff suppressed because it is too large
Load Diff
3379
wpiutil/src/test/native/cpp/UnitsTest.cpp
Normal file
3379
wpiutil/src/test/native/cpp/UnitsTest.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user