Skip to content

Commit

Permalink
build: (fixes #2630) Add contrib directory in parallel to src
Browse files Browse the repository at this point in the history
  • Loading branch information
lsormunen committed Apr 7, 2017
1 parent be2674f commit 54b2004
Show file tree
Hide file tree
Showing 5 changed files with 840 additions and 25 deletions.
8 changes: 5 additions & 3 deletions CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,16 @@ <h2>Changes to existing API:</h2>
</li>
<li> The <b>DequeueAll</b> method of <b>Queue</b> has been renamed <b>Flush</b>
</li>
</ul>
<h2>Changes to build system:</h2>
<ul>
<li>The attributes <b>WifiPhy::TxAntennas</b> and <b>WifiPhy::RxAntennas</b>,
and the related accessor methods, were replaced by <b>WifiPhy::MaxSupportedTxSpatialStreams</b>
and <b>WifiPhy::MaxSupportedRxSpatialStreams</b>. A new attribute <b>WifiPhy::Antennas</b>
was added to allow users to define the number of physical antennas on the device.
</li>
</ul>
<h2>Changes to build system:</h2>
<ul>
<li> Modules can now be located in the 'contrib/' directory in addition to 'src/'
</li>
<li> Behavior for running Python programs was aligned with that of C++ programs; the list of modules built is no longer printed out.
</li>
</ul>
Expand Down
Loading

0 comments on commit 54b2004

Please sign in to comment.