Mercurial > hg > aimc
comparison trunk/C++/codeblocks/CARFAC.cbp @ 597:359bcd461dd1
First commit. Refer to the api [1] 'Philosophy of the implementation' for information on the approach used to implement CARFAC in C++.
[1] aimc/C++/api/html/index.html
author | flatmax |
---|---|
date | Sat, 09 Feb 2013 23:53:48 +0000 |
parents | |
children | 34dccba19c54 |
comparison
equal
deleted
inserted
replaced
596:b58758854b88 | 597:359bcd461dd1 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | |
2 <CodeBlocks_project_file> | |
3 <FileVersion major="1" minor="6" /> | |
4 <Project> | |
5 <Option title="CARFAC" /> | |
6 <Option pch_mode="2" /> | |
7 <Option compiler="gcc" /> | |
8 <Build> | |
9 <Target title="Debug"> | |
10 <Option output="../CARFAC" prefix_auto="1" extension_auto="1" /> | |
11 <Option object_output="../" /> | |
12 <Option type="1" /> | |
13 <Option compiler="gcc" /> | |
14 <Compiler> | |
15 <Add option="-g" /> | |
16 </Compiler> | |
17 </Target> | |
18 <Target title="Release"> | |
19 <Option output="../CARFAC" prefix_auto="1" extension_auto="1" /> | |
20 <Option object_output="../" /> | |
21 <Option type="1" /> | |
22 <Option compiler="gcc" /> | |
23 <Compiler> | |
24 <Add option="-O2" /> | |
25 </Compiler> | |
26 <Linker> | |
27 <Add option="-s" /> | |
28 </Linker> | |
29 </Target> | |
30 </Build> | |
31 <Compiler> | |
32 <Add option="-Wall" /> | |
33 </Compiler> | |
34 <Unit filename="../AGC.C"> | |
35 <Option compilerVar="CC" /> | |
36 </Unit> | |
37 <Unit filename="../AGC.H" /> | |
38 <Unit filename="../AGCCoeff.C"> | |
39 <Option compilerVar="CC" /> | |
40 </Unit> | |
41 <Unit filename="../AGCCoeff.H" /> | |
42 <Unit filename="../AGCParam.C"> | |
43 <Option compilerVar="CC" /> | |
44 </Unit> | |
45 <Unit filename="../AGCParam.H" /> | |
46 <Unit filename="../AGCState.C"> | |
47 <Option compilerVar="CC" /> | |
48 </Unit> | |
49 <Unit filename="../AGCState.H" /> | |
50 <Unit filename="../CAR.C"> | |
51 <Option compilerVar="CC" /> | |
52 </Unit> | |
53 <Unit filename="../CAR.H" /> | |
54 <Unit filename="../CARCoeff.C"> | |
55 <Option compilerVar="CC" /> | |
56 </Unit> | |
57 <Unit filename="../CARCoeff.H" /> | |
58 <Unit filename="../CARFACCommon.H" /> | |
59 <Unit filename="../CARParam.C"> | |
60 <Option compilerVar="CC" /> | |
61 </Unit> | |
62 <Unit filename="../CARParam.H" /> | |
63 <Unit filename="../CARState.C"> | |
64 <Option compilerVar="CC" /> | |
65 </Unit> | |
66 <Unit filename="../CARState.H" /> | |
67 <Unit filename="../Coefficients.C"> | |
68 <Option compilerVar="CC" /> | |
69 </Unit> | |
70 <Unit filename="../Coefficients.H" /> | |
71 <Unit filename="../Ear.C"> | |
72 <Option compilerVar="CC" /> | |
73 </Unit> | |
74 <Unit filename="../Ear.H" /> | |
75 <Unit filename="../EarComponent.C"> | |
76 <Option compilerVar="CC" /> | |
77 </Unit> | |
78 <Unit filename="../EarComponent.H" /> | |
79 <Unit filename="../Ears.C"> | |
80 <Option compilerVar="CC" /> | |
81 </Unit> | |
82 <Unit filename="../Ears.H" /> | |
83 <Unit filename="../IHC.C"> | |
84 <Option compilerVar="CC" /> | |
85 </Unit> | |
86 <Unit filename="../IHC.H" /> | |
87 <Unit filename="../IHCCoeff.C"> | |
88 <Option compilerVar="CC" /> | |
89 </Unit> | |
90 <Unit filename="../IHCCoeff.H" /> | |
91 <Unit filename="../IHCParam.C"> | |
92 <Option compilerVar="CC" /> | |
93 </Unit> | |
94 <Unit filename="../IHCParam.H" /> | |
95 <Unit filename="../IHCState.C"> | |
96 <Option compilerVar="CC" /> | |
97 </Unit> | |
98 <Unit filename="../IHCState.H" /> | |
99 <Unit filename="../Makefile" /> | |
100 <Unit filename="../Parameters.C"> | |
101 <Option compilerVar="CC" /> | |
102 </Unit> | |
103 <Unit filename="../Parameters.H" /> | |
104 <Unit filename="../State.C"> | |
105 <Option compilerVar="CC" /> | |
106 </Unit> | |
107 <Unit filename="../State.H" /> | |
108 <Extensions> | |
109 <code_completion /> | |
110 <envvars /> | |
111 <debugger /> | |
112 <lib_finder disable_auto="1" /> | |
113 </Extensions> | |
114 </Project> | |
115 </CodeBlocks_project_file> |