[med-svn] [Git][med-team/libthread-pool][upstream] New upstream version 2.0.2

Steffen Möller gitlab at salsa.debian.org
Thu Apr 30 21:41:04 BST 2020



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200430/b9a323df/attachment-0001.html>


More information about the debian-med-commit mailing list