MySQL++

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

30 check-ins using file HACKERS.md version 9ceb38c34b

2020-07-10
18:28
Added --force-missing flag to the automake --add-missing call from the bootstrap script to ensure that install.sh or similar ends up being copied. Apparently `automake` has been getting "smart" so that it can now notice that we aren't actually using Automake here and thus inferring we don't really need its support files. The age of AI is truly up on us. check-in: 9b0b5eac70 user: tangent tags: trunk
2020-07-07
05:16
Reordered a few -L flags to ensure -L. appears before system paths so that if you install MySQL++ to a system path that the examples and test programs link against the local version rather than a prior installed version which might not have all of the exposed APIs we need and may not be ABI-compatible anyway. Fixes problem reported via forum post [89060534dc]. check-in: e19f19c00b user: tangent tags: trunk
2020-03-03
00:53
Updated Prism.js from 1.17.1 to 1.19.0 check-in: 4bce0de2a4 user: tangent tags: trunk
00:11
Whitespace fix check-in: f7d2e4ee6f user: tangent tags: trunk
2020-02-27
20:34
Added more dirs and files for Doxygen search output so online refman works properly from the tarball. check-in: d6594ebfe8 user: tangent tags: trunk
20:21
Added doc/html/refman/*.js to the disttree: Doxygen now uses it. check-in: 2ee9eb239d user: tangent tags: trunk
2019-09-26
23:31
Expanded on the EL8/Fedora issue in doc/userman/README.md check-in: 740fcaf6c4 user: tangent tags: trunk
23:20
Typo fixes and CentOS accommodation in doc/userman/README.md check-in: c47d13141a user: tangent tags: trunk
2019-09-03
15:54
static/*.jpg is now in binary-glob check-in: 239bc06238 user: tangent tags: trunk
15:53
Moved prism.js to /static dir and added logo*.jpg to it check-in: 7f5c3e69cd user: tangent tags: trunk
15:39
Added tools/prism.js so we can use an internal copy instead of rely on one stored statically on tangentsoft.com, so highlighting doesn't break in clones, etc. check-in: 7e320de3c9 user: tangent tags: trunk
2019-07-21
11:32
Merged tangentsoft.css fix up from trunk check-in: 1c32e5d9de user: tangent tags: v3.2.5, release
11:31
Added doc/html/userman/tangentsoft.css to repo check-in: 59bd0d0eb5 user: tangent tags: trunk
11:27
Merged in trunk fixes check-in: 279baef0c4 user: tangent tags: v3.2.5, release
11:27
Small fixes to previous check-in: fb50a199eb user: tangent tags: trunk
11:24
Re-released 3.2.5 with latest trunk dist tarball and release process improvements. check-in: c06618ea81 user: tangent tags: v3.2.5, release
11:23
Including *.css files in dist tarball. Also removed redundant *.md file references in process building dist tarball. check-in: 2a9e4a3da8 user: tangent tags: trunk
11:18
More release process improvements check-in: 4fdc89947a user: tangent tags: trunk
11:06
Merged in trunk changes check-in: e61010433e user: tangent tags: v3.2.5, release
11:04
Added *.md to dist tarball check-in: d9c7adf2c0 user: tangent tags: trunk
11:03
Re-bootstrapping from tools/mkrel in ../release to ensure all the build system files are updated, especially w.r.t. versions. check-in: a4aa236865 user: tangent tags: trunk
10:58
Updated the mysql++.spec.in file to track README.txt -> README.md renaming. check-in: 0cf0e8fdde user: tangent tags: trunk
10:47
Merged trunk changes for v3.2.5 into release branch check-in: 596aa10b32 user: tangent tags: v3.2.5, release
10:43
Fix to bootstrap to cope with autoreconf's unwillingness to provide install-sh and such even though we passed -i. check-in: a15f552cc5 user: tangent tags: trunk
10:35
Released v3.2.5 check-in: b0b6e246e9 user: tangent tags: trunk
10:30
Updated userman copyright year to 2019 check-in: 5dc77942a0 user: tangent tags: trunk
10:15
Copied over several tools/* files from the PiDP-8/I project: mkrel, mmake, and corecount. The latter two are identical to the current PiDP-8/I versions, while mkrel has some local changes specific to MySQL++, but has the same basic structure. check-in: ab11a94209 user: tangent tags: trunk
2019-07-18
04:38
MySQL 8.0.3 removed MYSQL_SECURE_AUTH, so ifdef'd it out for that and later versions in lib/options.cpp. check-in: 725f5ebfc9 user: tangent tags: trunk
2019-07-17
14:22
Found a ChangeLog from MySQL saying that several MYSQL_* options disappeared in 8.0.4, not in 8.1.0 as we previously thought. Dialed back the ifdefs preventing lib/options.cpp from attempting to check them. check-in: dd6889ae32 user: tangent tags: trunk
2019-05-11
12:47
Assorted improvements to HACKERS.md check-in: b5a68d6801 user: tangent tags: trunk