Commit Graph

11 Commits

Author SHA1 Message Date
Nemanja Trifunovic 67036a031d Consolidate CMakeLists.txt
The build has only one CMakeLists.txt now.
Added support for CTest
2016-11-05 18:46:04 -04:00
nemtrif a5ad5ec9d9 Merge pull request #8 from ghewgill/master
Check for end iterator before using iterator
2016-10-19 09:06:54 -04:00
Greg Hewgill 9d52bc19dc Check for end iterator before using iterator
If it == end, then sequence_length(it) will be called which will attempt to dereference the it iterator. This is normally harmless, because the get_sequence_x() functions each check to see whether it == end. However, some runtime libraries (MSVC CRT debug build in particular) check the validity of every iterator dereference, and a runtime check will be triggered inside sequence_length() if it is at the end.
2016-09-28 13:35:57 +13:00
nemtrif b4c761dbe9 Merge pull request #2 from mominul/patch-1
Syntax Highlighting
2016-05-21 16:33:53 -04:00
Muhammad Mominul Huque 4ddacd67dc Syntax Highlighting 2015-12-29 03:18:50 +06:00
Nemanja Trifunovic f029fcc2fb CMake for negative test 2015-10-17 20:41:24 -04:00
Nemanja Trifunovic 2620091238 Initial CMake files 2015-10-17 20:16:06 -04:00
Nemanja Trifunovic 1cbc1877be Removing various infrastructure files 2015-10-02 18:56:06 -04:00
Nemanja Trifunovic 735b8b7373 Fixing Readme.md 2015-09-12 20:41:43 -04:00
Nemanja Trifunovic 46d0d807dc Initial import
Importing utf8 cpp 2.3.4 to GitHub.
2015-08-16 08:55:59 -04:00
nemtrif 6bb44ed91a Initial commit 2015-08-15 12:11:54 -04:00