Steffen Möller pushed to branch upstream at Debian Med / libthread-pool
Commits:
0aba07aa by Steffen Moeller at 2020-04-30T22:33:29+02:00
New upstream version 2.0.2
- - - - -
3 changed files:
- .travis.yml
- CMakeLists.txt
- include/thread_pool/thread_pool.hpp
Changes:
=====================================
.travis.yml
=====================================
@@ -1,3 +1,5 @@
+dist: trusty
+
language: cpp
compiler:
=====================================
CMakeLists.txt
=====================================
@@ -7,7 +7,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -march=native")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic")
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
=====================================
include/thread_pool/thread_pool.hpp
=====================================
@@ -20,7 +20,7 @@
namespace thread_pool {
-static const std::string version = "v2.0.1";
+static const std::string version = "v2.0.2";
class Semaphore;
std::unique_ptr<Semaphore> createSemaphore(std::uint32_t value);
View it on GitLab:
https://salsa.debian.org/med-team/libthread-pool/-/commit/0aba07aa3bc291eed2be43f6d4b55dfca79eee2e
--
View it on GitLab:
https://salsa.debian.org/med-team/libthread-pool/-/commit/0aba07aa3bc291eed2be43f6d4b55dfca79eee2e
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit