Commit Graph

15 Commits

Author SHA1 Message Date
Davide Pesavento 85a73d2b75 build: align minimum build dependencies with ndn-cxx
* gcc 7.4
 * clang 6.0
 * Xcode 10.0 (11.3 or later recommended)

Change-Id: I365e7b1e2c9b081e512f511bf5beee2487cfc361
2022-03-16 20:08:16 -07:00
Davide Pesavento 75496288d0 build: make graphviz optional for building documentation
Change-Id: I779e69037ecef1d49e035a572a843ef3a861e614
2021-04-26 00:06:26 -04:00
Saurab Dulal 32b97d7654 Prepare release 0.3.0
Change-Id: I193b7cde69fcab7d2757a7823a727121572b51ad
2020-12-31 15:00:05 -06:00
Davide Pesavento 042dfb3ec5 build: align minimum build dependencies with ndn-cxx
* Recommend gcc >= 7.4.0
 * Require clang >= 4.0, or Xcode >= 9.0 on macOS
 * Silence an ABI-related diagnostic message from gcc on armv7
 * Update Travis CI job matrix

Refs: #5087, #5106
Change-Id: I659aa617dad0ed7eb23967215c37586ef168d88c
2020-07-23 21:07:16 -04:00
Alexander Afanasyev 89edd8f3a9 Rename VERSION to VERSION.info to avoid conflicts with modern STL
On case-insensitive file systems (e.g., macOS), inclusion of the new
standard <version> header resulted in unexpected inclusion of VERSION
file.

Change-Id: I156cb3a49d3ee2139c1c830eaa8b20be00c3fb98
2020-06-01 18:58:54 -04:00
Ashlesh Gawande 5a895478e1 docs: prepare version 0.2.0 release notes
Change-Id: Ie9dd46dc474ff88542192687b2dcb39a4b8e78b0
2020-01-28 22:28:39 -08:00
Ashlesh Gawande d51690accf support various compression schemes
refs: #5061, #4917

Change-Id: Icba04b8693e40c4f065293b8d688ba32c63bd7bb
2020-01-18 19:45:34 -08:00
Davide Pesavento 34f7eea5b6 build: pass pkg_config_path to check_cfg() when looking for libndn-cxx
Instead of modifying os.environ

Refs: #5042
Change-Id: If6ac10e5f83a48fa85d9b1dec1a2ae1a59d686ac
2019-11-09 17:33:45 -05:00
Davide Pesavento 17b266c3a0 Add "PSYNC_" prefix to access specifier macros to avoid conflicts
Also, sync boost.py waf tool with ndn-cxx

Change-Id: I75ed79725706313c3e64913de0fac17e2c182b8c
2019-04-07 02:02:08 -04:00
Ashlesh Gawande 3cb0b1b408 wscript: add vnum and cnum
Change-Id: Ia863da08b2ef1f94261f1208535fc51232c19f64
2019-03-07 15:43:20 -08:00
Ashlesh Gawande f375bcc7f2 wscript: add iostreams to fix linking with clang
Fixes linking on MacOS, Android

Change-Id: Ic2c9306e03ca0214bd58ebe3dc56fcf496612f65
2019-02-22 12:45:46 -06:00
Davide Pesavento da27849979 build: various updates
* Upgrade waf to 2.0.14
 * Sync default compiler flags with ndn-cxx
 * Remove unused pch waf tool
 * Simplify compilation of unit-tests

Change-Id: I2aa21454dd5d691ad2093923582443e5f8329ba7
2019-01-30 10:26:31 -05:00
Ashlesh Gawande 4c0a7473c5 examples: add library usage examples
refs: #4793

Change-Id: I660ed74bca55debd885b4cdefb230225ccdfe4ca
2019-01-16 16:37:46 -06:00
Ashlesh Gawande 78b94adbc2 rename src to PSync and change include style
refs #4779

Change-Id: I74a08a6e4ab4909be49341f60ed9735f76b3da59
2018-12-14 15:48:06 -06:00
Ashlesh Gawande 0b2897e694 PSync: initial commit
refs: #4641

Change-Id: Iabed3ad7632544d97559e6798547b7972b416784
2018-07-30 10:50:31 -05:00