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

Make config.h more Autoconf friendly (GH #835) #836

Merged
merged 23 commits into from
May 17, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update comments
  • Loading branch information
noloader committed May 17, 2019
commit 6925220a6236b892a9b4cccfe7fe62639ad30a9c
3 changes: 2 additions & 1 deletion config_align.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down
3 changes: 2 additions & 1 deletion config_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down
3 changes: 2 additions & 1 deletion config_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// <A HREF="https://sourceforge.net/p/predef/wiki/Architectures/">Sourceforge
/// Pre-defined Compiler Macros</A>
Expand Down
3 changes: 2 additions & 1 deletion config_cxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down
3 changes: 2 additions & 1 deletion config_dll.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down
3 changes: 2 additions & 1 deletion config_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down
3 changes: 2 additions & 1 deletion config_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down
3 changes: 2 additions & 1 deletion config_ns.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down
3 changes: 2 additions & 1 deletion config_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down
3 changes: 2 additions & 1 deletion config_ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occured so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write a new <tt>config_base.h</tt> using its feature tests.
/// to write new <tt>config_base.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
/// \since Crypto++ 8.3

Expand Down