Merge remote-tracking branch 'origin/development'

This commit is contained in:
John Wellbelove 2016-02-28 14:21:29 +00:00
commit 6104b66adb
183 changed files with 129 additions and 122 deletions

9
library.properties Normal file
View File

@ -0,0 +1,9 @@
name=Embedded Template Library
version=8.0.0
author= John Wellbelove <john.wellbelove@etlcpp.com>
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
sentence=A C++ template library tailored for embedded systems.
paragraph=Requires some support from STL. See http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/
category=Other
url=http://www.etlcpp.com/
architectures=*

View File

View File

View File

@ -37,15 +37,13 @@ SOFTWARE.
#include "type_traits.h"
#include "parameter_type.h"
#include "error_handler.h"
namespace etl
{
#include "../exception.h"
#include "../error_handler.h"
#include "exception.h"
#undef ETL_FILE
#define ETL_FILE "12"
namespace etl
{
//***************************************************************************
/// The base class for priority_queue exceptions.
///\ingroup queue

View File

View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More