add -lstdc++, remove install-docs target#1
Open
pooryorick wants to merge 71 commits intojnorthrup:masterfrom
Open
add -lstdc++, remove install-docs target#1pooryorick wants to merge 71 commits intojnorthrup:masterfrom
pooryorick wants to merge 71 commits intojnorthrup:masterfrom
Conversation
Before applying this patch, the output of the following code was just empty: def foo(): s = metakit.storage(...) v = s.getas(...) return v v = foo() metakit.dump(v) That's because the storage and its data already had been reclaimed by Python before returning the view. Hence metakit.dump(v) only printed empty lines and a total row count (which was correct, BTW).
python/PyView: properly reference count parent objects
Add cmake project. Support clang, clean up warnings.
Use $CXX insteaf of g++, support CMake to build the Python and Tcl bindings
It's a built-in CMake variable defined by CTest module, see http://www.vtk.org/Wiki/CMake/Testing_With_CTest
Crashes in ctest for some reason, while working fine manually. Check.
@todo Include stdint.h?
@todo Include stdint.h?
Conflicts: CMakeLists.txt demos/CMakeLists.txt tests/CMakeLists.txt
Update cmake builds
…ed and channels based on it remain open.
Conflicts: include/mk4.h src/header.h unix/configure.in
merged in updates collected by Roy Keene
Fixed ranlib typo.
On OS X, use two-level namespace and dynamic lookup of undefined symbols
Use LDFLAGS as set at configure time
Update URLs in README
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
also merged jcw's upstream