Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove our internal copy of talloc, use system libtalloc | Harald Welte | 2015-12-05 | 1 | -1/+1 |
| | | | | | | | Shipping our own private copy of talloc was a good idea in 2008, when it was not readily available on most target platforms. Today, the situation is quite different, as it is a standard library on major Linux distributions. | ||||
* | libosmogb: build without strict aliasing rules | Harald Welte | 2012-09-07 | 1 | -1/+1 |
| | | | | | | This allows us to reliably do the trick with casting structures like libgb_msgb_cb to the msgb->cb[] array. Shamelessly stolen from the Linux kernel. | ||||
* | libosmogb: make sure to link with libosmovty | Harald Welte | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | libosmogb: move files to proper location and fix build | Harald Welte | 2012-06-17 | 1 | -0/+11 |