]>
granicus.if.org Git - icinga2/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nemanja Trifunovic [Sat, 5 Nov 2016 22:58:26 +0000 (18:58 -0400)]
Fix -Wshadow warnings
Fix the GNU and CLang's -Wshadow warning by renaming the input parameters.
Nemanja Trifunovic [Sat, 5 Nov 2016 22:46:04 +0000 (18:46 -0400)]
Consolidate CMakeLists.txt
The build has only one CMakeLists.txt now.
Added support for CTest
nemtrif [Wed, 19 Oct 2016 13:06:54 +0000 (09:06 -0400)]
Merge pull request #8 from ghewgill/master
Check for end iterator before using iterator
Greg Hewgill [Wed, 28 Sep 2016 00:32:08 +0000 (13:32 +1300)]
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.
nemtrif [Sat, 21 May 2016 20:33:53 +0000 (16:33 -0400)]
Merge pull request #2 from mominul/patch-1
Syntax Highlighting
Muhammad Mominul Huque [Mon, 28 Dec 2015 21:18:50 +0000 (03:18 +0600)]
Syntax Highlighting
Nemanja Trifunovic [Sun, 18 Oct 2015 00:41:24 +0000 (20:41 -0400)]
CMake for negative test
Nemanja Trifunovic [Sun, 18 Oct 2015 00:16:06 +0000 (20:16 -0400)]
Initial CMake files
Nemanja Trifunovic [Fri, 2 Oct 2015 22:56:06 +0000 (18:56 -0400)]
Removing various infrastructure files
Nemanja Trifunovic [Sun, 13 Sep 2015 00:41:43 +0000 (20:41 -0400)]
Fixing Readme.md
Nemanja Trifunovic [Sun, 16 Aug 2015 12:55:59 +0000 (08:55 -0400)]
Initial import
Importing utf8 cpp 2.3.4 to GitHub.
nemtrif [Sat, 15 Aug 2015 16:11:54 +0000 (12:11 -0400)]
Initial commit