aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-11-16correct conflict boost when android sdk is runningAngelo Mantellini1-1/+1
Change-Id: I8a45d86b114c62eeecb9b4875e9972ac4fb8a694 Signed-off-by: Angelo Mantellini <angelo.mantellini@irt-systemx.fr>
2017-07-05correct issue for compiling iosAngelo Mantellini (manangel)1-1/+1
Change-Id: I3ebd39ca699c24f292f975d2ead9b6fcc3e89ddf Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
2017-06-27Adding Android options to CMakeListsMauro Sardara1-2/+2
Change-Id: I537d2396aafc210aecbc0495002b8b9aadd31f8e Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-27Add possibility to retrieve the low level consumer socket from the HTTP ↵Mauro Sardara1-1/+0
client helper Change-Id: I7a51427396397d06608fdae36e30c6f0bc7a9f3e Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-05- Added new interface between applications and library:Mauro Sardara1-44/+72
- Application retrieve resources using the common HTTP url format. - Translation between network names and application names performed by the library - Added basic error handling - Added utils for http connections - Added support for differetn build types (DEBUG, RELEASE, RELEASE with debug symbols, RELEASE with min size executable) - Added support for iOS Change-Id: I8ba2a5d8bd70a4f7721e1bbc2efe3fb81ed2c98c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-29Fixing typo in CMakeListsMauro Sardara1-1/+1
Change-Id: Idc098f1e426b9590b17a20868ad007e9b3d581c0 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-29Adding dev and doc package support.Mauro Sardara1-42/+73
Change-Id: I89b4aa6598d88226a1eafd6b7240a30be3d795c3 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-25add android correctionAngelo Mantellini (manangel)1-2/+9
Change-Id: If674233c81fa2236aa5973d9545fa316d66acb7a Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
2017-04-13Installing boost dev for compatibility between trusty and xenialMauro Sardara1-1/+1
Change-Id: Ibe9c120d95bae705b349461f7002e18515b028ca Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-13Fix libboost dependency checkMauro Sardara1-1/+1
Change-Id: Idd5d13bc621d12b7c3d7791b2d22fe0147a106ed Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-13Fix libboost-system dependency for deb packageMauro Sardara1-1/+1
Change-Id: I4fa44a5475afb73de88bea422221d787c7a9ce2c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-13Adding support for package creation.Mauro Sardara1-8/+7
The script for creating the package is scripts/build-package.sh, and it will create the correct package depending on the OS and the architecture users are running on. Supported OS: Ubuntu 16.04, Ubuntu 14.04 and Centos7 Change-Id: Ibaf4d6e9e8d66f81378459139462a7fcb1f274a0 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-07Adding packaging info to CMakeLists.txtLibicnet-v1.0Mauro Sardara1-6/+5
Change-Id: Ibe882a48c15d238021d4b7347425b8b6a0d3cc95 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-03-27Adding support for creating DEB and RPM packagesMauro Sardara1-7/+51
Change-Id: If2ba80f4b7f75cbdaa56349ccfe26663289a403a Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-03-22Adding android supportMauro Sardara1-5/+13
Change-Id: Id8d0aaf61e6576209a8e329aa26cb73113832296 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-02-24- Added missing dependency "ccnx-portal-rta", still needed for the control ↵Mauro Sardara1-1/+1
messages - Fixed little typo for being compliant with the code style - Removed include statements of deprecated library "ccnx-portal" - added level of optimization of 3 by default Change-Id: Id353e58fa1e7eeeb90bdf19ec7fd921876ab12c4 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-02-22Initial Commit: libicnetMauro Sardara1-0/+94
Change-Id: I10a72cb0d84b76553a85c168416b847f6a4ff5f6 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>