DrahtBot
|
eb7daf4d60
|
Update copyright headers to 2018
|
2018-07-27 07:15:02 -04:00 |
|
Akira Takizawa
|
595a7bab23
|
Increment MIT Licence copyright header year on files modified in 2017
|
2018-01-03 02:26:56 +09:00 |
|
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 |
|
Karl-Johan Alm
|
1ae86ec5ec
|
Changed event RAII helper functions to inline to deal with duplicate symbol linker errors.
|
2017-04-14 13:44:10 +09:00 |
|
Karl-Johan Alm
|
280a5599eb
|
Added some simple tests for the RAII-style events.
|
2016-12-21 16:49:21 +09:00 |
|
Karl-Johan Alm
|
e5534d2f01
|
Added std::unique_ptr<> wrappers with deleters for libevent modules.
|
2016-12-20 20:45:08 +09:00 |
|