#include "octave-config.h"
#include <string>
Go to the source code of this file.
Macros | |
#define | OCTAVE_API_VERSION "api-v59" |
#define | OCTAVE_CANONICAL_HOST_TYPE "x86_64-pc-linux-gnu" |
#define | OCTAVE_COPYRIGHT "Copyright (C) 1993-2024 The Octave Project Developers." |
#define | OCTAVE_MAJOR_VERSION 9 |
#define | OCTAVE_MINOR_VERSION 1 |
#define | OCTAVE_PATCH_VERSION 0 |
#define | OCTAVE_RELEASE_DATE "2024-03-14" |
#define | OCTAVE_VERSION "9.1.0" |
Functions | |
std::string | octave_bugs_statement (bool html=false) |
std::string | octave_contrib_statement (bool html=false) |
std::string | octave_name_version_and_copyright (bool html=false) |
std::string | octave_name_version_copyright_copying_and_warranty (bool html=false, const std::string &extra_info="") |
std::string | octave_name_version_copyright_copying_warranty_and_bugs (bool html=false, const std::string &extra_info="") |
std::string | octave_startup_message (bool html=false) |
std::string | octave_www_statement (bool html=false) |
#define OCTAVE_COPYRIGHT "Copyright (C) 1993-2024 The Octave Project Developers." |
std::string octave_bugs_statement | ( | bool | html = false | ) |
Definition at line 63 of file version.cc.
Referenced by octave_name_version_copyright_copying_warranty_and_bugs().
std::string octave_contrib_statement | ( | bool | html = false | ) |
Definition at line 56 of file version.cc.
Referenced by octave_name_version_copyright_copying_warranty_and_bugs().
std::string octave_name_version_and_copyright | ( | bool | html = false | ) |
Definition at line 70 of file version.cc.
References OCTAVE_COPYRIGHT, and OCTAVE_VERSION.
Referenced by Fwarranty(), and octave_name_version_copyright_copying_and_warranty().
std::string octave_name_version_copyright_copying_and_warranty | ( | bool | html = false , |
const std::string & | extra_info = "" |
||
) |
Definition at line 83 of file version.cc.
References octave_name_version_and_copyright().
Referenced by octave_name_version_copyright_copying_warranty_and_bugs().
std::string octave_name_version_copyright_copying_warranty_and_bugs | ( | bool | html = false , |
const std::string & | extra_info = "" |
||
) |
Definition at line 101 of file version.cc.
References octave_bugs_statement(), octave_contrib_statement(), octave_name_version_copyright_copying_and_warranty(), and octave_www_statement().
Referenced by octave_startup_message().
std::string octave_startup_message | ( | bool | html = false | ) |
Definition at line 118 of file version.cc.
References octave_name_version_copyright_copying_warranty_and_bugs().
std::string octave_www_statement | ( | bool | html = false | ) |
Definition at line 49 of file version.cc.
Referenced by octave_name_version_copyright_copying_warranty_and_bugs().