#
3ed566dc |
| 29-Oct-2018 |
Patrick Venture <venture@google.com> |
build: bump to use c++17
Bump build to use c++17.
Change-Id: I0ba2efeba2e88f89a18a8d5786253e5a48334ef0 Signed-off-by: Patrick Venture <venture@google.com>
|
#
c03bbc37 |
| 29-Oct-2018 |
Patrick Venture <venture@google.com> |
build: set language to C++
Set the language in the build to C++.
Change-Id: I2c91eb95672f2dd0f1c6f21dea47770f900c9393 Signed-off-by: Patrick Venture <venture@google.com>
|
#
17fb7868 |
| 25-Oct-2017 |
Gunnar Mills <gmills@us.ibm.com> |
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2.
Change-Id: I0c07f
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2.
Change-Id: I0c07fd50d855db50b8b8891c17f6806dc39e6599 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
#
37fd9a65 |
| 07-Nov-2016 |
Josh King <jdking@us.ibm.com> |
Created gtest Framework - added necessary files
In order to convert phosphor-event tests to gtest I needed to start by creating the framework for the tests. I created a new sub directory called tes
Created gtest Framework - added necessary files
In order to convert phosphor-event tests to gtest I needed to start by creating the framework for the tests. I created a new sub directory called test in which I created the cpp file utest where I will be implementing the unit tests. As of right now I have a sample test in place to verify that everything is linked properly and will successfully pass its test. Sample.cpp and Sample.h are needed for the example test case created and ran inside utest.cpp. I had to modify both the Makefile.am and configure.ac to accomidate my new test directory so it would be included in the make process.
Change-Id: I163584007f52b763c564de516effe35ae6055eb3 Signed-off-by: Josh King <jdking@us.ibm.com>
show more ...
|
#
acdc2a90 |
| 29-Sep-2016 |
Matthew Barth <msbarth@us.ibm.com> |
Convert build process to autotools
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within th
Convert build process to autotools
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package.
Change-Id: I75a0cc5029a63f448866cf38f3edc6d9be363c7e Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
show more ...
|