50 descendants of d13259d20220582c
2021-04-16
| ||
07:13:10 | Restyled by prettier-markdown check-in: 790d705741 user: commits@restyled.io tags: github/restyled/deepsource-transform-1fe15620, trunk | |
07:13:04 |
Format code with black, gofmt, yapf, autopep8, isort, standardrb, standardjs, prettier and rubocop
This commit fixes the style issues introduced in 7ac5cb2 according to the output Details: https://deepsource.io/gh/reduce-algebra/mtt/transform/c3252946-0bd2-48d0-b166-fde2a4487b9e/ Leaf check-in: 1dd20df63c user: 62050782+deepsource-autofix[bot]@users.noreply.github.com tags: github/deepsource-transform-1fe15620, trunk | |
07:11:53 | Add .deepsource.toml check-in: 9cc04b860f user: bot@deepsource.io tags: master, trunk | |
2021-03-05
| ||
03:51:37 | Update README.md: Clearly label primary vs mirrors check-in: 1e000d73a9 user: trnsz@pobox.com tags: master, trunk | |
03:02:59 | Update README.md: Add link to GitLab mirror. check-in: c126686c22 user: trnsz@pobox.com tags: master, trunk | |
2021-03-02
| ||
21:12:21 | README.md: Add NotABug.org/reduce-algebra mirror. check-in: 77d97f9073 user: trnsz@pobox.com tags: master, trunk | |
14:16:25 | README.md: Add license section. check-in: a9f0cf4e8c user: trnsz@pobox.com tags: master, trunk | |
11:26:31 | Update SECURITY.md: Add my contact information. check-in: 90a0ffa88f user: trnsz@pobox.com tags: master, trunk | |
11:23:12 | Update README.md: Minor formatting, appease linter check-in: c41c6541f1 user: trnsz@pobox.com tags: master, trunk | |
11:22:02 | Update README.md and SECURITY.md for public launch check-in: 54539d8bb0 user: trnsz@pobox.com tags: master, trunk | |
10:24:53 | Update LICENSE.md: Appease Markdown linter. check-in: 90c0cc6184 user: trnsz@pobox.com tags: master, trunk | |
10:23:15 | Update README.md: Minor reformatting. check-in: 3b3b9fe143 user: trnsz@pobox.com tags: master, trunk | |
08:41:16 | Move .old_cvsroot and .old_mttroot_cvsroot ⟶ .cvs check-in: a7cc86bf20 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: 9732d20db4 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 | |
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: 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: 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: 78801ab6ee user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-09-04
| ||
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: 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: 7bbf5be705 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: 5522352a6d 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: 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: a349b0c96b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-07-14
| ||
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: 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: 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: 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: 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: 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: 77a13c87d7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-04-30
| ||
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: 5accfb19ea user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-04-18
| ||
03:50:56 | No parentheses for SISO systems. check-in: 83cdbca154 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
02:02:08 |
Added sum.tex representation -- this was in a very old MTT and summerises the structure. check-in: bdb78a2de4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
00:36:40 | No parentheses. check-in: 324914473f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
00:31:40 | Latex matrix with no parentheses check-in: 2050392fd7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-04-07
| ||
04:41:32 | Working version check-in: da5006b495 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2014-03-26
| ||
04:37:32 | New AE version with k_e check-in: ab65299131 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2013-11-25
| ||
03:16:20 | Rollback to previous version. check-in: 7ec822aeb8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
02:54:48 | Replace default by Default - default is now reserved in gawk check-in: 6615fbb3cd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
00:54:29 | Fix probs when Nu = 0 check-in: 5d03470f71 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2013-10-21
| ||
21:24:29 | No more core dumps check-in: 01ce7fed11 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2013-08-21
| ||
05:33:28 | New general components required for biochemistry check-in: 82aa514d8b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
05:29:55 | New Chemical components. check-in: 53875a47c3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
05:26:06 | *** empty log message *** check-in: d13259d202 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |