aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix catch installation issue (#540)Tiago2017-08-161-1/+0
| | | | | | | Catch was being installed to the root of the cmake project. This violated the source code tree itself and would not work at all if GSL was being consumed with add_subdirectory. CMake will now install catch to the build tree under /dependencies.
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-0/+2
| | | Many thanks to @rianquinn. This should fix #495, #494 and #529.
* Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-071-0/+2
| | | | | | | | | | | * Nest "gsl" directory inside a new "include" directory. * Cleanup the _MSC_VER conditionals a bit; use constexpr on VS2017+. * Don't #define noexcept on non-Microsoft implementations. * Workaround VS2017 bug in multi_span. (Also implement == and != for static_bounds_dynamic_range_t because I'm an EoP semantic soundness snob.) Fixes #441.
* Adding unittest-cpp as a submodule.Sergiy Oryekhov2016-03-231-1/+0
|
* Updated .gitignoreMatt Newport2015-10-191-0/+1
|
* Add .gitignoreMatt Newport2015-10-191-1/+13
|
* Initial commit of library files.Neil MacIntosh2015-08-201-0/+1