Skip to content

Commit

Permalink
Merge pull request #58 from tribal-tec/master
Browse files Browse the repository at this point in the history
Move vocabulary to new project Lexis
  • Loading branch information
tribal-tec committed May 23, 2016
2 parents f64580a + 97baf0c commit 11ddeff
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 629 deletions.
14 changes: 10 additions & 4 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

# git master

* [48](https://github.com/HBPVIS/ZeroBuf/pull/48):
Fix notifyUpdated usage. Generate doxygen documentation
* [49](https://github.com/HBPVIS/ZeroBuf/pull/49):
Added the exit event
* [58](https://github.com/HBPVIS/ZeroBuf/pull/58):
Move vocabulary to new project Lexis
* [54](https://github.com/HBPVIS/ZeroBuf/pull/54):
Remove more string-related set/get from array/vector types
* [53](https://github.com/HBPVIS/ZeroBuf/pull/53):
Remove set/getString method for non-string dynamic members
* [52](https://github.com/HBPVIS/ZeroBuf/pull/52):
Emit Qt signals plus their new values for PODs and strings in _fromBinary()
* [51](https://github.com/HBPVIS/ZeroBuf/pull/51):
Fix a bug in the Allocator with multiple reallocs
* [49](https://github.com/HBPVIS/ZeroBuf/pull/49):
Added the exit event
* [48](https://github.com/HBPVIS/ZeroBuf/pull/48):
Fix notifyUpdated usage. Generate doxygen documentation
* [42](https://github.com/HBPVIS/ZeroBuf/pull/42):
zerobufCxx.py can generate QObjects
* [40](https://github.com/HBPVIS/ZeroBuf/pull/40):
Expand Down
3 changes: 1 addition & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ set(TESTSCHEMA_OMIT_EXPORT ON)
set(TESTSCHEMA_OMIT_INSTALL ON)
common_library(testschema)

set(TEST_LIBRARIES ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
ZeroBuf testschema ZeroBufRender ZeroBufData)
set(TEST_LIBRARIES ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY} ZeroBuf testschema)
include(CommonCTest)
159 changes: 0 additions & 159 deletions tests/camera.cpp

This file was deleted.

56 changes: 0 additions & 56 deletions tests/data/progress.cpp

This file was deleted.

88 changes: 0 additions & 88 deletions tests/imageJPEG.cpp

This file was deleted.

Loading

0 comments on commit 11ddeff

Please sign in to comment.