build: bug fixes for release version
* fixed search activating 2 nodes, because of NodeType in query * fixed search results didn't contain results with same name * added protected contents to sample and tictactoe code * fixed CxxParserTests not logging errors, disabled logging for tests with errors * fixed CxxParserTests not finding system headers, added TestSettings.xml and pass headers to Parser::parseFile()
This commit is contained in:
+5
-5
@@ -1,8 +1,11 @@
|
||||
/build/
|
||||
|
||||
/bin/app/Debug/
|
||||
/bin/app/Release/
|
||||
/bin/app/data/log/
|
||||
/bin/app/data/ApplicationSettings.xml
|
||||
/bin/app/data/ProjectSettings.xml
|
||||
/bin/app/data/window_settings.ini
|
||||
/bin/app/Release/
|
||||
|
||||
/bin/lib/
|
||||
|
||||
@@ -10,9 +13,6 @@
|
||||
/bin/test/Release/
|
||||
/bin/test/data/log/
|
||||
/bin/test/data/temp.xml
|
||||
|
||||
/bin/app/data/window_settings.ini
|
||||
/bin/app/data/ApplicationSettings.xml
|
||||
/bin/app/data/ProjectSettings.xml
|
||||
/bin/test/data/TestSettings.xml
|
||||
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user