mbed-os/tools/test/travis-ci
Kevin Bracey 4eda58893e SocketAddress rework
* Add optimised constexpr default constructor. Default construction
  was previously by a heavyweight defaulted `nsapi_addr_t` parameter.
* Remove deprecated resolving constructor.
* Take `nsapi_addr_t` inputs by constant reference rather than value.
* Inline the trivial getters and setters.
* Use `unique_ptr` to manage the text buffer.
* Make `operator bool` explicit.
* Optimise some methods.
* Update to C++11 style (default initialisers, nullptr etc)
2020-03-24 11:05:33 +02:00
..
doxy-spellchecker SocketAddress rework 2020-03-24 11:05:33 +02:00
functions.sh Fixed Travis CI issue where jobs were/are getting stalled while fetching packages. 2019-10-11 16:06:01 -05:00
scancode-evaluate.py scancode: add logger and parse it to get count 2020-02-24 12:03:01 +00:00