50 most recent check-ins occurring on or after 2014-04-24 05:19:05.
More ↑
2021-03-02
| ||
08:37:54 | Update README.md: Add links to other mirror sites check-in: ef5da2379d user: trnsz@pobox.com tags: master, trunk | |
08:37:54 | Update README.md: Add links to other mirror sites check-in: 44c78c43c2 user: trnsz@pobox.com tags: master, trunk | |
2021-03-01
| ||
12:32:46 | Update .gitattributes: Correct wildcard syntax. check-in: 0970c004a2 user: jeff@gridfinity.com tags: master, trunk | |
12:32:46 | Update .gitattributes: Correct wildcard syntax. check-in: 9732d20db4 user: jeff@gridfinity.com tags: master, trunk | |
12:31:20 | Add .gitattributes: Disable GitHub Linguist check-in: 7a7022c729 user: jeff@gridfinity.com tags: master, trunk | |
12:31:20 | Add .gitattributes: Disable GitHub Linguist check-in: b1acbb6116 user: jeff@gridfinity.com tags: master, trunk | |
12:05:46 |
multi: Add HTML+PDF documentation, README, LICENSE
Add: LICENSE.md - GNU GPLv2 license | |
12:05:46 |
multi: Add HTML+PDF documentation, README, LICENSE
Add: LICENSE.md - GNU GPLv2 license | |
11:40:23 | Add .gitignore check-in: 626e590b61 user: jeff@gridfinity.com tags: master, trunk | |
11:40:23 | Add .gitignore check-in: a22ab72194 user: jeff@gridfinity.com tags: master, trunk | |
11:39:42 | Cleanup repository after cvs2git conversion. check-in: af3953deae user: jeff@gridfinity.com tags: master, trunk | |
11:39:42 | Cleanup repository after cvs2git conversion. check-in: ab2d7dde3e user: jeff@gridfinity.com tags: master, trunk | |
2015-08-11
| ||
22:55:00 | 5-port R for new stoichimetric form - integral only Leaf check-in: 2145ae2fe9 user: gawthrop@users.sourceforge.net tags: 5.0.2015.08.11, origin/master, trunk | |
22:55:00 | 5-port R for new stoichimetric form - integral only Leaf check-in: aef767b200 user: gawthrop@users.sourceforge.net tags: 5.0.2015.08.11, origin/master, trunk | |
2015-03-13
| ||
03:25:21 | Use cp --force to ovewrite RCS locked files in MTT_work check-in: 140dec84c3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
03:25:21 | Use cp --force to ovewrite RCS locked files in MTT_work check-in: 78801ab6ee user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-09-04
| ||
23:07:50 | /system/System/ to pacify gawk check-in: b969424661 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
23:07:50 | /system/System/ to pacify gawk check-in: 4ae668ab12 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
22:44:21 | Added texlive-latex-extra for moreverb.sty (report) check-in: ab3d166953 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
22:44:21 | Added texlive-latex-extra for moreverb.sty (report) check-in: 2f695dc4e3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
21:31:18 | Changed package name from octave-headers to octave-pkg-dev check-in: 668d18ca2c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
21:31:18 | Changed package name from octave-headers to octave-pkg-dev check-in: 7bbf5be705 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:58:59 | Continuation character check-in: e03be5d993 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:58:59 | Continuation character check-in: 88edfa1a0f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-08-02
| ||
17:04:46 | Changed continuation character in m file header to ellipsis check-in: ffc8f255c0 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:04:46 | Changed continuation character in m file header to ellipsis check-in: 5522352a6d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:48:56 | Octave continuation character changed to ellipsis check-in: 293a80c42a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:48:56 | Octave continuation character changed to ellipsis check-in: cad160b43e user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:36:14 | Replaced continuation character in lib m files, except PPP and Control check-in: fa2f8429aa user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:36:14 | Replaced continuation character in lib m files, except PPP and Control check-in: 67e34974df user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-07-25
| ||
21:31:48 | Changed newline escape from backslash to ellipsis in m files check-in: 2e8cbaac42 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
21:31:48 | Changed newline escape from backslash to ellipsis in m files check-in: a349b0c96b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-07-14
| ||
06:37:07 | Avoid continuation \ issues. check-in: 7267367629 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
06:37:07 | Avoid continuation \ issues. check-in: 53581fb570 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-07-13
| ||
13:53:52 |
Fixed some problems with generation of C++ code.
Representations such as ode now appear to have multiple outputs (mttdx,mtty) listed in mtt_header, so the write_cc_header parses the string and only returns the first one. Vector sizes mttnu, mttnx, etc. now appear in the code of sys_ode.m etc., so they are declared as static int in sys_def.h. The following now works properly on Ubuntu 12: mtt -cc -i euler -o rc gnuplot view check-in: 8e2a1aea1b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
13:53:52 |
Fixed some problems with generation of C++ code.
Representations such as ode now appear to have multiple outputs (mttdx,mtty) listed in mtt_header, so the write_cc_header parses the string and only returns the first one. Vector sizes mttnu, mttnx, etc. now appear in the code of sys_ode.m etc., so they are declared as static int in sys_def.h. The following now works properly on Ubuntu 12: mtt -cc -i euler -o rc gnuplot view check-in: 120e7ca80a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-07-12
| ||
22:30:45 | Declare size of vectors (mttnu,mttnx,etc) which now appear in ode code check-in: f282a62064 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
22:30:45 | Declare size of vectors (mttnu,mttnx,etc) which now appear in ode code check-in: 9babb33b13 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
21:43:48 | Fixed curly brackets around strong and removed at signs from log of mtt.texi check-in: 8566613971 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
21:43:48 | Fixed curly brackets around strong and removed at signs from log of mtt.texi check-in: 012a19dd6a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:56:27 | Fixed style of NO WARRANTY from @heading to @strong because texi2html complained about having a heading in an enumerate environment check-in: 05ac0580de user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:56:27 | Fixed style of NO WARRANTY from @heading to @strong because texi2html complained about having a heading in an enumerate environment check-in: 9830e8182e user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:24:06 | Include cstdlib (for exit) and cstdio (for EOF) in parse_m2cc.cc check-in: 518b79b6e9 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:24:06 | Include cstdlib (for exit) and cstdio (for EOF) in parse_m2cc.cc check-in: a9a6315d9a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-07-10
| ||
23:13:27 | Fixed mtt.texi missing arguments and subsection level check-in: 2d671b4aa8 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
23:13:27 | Fixed mtt.texi missing arguments and subsection level check-in: 77a13c87d7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-04-30
| ||
06:46:18 | AE version check-in: 80ff8e20d9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
06:46:18 | AE version check-in: 00c5187101 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-04-24
| ||
05:19:05 | Components with effort and flow detection. check-in: 216a878cb3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
05:19:05 | Components with effort and flow detection. check-in: 5accfb19ea user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |