-
The following two patches fix many build warnings.
A small number of them seem to be actual bugs. But generally I get a bad feeling working on a source tree that gives so many warning. They tend to hide silly mistakes I make.
What is the usage of all those pragmas?
To reproduce:
CXXFLAGS="-Wall -Werror -O2 -g" ./configure; make
in either orkbasecxx or orkaudio.
orkbasecxx...
2009-10-14 13:50:46 UTC in oreka
-
Every executable in the PATH should have a man page. Here's one for orkaudio (at least the Linux/POSIX version)
2009-10-14 13:45:55 UTC in oreka
-
[Rephrased description]
This adds a modern autotools support. Bootstrapping becomes something a mere mortal can do.
2009-10-14 13:44:16 UTC in oreka
-
orkbasecxx: newer autotools
* autoconf 2.61 required
* configure.ac instead of configure.in
* 'make distcheck' works in orkbasecxx
* Simpler bootstrapping: autoreconf -i
* pkg-config file added
* Replace some @vars@ with $(ones) to reduce hardcoding.
---
orkbasecxx/Makefile.am | 54 ++++++++++++++++++++++----
orkbasecxx/audiofile/Makefile.am | 8 +++-.
2009-10-14 13:37:59 UTC in oreka
-
tzafrir committed 1e30645 of branch master to the RapidTunneling Git repository, changing 0 files.
2009-08-12 15:46:31 UTC in RapidTunneling
-
tzafrir committed a0ba1ff of branch master to the RapidTunneling Git repository, changing 4 files.
2009-08-12 15:36:08 UTC in RapidTunneling
-
tzafrir committed fdaaed7 of branch master to the RapidTunneling Git repository, changing 1 files.
2009-04-27 10:41:02 UTC in RapidTunneling
-
tzafrir committed 8d39d75 of branch master to the RapidTunneling Git repository, changing 6 files.
2009-03-05 08:24:45 UTC in RapidTunneling
-
tzafrir committed d603d9e of branch master to the RapidTunneling Git repository, changing 1 files.
2009-03-05 08:18:19 UTC in RapidTunneling
-
tzafrir committed a443fff of branch master to the RapidTunneling Git repository, changing 8 files.
2009-03-04 21:37:09 UTC in RapidTunneling