NORM-mirror/include
Luca Boccassi 9c367b50bc
pkg-config, PIE, API breakages fixes (#23)
* Update protolib to pick up new fixes

* CMake: restore SONAME_VERSION to 1

* CMake: generate pkg-config file

* CMake: set -fvisibility=hidden and POSITION_INDEPENDENT_CODE

Need to build everything with fPIC, and also hide symbols by default,
since public ones are explicitly marked as such.

* Revert public API incompatible changes

NormSetId and NormCountCompletedObjects were part of the public API in
released versions, so they cannot be just removed without breaking API/ABI
compatibility.
NormSendCommandTo is a private symbol, but was marked for export by
mistake.

* Add BUILD_STATIC_LIBS option to allow building both static and shared objects

CMake does not support this out of the box, so it has to be implemented
manually. It results in the libnorm build being repeated twice, as there's
no object sharing.
2021-02-01 10:20:20 -05:00
..
galois.h v1.5b1 2019-09-11 12:06:47 -04:00
normApi.h pkg-config, PIE, API breakages fixes (#23) 2021-02-01 10:20:20 -05:00
normEncoder.h v1.5b1 2019-09-11 12:06:47 -04:00
normEncoderMDP.h v1.5b1 2019-09-11 12:06:47 -04:00
normEncoderRS8.h v1.5b1 2019-09-11 12:06:47 -04:00
normEncoderRS16.h v1.5b1 2019-09-11 12:06:47 -04:00
normFile.h v1.5b1 2019-09-11 12:06:47 -04:00
normMessage.h added option for GRTT probing aspect of NORM to use a distinct IP traffic class for its operation. The reason for this is where some Layer 2 protocols may implement some form of reliable, retransmission that could adversely impact the NORM GRTT round-trip measurement. A distinct traffic class for that signaling allows the possibility of mapping it to different underlying Layer 2 services (e.g. bypass any reliability mechanism for those specific NORM messages) 2020-06-06 12:41:58 -04:00
normNode.h added NormStreamGetVacancy() and some NormSocket improvement 2020-04-29 22:38:59 -04:00
normObject.h added option for GRTT probing aspect of NORM to use a distinct IP traffic class for its operation. The reason for this is where some Layer 2 protocols may implement some form of reliable, retransmission that could adversely impact the NORM GRTT round-trip measurement. A distinct traffic class for that signaling allows the possibility of mapping it to different underlying Layer 2 services (e.g. bypass any reliability mechanism for those specific NORM messages) 2020-06-06 12:41:58 -04:00
normPostProcess.h v1.5b1 2019-09-11 12:06:47 -04:00
normSegment.h v1.5.7 2019-09-11 12:21:00 -04:00
normSession.h added option for GRTT probing aspect of NORM to use a distinct IP traffic class for its operation. The reason for this is where some Layer 2 protocols may implement some form of reliable, retransmission that could adversely impact the NORM GRTT round-trip measurement. A distinct traffic class for that signaling allows the possibility of mapping it to different underlying Layer 2 services (e.g. bypass any reliability mechanism for those specific NORM messages) 2020-06-06 12:41:58 -04:00
normSimAgent.h v1.5b2 2019-09-11 12:08:00 -04:00
normVersion.h rolled up development version to 1.5.10 2021-01-30 18:32:28 -05:00