Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another pion release including bugfixes from HEAD from the last months? #113

Open
sophonet opened this issue Apr 11, 2016 · 0 comments
Open

Comments

@sophonet
Copy link

Hi there,

would it be possible to officially release the current status of the pion library with another release version (5.0.8)? The reason is that the latest release (5.0.7) does not build as a static library since a few lines in CMakeLists.txt were missing (PION_STATIC_LINKING). This has been fixed in HEAD about 1.5 years ago, so for a number of reasons it might also be nice if this current HEAD could be tagged as another release, e.g. for people / companies who like to use releases for doing their work... it seems that timing would be okay since there were no ground-breaking commits in the last weeks / months.

Thanks a lot,

sophonet
firedaemon-cto pushed a commit to FireDaemon/pion that referenced this issue Aug 27, 2020
1. is_positive()
  - Return boolean value to indicate whether or not time duration is
    positive.
2. is_zero()
  - Return boolean value to indicate whether or not time duration is
    zero.
3. abs()
  - Return a time_duration which is the absolute value of time
    duration.

Added documentation for these helper functions and improved existing
documentation to indicate constness, return values or static
functions.
firedaemon-cto pushed a commit to FireDaemon/pion that referenced this issue Aug 27, 2020
* Synchronize each miscrosec test to the next second (splunk#109)

* Synchronize each miscrosec test to the next second

The aim is to avoid false positives in test_microsec when the seconds,
minutes or hours change during time read between the second_clock and
the microsec_clock.

* Improved readability of the microcec_time_clock test

* Improve performance of adding and subtracting time durations from a ptime. (splunk#99)

Modifying ptime objects by adding and subtracting time durations was
inefficient because it extracted the date and time of day and then
re-constructed a ptime using the date and modified time of day.

This can be avoided by using the existing time_system utilities which
perform the operation by adjusting the number of ticks.

Performance is improved by a factor of 48 on my system.

* Update CI Scripts

* Add time_duration helper functions: (splunk#113)

1. is_positive()
  - Return boolean value to indicate whether or not time duration is
    positive.
2. is_zero()
  - Return boolean value to indicate whether or not time duration is
    zero.
3. abs()
  - Return a time_duration which is the absolute value of time
    duration.

Added documentation for these helper functions and improved existing
documentation to indicate constness, return values or static
functions.

* Cease dependence on MPL (splunk#115)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant