Skip to content

add -lstdc++, remove install-docs target#1

Open
pooryorick wants to merge 71 commits intojnorthrup:masterfrom
pooryorick:master
Open

add -lstdc++, remove install-docs target#1
pooryorick wants to merge 71 commits intojnorthrup:masterfrom
pooryorick:master

Conversation

@pooryorick
Copy link

also merged jcw's upstream

berkus and others added 30 commits October 29, 2012 16:22
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
Crashes in ctest for some reason, while working fine manually. Check.
@todo Include stdint.h?
@todo Include stdint.h?
berkus and others added 30 commits February 3, 2014 19:47
Conflicts:
	CMakeLists.txt
	demos/CMakeLists.txt
	tests/CMakeLists.txt
Conflicts:
	include/mk4.h
	src/header.h
	unix/configure.in
merged in updates collected by Roy Keene
On OS X, use two-level namespace and dynamic lookup of undefined symbols
Use LDFLAGS as set at configure time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants