]> sigrok.org Git - pulseview.git/commitdiff
Cosmetics.
authorUwe Hermann <redacted>
Sat, 13 Oct 2012 13:06:50 +0000 (15:06 +0200)
committerUwe Hermann <redacted>
Sat, 13 Oct 2012 13:06:50 +0000 (15:06 +0200)
CMakeLists.txt
config.h.in
extdef.h

index cea8b744f7a2e67e132983da357db9366a715f46..9510a700bcf09f90cfb27d27a7f063ecd1bb7436 100644 (file)
@@ -28,11 +28,11 @@ project(pulseview)
 #-------------------------------------------------------------------------------
 
 option(ENABLE_TESTS "Enable unit tests" FALSE)
 #-------------------------------------------------------------------------------
 
 option(ENABLE_TESTS "Enable unit tests" FALSE)
-option(STATIC_PKGDEPS_LIBS "Statically link to sigrok libraries" FALSE)
+option(STATIC_PKGDEPS_LIBS "Statically link to (pkgconfig) libraries" FALSE)
 
 if(WIN32)
 
 if(WIN32)
-       # On Windows/MinGW we need to statically link to libraries
-       # This option is user configurable, but enable it by default on win32
+       # On Windows/MinGW we need to statically link to libraries.
+       # This option is user configurable, but enable it by default on win32.
        set(STATIC_PKGDEPS_LIBS TRUE)
 endif()
 
        set(STATIC_PKGDEPS_LIBS TRUE)
 endif()
 
@@ -49,7 +49,7 @@ pkg_check_modules(PKGDEPS REQUIRED
 # On Windows/MinGW we explicitly point cmake to the Boost directory.
 if(WIN32)
        set(BOOST_ROOT /usr/local)
 # On Windows/MinGW we explicitly point cmake to the Boost directory.
 if(WIN32)
        set(BOOST_ROOT /usr/local)
-endif(WIN32)
+endif()
 
 find_package(Qt4 REQUIRED)
 find_package(Boost 1.46 COMPONENTS unit_test_framework REQUIRED)
 
 find_package(Qt4 REQUIRED)
 find_package(Boost 1.46 COMPONENTS unit_test_framework REQUIRED)
index 8f49bbf7187ab10c1ac5648f0d82c3d1bac7913e..6101749b30c2722b43e76c1cdb7978aeec826c86 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * This file is part of pulseview.
+ * This file is part of the PulseView project.
  *
  * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
  *
  *
  * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
  *
@@ -20,7 +20,7 @@
 #ifndef _PULSEVIEW_CONFIG_H
 #define _PULSEVIEW_CONFIG_H
 
 #ifndef _PULSEVIEW_CONFIG_H
 #define _PULSEVIEW_CONFIG_H
 
-/* Application Details */
+/* Application details */
 #define PV_TITLE "@PV_TITLE@"
 #define PV_DESCRIPTION "@PV_DESCRIPTION@"
 #define PV_BIN_NAME "@PROJECT_NAME@"
 #define PV_TITLE "@PV_TITLE@"
 #define PV_DESCRIPTION "@PV_DESCRIPTION@"
 #define PV_BIN_NAME "@PROJECT_NAME@"
index 08dae8e33c428c1ebb1ef556b3a2e9e0b16c7940..c2a0f16ce46094a5eff1d849d58410eea434b217 100644 (file)
--- a/extdef.h
+++ b/extdef.h
@@ -1,4 +1,6 @@
 /*
 /*
+ * This file is part of the PulseView project.
+ *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
  * This program is free software; you can redistribute it and/or modify
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
  * This program is free software; you can redistribute it and/or modify