aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile.in118
-rw-r--r--src/buffer.cpp2
-rw-r--r--src/buffer.hpp2
-rw-r--r--src/buffermanager.cpp2
-rw-r--r--src/buffermanager.hpp2
-rw-r--r--src/config.h.in10
-rw-r--r--src/define_ultimate_fct.h2
-rw-r--r--src/gloInterface.hpp2
-rw-r--r--src/global.hpp2
-rw-r--r--src/gloseq.cpp6
-rw-r--r--src/gloseq.hpp2
-rw-r--r--src/main.cpp22
-rw-r--r--src/main.hpp2
-rw-r--r--src/optmanager.cpp3
-rw-r--r--src/optmanager.hpp2
-rw-r--r--src/regboost.cpp2
-rw-r--r--src/regboost.hpp2
-rw-r--r--src/reglinux.cpp2
-rw-r--r--src/reglinux.hpp2
-rw-r--r--src/rules.cpp2
-rw-r--r--src/rules.hpp2
-rw-r--r--src/ruleserror.hpp2
-rw-r--r--src/serialboost.cpp2
-rw-r--r--src/serialboost.hpp2
-rw-r--r--src/seriallinux.cpp2
-rw-r--r--src/seriallinux.hpp2
-rw-r--r--src/serialprop.cpp2
-rw-r--r--src/serialprop.hpp2
-rw-r--r--src/symlink.cpp2
-rw-r--r--src/symlink.hpp2
-rw-r--r--src/ultimate.cpp2
-rw-r--r--src/ultimate.hpp2
32 files changed, 134 insertions, 79 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 51fb0db..bb56cca 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,17 @@
@SET_MAKE@
VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+ if test -z '$(MAKELEVEL)'; then \
+ false; \
+ elif test -n '$(MAKE_HOST)'; then \
+ true; \
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+ true; \
+ else \
+ false; \
+ fi; \
+}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
@@ -81,12 +91,11 @@ bin_PROGRAMS = aeroup$(EXEEXT)
#echo have boost
@BOOST_FALSE@am__append_2 = reglinux.cpp seriallinux.cpp
subdir = src
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(srcdir)/config.h.in $(top_srcdir)/build-aux/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
@@ -125,7 +134,16 @@ am__v_at_0 = @
am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = ./$(DEPDIR)/aeroup-buffer.Po \
+ ./$(DEPDIR)/aeroup-buffermanager.Po \
+ ./$(DEPDIR)/aeroup-gloseq.Po ./$(DEPDIR)/aeroup-main.Po \
+ ./$(DEPDIR)/aeroup-optmanager.Po \
+ ./$(DEPDIR)/aeroup-regboost.Po ./$(DEPDIR)/aeroup-reglinux.Po \
+ ./$(DEPDIR)/aeroup-rules.Po ./$(DEPDIR)/aeroup-serialboost.Po \
+ ./$(DEPDIR)/aeroup-seriallinux.Po \
+ ./$(DEPDIR)/aeroup-serialprop.Po ./$(DEPDIR)/aeroup-symlink.Po \
+ ./$(DEPDIR)/aeroup-ultimate.Po
am__mv = mv -f
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -151,8 +169,8 @@ am__can_run_installinfo = \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
- $(LISP)config.h.in
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+ config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
@@ -169,8 +187,8 @@ am__define_uniq_tagged_files = \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+ $(top_srcdir)/build-aux/depcomp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
@@ -184,8 +202,9 @@ CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
CXX = @CXX@
-CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
@@ -194,9 +213,8 @@ DEPDIR = @DEPDIR@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
-EGREP = @EGREP@
+ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
-GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -258,6 +276,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -298,14 +317,13 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu src/Makefile
-.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -384,19 +402,25 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-buffer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-buffermanager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-gloseq.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-main.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-optmanager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-regboost.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-reglinux.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-rules.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-serialboost.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-seriallinux.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-serialprop.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-symlink.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-ultimate.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-buffer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-buffermanager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-gloseq.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-main.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-optmanager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-regboost.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-reglinux.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-rules.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-serialboost.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-seriallinux.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-serialprop.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-symlink.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aeroup-ultimate.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+ @$(MKDIR_P) $(@D)
+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
.cpp.o:
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -645,8 +669,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
@@ -718,7 +744,19 @@ clean: clean-am
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
distclean: distclean-am
- -rm -rf ./$(DEPDIR)
+ -rm -f ./$(DEPDIR)/aeroup-buffer.Po
+ -rm -f ./$(DEPDIR)/aeroup-buffermanager.Po
+ -rm -f ./$(DEPDIR)/aeroup-gloseq.Po
+ -rm -f ./$(DEPDIR)/aeroup-main.Po
+ -rm -f ./$(DEPDIR)/aeroup-optmanager.Po
+ -rm -f ./$(DEPDIR)/aeroup-regboost.Po
+ -rm -f ./$(DEPDIR)/aeroup-reglinux.Po
+ -rm -f ./$(DEPDIR)/aeroup-rules.Po
+ -rm -f ./$(DEPDIR)/aeroup-serialboost.Po
+ -rm -f ./$(DEPDIR)/aeroup-seriallinux.Po
+ -rm -f ./$(DEPDIR)/aeroup-serialprop.Po
+ -rm -f ./$(DEPDIR)/aeroup-symlink.Po
+ -rm -f ./$(DEPDIR)/aeroup-ultimate.Po
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-hdr distclean-tags
@@ -764,7 +802,19 @@ install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
+ -rm -f ./$(DEPDIR)/aeroup-buffer.Po
+ -rm -f ./$(DEPDIR)/aeroup-buffermanager.Po
+ -rm -f ./$(DEPDIR)/aeroup-gloseq.Po
+ -rm -f ./$(DEPDIR)/aeroup-main.Po
+ -rm -f ./$(DEPDIR)/aeroup-optmanager.Po
+ -rm -f ./$(DEPDIR)/aeroup-regboost.Po
+ -rm -f ./$(DEPDIR)/aeroup-reglinux.Po
+ -rm -f ./$(DEPDIR)/aeroup-rules.Po
+ -rm -f ./$(DEPDIR)/aeroup-serialboost.Po
+ -rm -f ./$(DEPDIR)/aeroup-seriallinux.Po
+ -rm -f ./$(DEPDIR)/aeroup-serialprop.Po
+ -rm -f ./$(DEPDIR)/aeroup-symlink.Po
+ -rm -f ./$(DEPDIR)/aeroup-ultimate.Po
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
@@ -784,7 +834,7 @@ uninstall-am: uninstall-binPROGRAMS
.MAKE: all install-am install-strip
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
distclean distclean-compile distclean-generic distclean-hdr \
distclean-tags distdir dvi dvi-am html html-am info info-am \
@@ -798,6 +848,8 @@ uninstall-am: uninstall-binPROGRAMS
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am uninstall-binPROGRAMS
+.PRECIOUS: Makefile
+
#LIBS +=
#-DSERIAL_BOOST_LIB
diff --git a/src/buffer.cpp b/src/buffer.cpp
index a70ae6c..ca89366 100644
--- a/src/buffer.cpp
+++ b/src/buffer.cpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 28/12/2013 07:06:20
* Revision: none
* Compiler: gcc
diff --git a/src/buffer.hpp b/src/buffer.hpp
index d8a88a7..0222fb5 100644
--- a/src/buffer.hpp
+++ b/src/buffer.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 28/12/2013 07:01:58
* Revision: none
* Compiler: gcc
diff --git a/src/buffermanager.cpp b/src/buffermanager.cpp
index 9b68790..717cd25 100644
--- a/src/buffermanager.cpp
+++ b/src/buffermanager.cpp
@@ -22,7 +22,7 @@
* Description: take the parsed, tokenized lines and manage them.
* send also some rules test
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 30/12/2013 12:12:46
* Revision: none
* Compiler: gcc
diff --git a/src/buffermanager.hpp b/src/buffermanager.hpp
index 44c65cd..e6ec111 100644
--- a/src/buffermanager.hpp
+++ b/src/buffermanager.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 30/12/2013 12:07:43
* Revision: none
* Compiler: gcc
diff --git a/src/config.h.in b/src/config.h.in
index aaedc55..ff63f8c 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -21,9 +21,6 @@
/* Define to 1 if you have the `boost_thread' library (-lboost_thread). */
#undef HAVE_LIBBOOST_THREAD
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
@@ -33,6 +30,9 @@
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
+/* Define to 1 if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
+
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -81,7 +81,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+ required in a freestanding environment). This macro is provided for
+ backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Version number of package */
diff --git a/src/define_ultimate_fct.h b/src/define_ultimate_fct.h
index f24b3c5..20eb6cd 100644
--- a/src/define_ultimate_fct.h
+++ b/src/define_ultimate_fct.h
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 30/12/2013 12:50:40
* Revision: none
* Compiler: gcc
diff --git a/src/gloInterface.hpp b/src/gloInterface.hpp
index 5787bb2..b37499e 100644
--- a/src/gloInterface.hpp
+++ b/src/gloInterface.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 11/01/2014 14:03:43
* Revision: none
* Compiler: gcc
diff --git a/src/global.hpp b/src/global.hpp
index 8134ed8..ce85ad6 100644
--- a/src/global.hpp
+++ b/src/global.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 20/12/2013 00:09:35
* Revision: none
* Compiler: gcc
diff --git a/src/gloseq.cpp b/src/gloseq.cpp
index f6a0c3b..77c219e 100644
--- a/src/gloseq.cpp
+++ b/src/gloseq.cpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 27/12/2013 10:38:49
* Revision: none
* Compiler: gcc
@@ -81,7 +81,7 @@ GloSeq::verify ()
#endif
string line;
- for(int nb_line = 1; getline(glofile, line) != 0; nb_line++)
+ for(int nb_line = 1; getline(glofile, line); nb_line++)
{
// cleaning each line
cleanLine(line);
@@ -141,7 +141,7 @@ GloSeq::verify ()
cerr << "Error : "<< nb_error <<" syntax error in " << file_name << endl;
else
cerr << "Error : "<< nb_error <<" syntax errors in " << file_name << endl;
- throw;
+ throw;
}
/* step 3 */
diff --git a/src/gloseq.hpp b/src/gloseq.hpp
index fc0e57f..7d75ddc 100644
--- a/src/gloseq.hpp
+++ b/src/gloseq.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 27/12/2013 10:40:44
* Revision: none
* Compiler: gcc
diff --git a/src/main.cpp b/src/main.cpp
index e9cf981..c268b22 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -23,7 +23,7 @@
* lib getopt needed this is for unix users
*
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 20/12/2013 00:57:44
* Revision: none
* Compiler: gcc
@@ -41,9 +41,9 @@
#include <getopt.h>
#include "global.hpp"
-#include "main.hpp"
-#include "optmanager.hpp"
-#include "config.h"
+#include "main.hpp"
+#include "optmanager.hpp"
+#include "config.h"
@@ -245,21 +245,21 @@ aeroHelp()
<< " More info in the AeroUp man.\n"
<< " -u, --uploadGloc=gloFile,serialPort Verify that syntax glo file is valid, and if this is the case,\n"
<< " upload it on dev serialPort.\n"
- << " -P, --thread Multithread mode, not implemented yet...\n"
- << " -U, --uploadGloc=glocFile,serialPort Not implemented yet...\n"
<< " -v Verbose mode.\n"
<< " -h, --help Print help.\n"
<< " --version Print version.\n\n"
<< "Each sub options have to be separate with a comma without blank.\n"
- << "you 'll find more info in the man of aeroup.\n\n"
+ << "you 'll find more info in the man of aeroup :\n"
+ << "man aeroup\n\n"
<< "Examples\n"
<< " aeroup -t /dev/ttyACM0\n"
<< " aeroup -o /dev/ttyACM0 -o /dev/ttyACM1 -t /dev/ttyACM3\n"
<< " aeroup -c 255,69,255,/dev/ttyACM0 27,3,7,/dev/ttyACM1\n"
- << " aeroup -S 0x0b01/dev/ttyACM0\n"
- << " aeroup -G /dev/ttyACM0\n\n"
- << "AeroUp project page : " PACKAGE_URL << "\n"
- << "You can also take a look at the AeroWrite project page https://github.com/LaurentBa/AeroWrite\n"
+ << " aeroup -u path/to/file.glo,/dev/ttyACM0\n"
+ << " aeroup -S 0x6301,/dev/ttyACM0\n"
+ << " aeroup -G /dev/ttyACM0\n"
+ << " aeroup -k /dev/ttyACM0\n\n"
+ << "AeroUp project git page : " PACKAGE_URL << "\n"
<< "Report bugs to " << PACKAGE_BUGREPORT << "\n"
<< endl;
diff --git a/src/main.hpp b/src/main.hpp
index 4f7ce65..f0dd31d 100644
--- a/src/main.hpp
+++ b/src/main.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 21/12/2013 03:56:20
* Revision: none
* Compiler: gcc
diff --git a/src/optmanager.cpp b/src/optmanager.cpp
index 51f8935..19b814e 100644
--- a/src/optmanager.cpp
+++ b/src/optmanager.cpp
@@ -27,7 +27,7 @@
* for the time being, the value is set to max.
* we could test string before conversion.
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 23/12/2013 23:31:46
* Revision: none
* Compiler: gcc
@@ -343,6 +343,7 @@ OptManager::subRoutineUp(const short int FLAG )
{
case FLAG_UP_GLO:
upGloList.push_back(tmpOpt);
+ break;
case FLAG_UP_GLOC:
upGloCList.push_back(tmpOpt);
break;
diff --git a/src/optmanager.hpp b/src/optmanager.hpp
index f06de4e..ee81428 100644
--- a/src/optmanager.hpp
+++ b/src/optmanager.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 23/12/2013 22:59:22
* Revision: none
* Compiler: gcc
diff --git a/src/regboost.cpp b/src/regboost.cpp
index 08d58fe..1b2615f 100644
--- a/src/regboost.cpp
+++ b/src/regboost.cpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 19/12/2013 05:22:37
* Revision: none
* Compiler: gcc
diff --git a/src/regboost.hpp b/src/regboost.hpp
index afc1c20..2ece175 100644
--- a/src/regboost.hpp
+++ b/src/regboost.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 19/12/2013 05:23:16
* Revision: none
* Compiler: gcc
diff --git a/src/reglinux.cpp b/src/reglinux.cpp
index 5c19a1f..f703c58 100644
--- a/src/reglinux.cpp
+++ b/src/reglinux.cpp
@@ -21,7 +21,7 @@
*
* Description: Regex lib (linux version)
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 18/01/2014 01:16:04
* Revision: none
* Compiler: gcc
diff --git a/src/reglinux.hpp b/src/reglinux.hpp
index 41361ed..05b1227 100644
--- a/src/reglinux.hpp
+++ b/src/reglinux.hpp
@@ -21,7 +21,7 @@
*
* Description: Regex lib (linux version)
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 18/01/2014 01:16:31
* Revision: none
* Compiler: gcc
diff --git a/src/rules.cpp b/src/rules.cpp
index 891df78..0f7939a 100644
--- a/src/rules.cpp
+++ b/src/rules.cpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 31/12/2013 18:33:14
* Revision: none
* Compiler: gcc
diff --git a/src/rules.hpp b/src/rules.hpp
index 90c247d..36056c1 100644
--- a/src/rules.hpp
+++ b/src/rules.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 31/12/2013 18:32:35
* Revision: none
* Compiler: gcc
diff --git a/src/ruleserror.hpp b/src/ruleserror.hpp
index 4005774..0fa065a 100644
--- a/src/ruleserror.hpp
+++ b/src/ruleserror.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 06/01/2014 10:04:32
* Revision: none
* Compiler: gcc
diff --git a/src/serialboost.cpp b/src/serialboost.cpp
index b6a844e..053d59e 100644
--- a/src/serialboost.cpp
+++ b/src/serialboost.cpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 20/12/2013 00:06:15
* Revision: none
* Compiler: gcc
diff --git a/src/serialboost.hpp b/src/serialboost.hpp
index 3ec43b1..7919575 100644
--- a/src/serialboost.hpp
+++ b/src/serialboost.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 20/12/2013 00:06:28
* Revision: none
* Compiler: gcc
diff --git a/src/seriallinux.cpp b/src/seriallinux.cpp
index 0df6243..6804916 100644
--- a/src/seriallinux.cpp
+++ b/src/seriallinux.cpp
@@ -22,7 +22,7 @@
* Description: Serial lib linux (termios version)
* used if haven't boost
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 17/01/2014 03:31:32
* Revision: none
* Compiler: gcc
diff --git a/src/seriallinux.hpp b/src/seriallinux.hpp
index 045f6f0..e92424d 100644
--- a/src/seriallinux.hpp
+++ b/src/seriallinux.hpp
@@ -22,7 +22,7 @@
* Description: Serial lib linux (termios version)
* used if haven't boost
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 17/01/2014 03:31:35
* Revision: none
* Compiler: gcc
diff --git a/src/serialprop.cpp b/src/serialprop.cpp
index f39abaa..8abb702 100644
--- a/src/serialprop.cpp
+++ b/src/serialprop.cpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 21/12/2013 01:39:53
* Revision: none
* Compiler: gcc
diff --git a/src/serialprop.hpp b/src/serialprop.hpp
index 2c2f616..459e200 100644
--- a/src/serialprop.hpp
+++ b/src/serialprop.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 19/12/2013 23:25:14
* Revision: none
* Compiler: gcc
diff --git a/src/symlink.cpp b/src/symlink.cpp
index 2ffccaa..99ff5d3 100644
--- a/src/symlink.cpp
+++ b/src/symlink.cpp
@@ -21,7 +21,7 @@
*
* Description: Return a beautiful Symlink for udev
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 19/01/2014 14:51:05
* Revision: none
* Compiler: gcc
diff --git a/src/symlink.hpp b/src/symlink.hpp
index 49273a7..24b2017 100644
--- a/src/symlink.hpp
+++ b/src/symlink.hpp
@@ -21,7 +21,7 @@
*
* Description: Return a beautiful Symlink for udev
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 19/01/2014 14:51:08
* Revision: none
* Compiler: gcc
diff --git a/src/ultimate.cpp b/src/ultimate.cpp
index bc9e139..2c50974 100644
--- a/src/ultimate.cpp
+++ b/src/ultimate.cpp
@@ -21,7 +21,7 @@
*
* Description: Interface for Ultimate props
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 19/12/2013 20:28:22
* Revision: none
* Compiler: gcc
diff --git a/src/ultimate.hpp b/src/ultimate.hpp
index 76e99f9..9161e86 100644
--- a/src/ultimate.hpp
+++ b/src/ultimate.hpp
@@ -21,7 +21,7 @@
*
* Description:
*
- * Version: 0.3.0
+ * Version: 0.3.2
* Created: 19/12/2013 20:28:34
* Revision: none
* Compiler: gcc