Skip to content

Commit

Permalink
Merge branch 'feature-clang-compat'
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Feb 5, 2018
2 parents 0b1117a + b0cd4a4 commit f439d04
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
xtdcpp (1.0.3ppa1~xenial) xenial; urgency=medium

* [all] replace boost/regex by c++11 std::regexp
* [all] clang compatibility
* [all] improve header managment
* xtdmake : bump version

-- Xavier MARCELET <xavier@marcelet.com> Mon, 05 Feb 2018 08:16:20 +0100

xtdcpp (1.0.3ppa1~trusty) trusty; urgency=medium

* [all] replace boost/regex by c++11 std::regexp
* [all] clang compatibility
* [all] improve header managment
* xtdmake : bump version

-- Xavier MARCELET <xavier@marcelet.com> Mon, 05 Feb 2018 08:16:20 +0100

xtdcpp (1.0.2ppa3~xenial) xenial; urgency=medium

* [network/http] fixes #19 : boost and std shared_pointer are no longer mixed
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Standards-Version: 3.9.7
Build-Depends:
debhelper (>= 9),
cmake (>= 2.8.7),
xtdmake (>= 1.0.3),
xtdmake (>= 1.3.1),
libboost-dev(>= 1.54),
libboost-thread-dev(>= 1.54),
libboost-filesystem-dev(>= 1.54),
Expand Down

2 comments on commit f439d04

@psycofdj
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build report #337432238 for sha f439d04:

UnitTests
Coverage
Cppcheck
Code statistics
Documentation
Documentation coverage
MemChecks

Reports

@psycofdj
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build report #337432338 for sha f439d04:

UnitTests
Coverage
Cppcheck
Code statistics
Documentation
Documentation coverage
MemChecks

Reports

Please sign in to comment.