practicalswift
|
90d4d89230
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
-BEGIN VERIFY SCRIPT-
sed -i 's/\<NULL\>/nullptr/g' src/*.cpp src/*.h src/*/*.cpp src/*/*.h src/qt/*/*.cpp src/qt/*/*.h src/wallet/*/*.cpp src/wallet/*/*.h src/support/allocators/*.h
sed -i 's/Prefer nullptr, otherwise SAFECOOKIE./Prefer NULL, otherwise SAFECOOKIE./g' src/torcontrol.cpp
sed -i 's/tor: Using nullptr authentication/tor: Using NULL authentication/g' src/torcontrol.cpp
sed -i 's/METHODS=nullptr/METHODS=NULL/g' src/test/torcontrol_tests.cpp src/torcontrol.cpp
sed -i 's/nullptr certificates/NULL certificates/g' src/qt/paymentserver.cpp
sed -i 's/"nullptr"/"NULL"/g' src/torcontrol.cpp src/test/torcontrol_tests.cpp
-END VERIFY SCRIPT-
|
2017-08-07 07:36:37 +02:00 |
|
MarcoFalke
|
fa7e4c0919
|
Bump copyright headers to 2014
|
2016-01-05 21:01:39 +01:00 |
|
sandakersmann
|
f914f1a746
|
Added "Core" to copyright headers
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
|
2014-12-19 19:55:32 +01:00 |
|
Michael Ford
|
78253fcbad
|
Remove references to X11 licence
|
2014-12-16 15:56:50 +08:00 |
|
Gavin Andresen
|
1e01f7c506
|
Payment request URI syntax changed, from request=... to r=...
BIP 72 was changed to save six bytes in bitcoin: URIs.
|
2013-12-04 13:18:09 +10:00 |
|
Wladimir J. van der Laan
|
4c60358604
|
qt: add Open URI dialog
|
2013-11-11 14:29:49 +01:00 |
|