]> granicus.if.org Git - icinga2/log
icinga2
5 years agoMerge pull request #23 from Al2Klimov/bugfix/license
nemtrif [Fri, 15 Mar 2019 12:28:20 +0000 (08:28 -0400)]
Merge pull request #23 from Al2Klimov/bugfix/license

Show license more prominently

5 years agoShow license more prominently
Alexander A. Klimov [Fri, 15 Mar 2019 09:11:42 +0000 (10:11 +0100)]
Show license more prominently

6 years agoCreate .gitignore
Nemanja Trifunovic [Sun, 14 Oct 2018 00:48:56 +0000 (20:48 -0400)]
Create .gitignore

Ignore:
- .vscode
- build

6 years agoRelease v2.3.6
Nemanja Trifunovic [Mon, 24 Sep 2018 23:49:14 +0000 (19:49 -0400)]
Release v2.3.6

6 years agoMerge pull request #18 from arteniioleg/patch-1
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}

6 years agocmake: fixed undefined ${CMAKE_INSTALL_LIBDIR}
Oleg Artenii [Fri, 14 Sep 2018 06:24:40 +0000 (09:24 +0300)]
cmake: fixed undefined ${CMAKE_INSTALL_LIBDIR}

6 years agoMerge pull request #14 from amerry/msvc-build-fix
nemtrif [Sat, 11 Aug 2018 19:59:54 +0000 (15:59 -0400)]
Merge pull request #14 from amerry/msvc-build-fix

Fix smoke test

6 years agoMerge pull request #17 from Erroneous1/modern_cmake
nemtrif [Fri, 10 Aug 2018 23:53:27 +0000 (19:53 -0400)]
Merge pull request #17 from Erroneous1/modern_cmake

Modernize cmake

6 years agoModernize 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

6 years agoFix smoke test on MSVC
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.

7 years agoMerge pull request #11 from willfrey/patch-1
nemtrif [Thu, 23 Nov 2017 00:50:51 +0000 (19:50 -0500)]
Merge pull request #11 from willfrey/patch-1

Update test.cpp

7 years agoUpdate 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.

8 years agoMinor documentation update.
Nemanja Trifunovic [Sat, 5 Nov 2016 23:34:38 +0000 (19:34 -0400)]
Minor documentation update.

8 years agoFix -Wshadow warnings
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.

8 years agoConsolidate CMakeLists.txt
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

8 years agoMerge pull request #8 from ghewgill/master
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

8 years agoCheck 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.

8 years agoMerge pull request #2 from mominul/patch-1
nemtrif [Sat, 21 May 2016 20:33:53 +0000 (16:33 -0400)]
Merge pull request #2 from mominul/patch-1

Syntax Highlighting

9 years agoSyntax Highlighting
Muhammad Mominul Huque [Mon, 28 Dec 2015 21:18:50 +0000 (03:18 +0600)]
Syntax Highlighting

9 years agoCMake for negative test
Nemanja Trifunovic [Sun, 18 Oct 2015 00:41:24 +0000 (20:41 -0400)]
CMake for negative test

9 years agoInitial CMake files
Nemanja Trifunovic [Sun, 18 Oct 2015 00:16:06 +0000 (20:16 -0400)]
Initial CMake files

9 years agoRemoving various infrastructure files
Nemanja Trifunovic [Fri, 2 Oct 2015 22:56:06 +0000 (18:56 -0400)]
Removing various infrastructure files

9 years agoFixing Readme.md
Nemanja Trifunovic [Sun, 13 Sep 2015 00:41:43 +0000 (20:41 -0400)]
Fixing Readme.md

9 years agoInitial import
Nemanja Trifunovic [Sun, 16 Aug 2015 12:55:59 +0000 (08:55 -0400)]
Initial import

Importing utf8 cpp 2.3.4 to GitHub.

9 years agoInitial commit
nemtrif [Sat, 15 Aug 2015 16:11:54 +0000 (12:11 -0400)]
Initial commit