Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_constants.cc.in @ 9b2855a4

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
f919f9dc 04/13/2012 10:36 pm Tom Rondeau

Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.

The sed script was provided by Moritz Fischer.

6fb2acc3 09/02/2009 05:14 pm Johnathan Corgan

Removed subversion related configuration info.

  • Don't call GR_SUBVERSION in configure.ac
  • Remove --svn* options from gnuradio-config-info
3b0db383 07/11/2009 02:34 am Johnathan Corgan

Implements ticket:401 and ticket:402.

Adds several API functions to determine build constants at runtime, and
a convenience command line program to display them:

From C++:

const std::string gr_prefix();
const std::string gr_sysconfdir();
const std::string gr_prefsdir();...