The unified diff between revisions [4b88c5d6..] and [fcc3affb..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'doc/todo.txt'
# # # patch "doc/todo.txt" # from [03cad91ce79685278e75183c19ddbdb4b24d53bb] # to [470f8ca38f2f35e20db2c868069b82336cf6df08] # ============================================================ --- doc/todo.txt 03cad91ce79685278e75183c19ddbdb4b24d53bb +++ doc/todo.txt 470f8ca38f2f35e20db2c868069b82336cf6df08 @@ -38,6 +38,12 @@ with support for systems like rpm, portage, dpkg, commercial Unix package systems, and Windows installer systems. +Splitting the build into distinct static and shared targets (and +static-debug and shared-debug) would make certain things much simpler, +as well as being a performance advantage on many systems (in +particular on x86, where losing %ebx for the PIC pointer is a huge +loss) + Modules to allow use of platform-specific features within Botan can make life significantly better for users on that platform. Generic Unix/POSIX support is more or less complete, but there are countless