annotate liboctave/version.cc @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -0400
parents 796f54d4ddbf
children 597f3ee61a48
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27923
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
1 ////////////////////////////////////////////////////////////////////////
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
2 //
30564
796f54d4ddbf update Octave Project Developers copyright for the new year
John W. Eaton <jwe@octave.org>
parents: 29358
diff changeset
3 // Copyright (C) 2013-2022 The Octave Project Developers
27923
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
4 //
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
5 // See the file COPYRIGHT.md in the top-level directory of this
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
6 // distribution or <https://octave.org/copyright/>.
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
7 //
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
8 // This file is part of Octave.
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
9 //
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
10 // Octave is free software: you can redistribute it and/or modify it
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
11 // under the terms of the GNU General Public License as published by
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
12 // the Free Software Foundation, either version 3 of the License, or
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
13 // (at your option) any later version.
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
14 //
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
15 // Octave is distributed in the hope that it will be useful, but
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
16 // WITHOUT ANY WARRANTY; without even the implied warranty of
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
18 // GNU General Public License for more details.
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
19 //
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
20 // You should have received a copy of the GNU General Public License
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
21 // along with Octave; see the file COPYING. If not, see
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
22 // <https://www.gnu.org/licenses/>.
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
23 //
bd51beb6205e update formatting of copyright notices
John W. Eaton <jwe@octave.org>
parents: 27919
diff changeset
24 ////////////////////////////////////////////////////////////////////////
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25
21724
aba2e6293dd8 use "#if ..." consistently instead of "#ifdef" and "#ifndef"
John W. Eaton <jwe@octave.org>
parents: 21301
diff changeset
26 #if defined (HAVE_CONFIG_H)
21301
40de9f8f23a6 Use '#include "config.h"' rather than <config.h>.
Rik <rik@octave.org>
parents: 21200
diff changeset
27 # include "config.h"
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 #endif
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 #include <string>
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 #include "version.h"
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34 static std::string
21017
93748bcaec17 maint: Replace emtpy 'std::string ()' calls with "".
Rik <rik@octave.org>
parents: 19697
diff changeset
35 octave_warranty_statement (const std::string& extra_info = "")
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
36 {
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
37 return "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or\n\
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38 FITNESS FOR A PARTICULAR PURPOSE."
17787
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
39 + extra_info;
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
40 }
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
41
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
42 static std::string
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
43 format_url (bool html, const std::string& url)
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
44 {
23803
90689bdbe048 Use C++11 raw string literals to avoid escaping double quotes.
Rik <rik@octave.org>
parents: 23717
diff changeset
45 return html ? R"(<a href=")" + url + R"(">)" + url + "</a>" : url;
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
46 }
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
47
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
48 std::string
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
49 octave_www_statement (bool html)
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
50 {
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
51 return "Additional information about Octave is available at "
25534
222e23e5e7c1 doc: Fix malformed URL (bug #54225).
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 25054
diff changeset
52 + format_url (html, "https://www.octave.org") + ".";
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
53 }
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
54
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
55 std::string
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
56 octave_contrib_statement (bool html)
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
57 {
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
58 return "Please contribute if you find this software useful.\n\
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
59 For more information, visit "
25024
3c817af70eed maint: use https for all Octave project URLs
Mike Miller <mtmiller@octave.org>
parents: 24534
diff changeset
60 + format_url (html, "https://www.octave.org/get-involved.html");
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
61 }
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
62
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
63 std::string
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
64 octave_bugs_statement (bool html)
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
65 {
25024
3c817af70eed maint: use https for all Octave project URLs
Mike Miller <mtmiller@octave.org>
parents: 24534
diff changeset
66 return "Read " + format_url (html, "https://www.octave.org/bugs.html")
17787
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
67 + " to learn how to submit bug reports.";
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
68 }
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
69
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
70 std::string
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
71 octave_name_version_and_copyright (void)
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
72 {
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
73 // The GNU coding standards say that on the first line printed by
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
74 // --version, the version number should follow the last space on the
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
75 // line.
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
76
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
77 return "GNU Octave, version " OCTAVE_VERSION "\n" OCTAVE_COPYRIGHT;
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
78 }
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
79
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
80 std::string
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
81 octave_name_version_copyright_copying_and_warranty
22407
34ce5be04942 maint: Style check C++ code in libinterp/.
Rik <rik@octave.org>
parents: 22323
diff changeset
82 (bool html, const std::string& extra_info)
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
83 {
23450
855122b993da maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Rik <rik@octave.org>
parents: 23220
diff changeset
84 std::string br = (html ? "<br>\n" : "\n");
855122b993da maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Rik <rik@octave.org>
parents: 23220
diff changeset
85 std::string sep = (html ? "\n</p>\n<p>\n" : "\n\n");
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
86
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
87 return octave_name_version_and_copyright ()
17787
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
88 + br
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
89 + "This is free software; see the source code for copying conditions."
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
90 + br
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
91 + octave_warranty_statement (extra_info)
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
92 + sep
23803
90689bdbe048 Use C++11 raw string literals to avoid escaping double quotes.
Rik <rik@octave.org>
parents: 23717
diff changeset
93 + R"(Octave was configured for ")"
25397
2cf750f5cb7d make version info accessible in liboctave
John W. Eaton <jwe@octave.org>
parents: 25054
diff changeset
94 + OCTAVE_CANONICAL_HOST_TYPE
23803
90689bdbe048 Use C++11 raw string literals to avoid escaping double quotes.
Rik <rik@octave.org>
parents: 23717
diff changeset
95 + R"(".)";
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
96 }
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
97
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
98 std::string
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
99 octave_name_version_copyright_copying_warranty_and_bugs
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
100 (bool html, const std::string& extra_info)
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
101 {
23450
855122b993da maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Rik <rik@octave.org>
parents: 23220
diff changeset
102 std::string sep = (html ? "\n</p>\n<p>\n" : "\n\n");
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
103
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
104 std::string msg;
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
105
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
106 if (html)
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
107 msg = "<p>\n";
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
108
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
109 msg += octave_name_version_copyright_copying_and_warranty (html, extra_info)
17787
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
110 + sep
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
111 + octave_www_statement (html)
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
112 + sep
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
113 + octave_contrib_statement (html)
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
114 + sep
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
115 + octave_bugs_statement (html)
175b392e91fe Use GNU style coding conventions for code in libinterp/
Rik <rik@octave.org>
parents: 17510
diff changeset
116 + (html ? "\n</p>" : "");
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
117
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
118 return msg;
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
119 }
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
120
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
121 std::string
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
122 octave_startup_message (bool html)
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
123 {
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
124 std::string msg
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
125 = octave_name_version_copyright_copying_warranty_and_bugs
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
126 (html, " For details, type 'warranty'.");
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
127
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
128 msg += (html ? "<p>\n" : "\n");
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
129
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
130 msg += "For information about changes from previous versions, type 'news'.";
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
131
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
132 msg += (html ? "\n</p>" : "");
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
133
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
134 return msg;
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
135 }