Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fix_build_dir_order
|
|
|
|
|
|
|
|
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
|
|
(INCLUDE) and library directories, but requires that the including script add use them (via INCLUDE_DIRECTORIES and LINK_DIRECTORIES)
|
|
|
|
|
|
See https://svn.boost.org/trac/boost/ticket/7669
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(apparently; for OSX).
|
|
|
|
|
|
|
|
This reverts commit 1294d9b540b9f68f038b18f706867d87c08be4c8.
|
|
|
|
|
|
This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer.
Also adds an example using vector items.
|
|
Also adds a flush when updating the headers.
|
|
|
|
is properly updated.
|
|
source).
|
|
|
|
|
|
Also fixes an error in Doxygen markup.
|
|
|
|
|
|
|
|
them to the tag stream.
|
|
|
|
|
|
Right now, reads headers to get the item size and segment size. Streams data segments as correct data type out of streaming port 0. Does nothing else with meta data.
|
|
|