]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2011/05/21-upstream-tracker.rst
Add some missing posts
[personal/website.git] / source / blog / posts / 2011 / 05 / 21-upstream-tracker.rst
1 Title: Upstream Tracker
2 Tags: en, upstream tracker, c, c++, binary compatibility, service, web, library
3
4 I'm too lazy lately, so I will just quote the `Upstream Tracker`__ site:
5
6 __ http://linuxtesting.org/upstream-tracker/index.html
7
8    Backward binary compatibility testing for **C** and **C++** shared libraries
9    on **x86**
10
11    This service is aimed on analyzing of the **C** and **C++** libraries
12    evolution.  It is looking for new releases of various libraries and checking
13    them for backward **binary compatibility**. The web-service is generally
14    intended for operating system maintainers to help in updating libraries and
15    for software developers interested in ensuring backward binary compatibility
16    of the API.
17
18 A really nice service. They are monitoring 286 libraries (at the time of
19 writing) and you can add more for free.
20
21 .. vim: set et sw=3 sts=3 :