Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Used boost::shared_ptr throughout for memory management #1

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

cce
Copy link
Contributor

@cce cce commented Apr 7, 2013

This PR brings in changes from the long-running shared_ptr feature branch, merged with the latest from brownie/master. It replaces all the new & delete with reference-counted boost::shared_ptr & boost::make_shared.

cce and others added 30 commits December 18, 2010 02:18
… '\(\(const \)?[A-Za-z:]+\)\( \)?\*\( \)?\([^/]\)' with 'Ptr<\1> \5'
Conflicts:
	src/GroupRSA.h
	src/Makefile
	src/Test.cpp
	src/bank.80.params
	src/public.80.arbiter
	src/public.regular.80.arbiter
	src/secret.80.arbiter
	src/secret.regular.80.arbiter
	src/tool.80.bank
	src/tool.80.user
	src/wallet.80
Conflicts:

	src/bank.80.params
	src/tool.80.bank
	src/wallet.80
Conflicts:

	src/bank.80.params
	src/public.80.arbiter
	src/public.regular.80.arbiter
	src/secret.80.arbiter
	src/secret.regular.80.arbiter
	src/tool.80.bank
	src/tool.80.user
	src/wallet.80
cce added 5 commits February 25, 2011 19:06
resolved conflicts with git mergetool & DiffMerge

Conflicts:
	src/BuyMessage.h
	src/Buyer.cpp
	src/Debug.h
	src/FEInitiator.cpp
	src/FEResponder.cpp
	src/GroupRSA.h
	src/Seller.cpp
	src/Test.cpp
	src/ZKP/Interpreter.cpp
	src/ZKP/examples/cl-obtain-temp.txt
	src/bank.80.params
	src/tool.80.bank
	src/wallet.80
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.

1 participant