annotate ChangeLog @ 16:ae09a25b1206 pytave-task

Fix g++ compile error on ubuntu 8.10
author David Grundberg <individ@acc.umu.se>
date Mon, 10 Nov 2008 22:00:20 +0100
parents 56254a2e18e3
children 583f325a520f 1a26d85a01be
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
1 2008-11-10 David Grundberg <individ@acc.umu.se>
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
2
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
3 * octave_to_python.cc: Remove static storage class on explicitely
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
4 specialized templates.
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
5
14
56254a2e18e3 Removed interactive check (did not work properly)
David Grundberg <individ@acc.umu.se>
parents: 13
diff changeset
6 2008-10-23 David Grundberg <individ@acc.umu.se>
12
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
7
14
56254a2e18e3 Removed interactive check (did not work properly)
David Grundberg <individ@acc.umu.se>
parents: 13
diff changeset
8 * pytave.cc: Use octave_main() to initialize Octave. Introduces
56254a2e18e3 Removed interactive check (did not work properly)
David Grundberg <individ@acc.umu.se>
parents: 13
diff changeset
9 readline history clashes with interactive Python interpreter.
12
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
10 * configure.ac: Better testing for Python dependencies.
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
11 * configure.ac: Renamed my_ to pytave_
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
12 * configure.ac: Fixed whitespace.
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
13
8
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
14 2008-10-20 David Grundberg <individ@acc.umu.se>
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
15
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
16 * Makefile.am: added test/exceptions.py to extra dist.
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
17 * Jamfile.in: corrected dependencies
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
18
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
19
6
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
20 2008-10-18 David Grundberg <individ@acc.umu.se>
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
21
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
22 Changed license to correct one (GPLv3).
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
23
1
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
24 2008-10-17 David Grundberg <c04dgg@cs.umu.se>
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
25
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
26 First launchpad.net check in.
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
27