ref: abf13a1e4de056106b1834d7f1f8b1ed292b972c
parent: b70c6f1ad1e24b84155e37e90b6ebecfcc64958c
parent: a5bf9a5fbf5bfa27d7691ec286f128ead7a082e9
author: Paul Brossier <piem@piem.org>
date: Mon Nov 21 15:36:42 EST 2011
Merge branch 'master' of aubio.org:/git/aubio/aubio
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,8 @@
src/config.h.in
src/config.h.in~
src/stamp-h1
+
+# doxygen
+doc/devel/
+doc/user/
+doc/examples/
--- a/interfaces/python/generator.py
+++ b/interfaces/python/generator.py
@@ -6,7 +6,7 @@
skip_objects = ['fft', 'pvoc', 'filter', 'filterbank', 'resampler']
-cpp_output = [l.strip() for l in os.popen('cpp -DAUBIO_UNSTABLE=1 -I ../../build/default/src ../../src/aubio.h').readlines()]
+cpp_output = [l.strip() for l in os.popen('cpp -DAUBIO_UNSTABLE=1 -I../../build/src ../../src/aubio.h').readlines()]
cpp_output = filter(lambda y: len(y) > 1, cpp_output)
cpp_output = filter(lambda y: not y.startswith('#'), cpp_output)
--- a/waf
+++ b/waf
@@ -32,11 +32,11 @@
import os, sys
-VERSION="1.6.7"
-REVISION="0a94702c61504c487a251b8d0a04ca9a"
+VERSION="1.6.8"
+REVISION="3e3391c5f23fbabad81e6d17c63a1b1e"
INSTALL=''
-C1='#*'
-C2='#)'
+C1='#+'
+C2='#&'
cwd = os.getcwd()
join = os.path.join
@@ -161,5 +161,5 @@
Scripting.waf_entry_point(cwd, VERSION, wafdir)
#==>
-#BZh91AY&SY�à��U����l�����������Q0ɨ�E(tP�Ea�r��o�
\ No newline at end of file
+#BZh91AY&SY#&�#&S��
\ No newline at end of file
jU(Q�˕p�<O��$�cB�t*1O���]#*�X�����35짝��PO���D�,���eAY���܃K(��)^!����u����&�������I��P���<���_��� ϱ>�Hgw�=��+*����k��s-|)�l:����*}��{��+F WBȷ-j���v��� �A�u�I�������8�D�n��${&`����G�gT��8?�/��!3�VTm��i�6�^H=��*\�C��2���@eP~�Zk���e�QD=�}��˅z.�zː���xNE[�?�a��-g.�Q�bGwF9J�+����o���H�|�$��s3c(�����q�Z0g�!U�����(w0h��\89@T�Y��`�ޭ<ʝF�EY>��-��//$:O�L�@���NZ/^0�A?U�3�3��tߏ���M�����Tem�y������lX"}�^:�:��OS�;D3��.��p��<faW��ח�q����¼OW+�淬� �1��ù�? 8��L�3)sLdb�qNoV����=7�l������;�a�����/�`������{�jT�����Ƈ0?�O�a����������Ԛ��w�!�ϳ/V�oۺ1�_ٔ�JB�J�t����l����"2{<ç �)SP�m����K6�(��˃���E~E������t��7��o�_U=Α���}���`��-#*[�f&e���{�݁�n]��M���Q��bE��ؠE�\� 7�o%±Tb�ܤ'Wl;��v�����P��D}�pNo��{~xuH�V�T�P��?,�x��VMd�Nn�Տ�������?�Ea��t�=� �N��ވAϫ�o�<�7�A���F\"ł�É��0�>������-?]���J��g�\#*�d���;�w?0�-�^;��3���O�@��"MCR�>V��Kh������o��Y�˞U�b�I�n��Zq.`�5U��t����@H}��ngق1QX��_d��p�@���߷g������vB��O������u���|R�wp���b�^��� �#.=H����(h�q(�v�xL� �E�U7����L�ݓY�<�����C$��]ݬ���>A�C=觯t_fxN��#*)&[ֽ�c��(Wn��ݎ�?�q���6�iP�����e��g����BL�����ѱGyf|������4�t�(�w����'A��Q|%�R��-5��kc����ɕ���S�m)��igˎ!K-;� �c�j8"$DbOv\��kyi�oj�5Q^�s���|�ɟ��L0{B�u,�����ڼ�%�>�1P #*���q�Źľ�O���ʍ&AZ�,"���=Ufي�x-L��#*ic�����H^�{�ق�£�&P/��������}I�=���:���9v��"�7%.>n�gb=H-���"U9�BJ(���"_]8@c��\��#)J�T)���f���Xy�S$�����,��Mr|-�����9��g
\ No newline at end of file