]>
granicus.if.org Git - icinga2/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
nemtrif [Fri, 15 Mar 2019 12:28:20 +0000 (08:28 -0400)]
Merge pull request #23 from Al2Klimov/bugfix/license
Show license more prominently
Alexander A. Klimov [Fri, 15 Mar 2019 09:11:42 +0000 (10:11 +0100)]
Show license more prominently
Nemanja Trifunovic [Sun, 14 Oct 2018 00:48:56 +0000 (20:48 -0400)]
Create .gitignore
Ignore:
- .vscode
- build
Nemanja Trifunovic [Mon, 24 Sep 2018 23:49:14 +0000 (19:49 -0400)]
Release v2.3.6
nemtrif [Mon, 24 Sep 2018 23:35:33 +0000 (19:35 -0400)]
Merge pull request #18 from arteniioleg/patch-1
cmake: fixed undefined ${CMAKE_INSTALL_LIBDIR}
Oleg Artenii [Fri, 14 Sep 2018 06:24:40 +0000 (09:24 +0300)]
cmake: fixed undefined ${CMAKE_INSTALL_LIBDIR}
nemtrif [Sat, 11 Aug 2018 19:59:54 +0000 (15:59 -0400)]
Merge pull request #14 from amerry/msvc-build-fix
Fix smoke test
nemtrif [Fri, 10 Aug 2018 23:53:27 +0000 (19:53 -0400)]
Merge pull request #17 from Erroneous1/modern_cmake
Modernize cmake
Aaron Bishop [Thu, 2 Aug 2018 14:35:39 +0000 (10:35 -0400)]
Modernize cmake
* Able to use as subfolder
* Able to install (and import again in cmake)
* Able to disable tests
* Able to disable samples
Alex Merry [Wed, 7 Mar 2018 16:43:54 +0000 (16:43 +0000)]
Fix smoke test on MSVC
The MSVC-generated code in debug mode was (quite rightly) complaining
about iterating past the start of an empty vector, and aborting the
test.
nemtrif [Thu, 23 Nov 2017 00:50:51 +0000 (19:50 -0500)]
Merge pull request #11 from willfrey/patch-1
Update test.cpp
Will Frey [Sat, 22 Jul 2017 03:07:07 +0000 (23:07 -0400)]
Update test.cpp
This test was failing for me when I compiled with clang. Must have a different initializer.
I changed the test to match the example from the README and it passes when I build with both clang and gcc.
Nemanja Trifunovic [Sat, 5 Nov 2016 23:34:38 +0000 (19:34 -0400)]
Minor documentation update.
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