wxwidgets/docs/contributing
Vadim Zeitlin 4f4c5fcfdf Use nullptr instead of NULL in the code and documentation
This is a combination of running clang-tidy with modernize-use-nullptr
check for some ports (GTK, X11, OSX) and manual changes to the ports for
which it couldn't be used easily (MSW, DFB) and also manually updating
the docs.

Also replace NULL with null or nullptr in the comments as this is more
consistent with the use of nullptr in the code and makes it simpler to
grep for the remaining occurrences of NULL itself.

And also use null in the assert messages.

Only a few occurrences of "NULL" are still left in non-C files, mostly
corresponding to unclear comments or string output which it might not be
safe to change.
2022-10-18 01:25:25 +02:00
..
about-platform-toolkit-and-library-names.md Remove support for wxMotif 2022-10-16 16:39:56 +02:00
about-version-numbers.md Avoid using TAB for indent in a HOWTO 2022-06-21 00:55:30 +02:00
binary-compatibility.md Also fix spelling mistakes in the documentation files 2020-06-28 15:30:04 +02:00
how-to-add-class-documentation.md Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
how-to-add-files-to-build-system.md Remove support for wxMotif 2022-10-16 16:39:56 +02:00
how-to-add-new-font-encoding.md Fix more double negatives used with 'neither' 2022-09-18 18:02:07 +02:00
how-to-add-new-msvs-version.md Document that bakefiles need to be updated for a new MSVS version 2021-12-18 20:14:09 +01:00
how-to-add-new-sample.md Explain better how to add data files to a sample 2021-11-29 13:58:52 +01:00
how-to-add-new-ui-bitmaps.md Convert contributors documentation to markdown. 2014-06-11 21:14:09 +00:00
how-to-add-new-wxUSE_XXX.md Also fix spelling mistakes in the documentation files 2020-06-28 15:30:04 +02:00
how-to-add-new-xrc-handler.md Convert contributors documentation to markdown. 2014-06-11 21:14:09 +00:00
how-to-release.md Update the instructions for creating releases on GitHub 2022-09-15 18:45:06 +02:00
how-to-update-third-party-library.md Remind to update zconf.h when upgrading zlib 2022-04-20 19:48:10 +02:00
how-to-write-unit-tests.md Fix more double negatives used with 'neither' 2022-09-18 18:02:07 +02:00
translators-guide.md Remove platform-specific translations support 2021-02-07 00:06:21 +01:00
wxmsw-contributor-guide.md Extend wxMSW contributor guide 2021-11-05 13:56:10 +01:00