- 01 Mar, 2023 1 commit
-
-
ROOL authored
Detail: This component is only used with DebugLib, and all uses of ${DEBUGLIB} are linked with ${NET5LIBS}, so this combination wouldn't have worked anyway. Use agnostic TCPIPLibs: include path, so CI works. !NoTag
-
- 01 Oct, 2014 1 commit
-
-
Robert Sprowson authored
Version 0.12. Tagged as 'remotedb-0_12'
-
- 14 Jan, 2012 1 commit
-
-
Steve Revill authored
Version 0.11. Tagged as 'remotedb-0_11'
-
- 21 Jan, 2000 1 commit
-
-
Stewart Brodie authored
Detail: Changing the exported name stops confusion in the compiler. Admin: Not tested - only changed the exported filename. Version 0.08. Tagged as 'remotedb-0_08'
-
- 26 May, 1999 1 commit
-
-
John Beranek authored
* Improved namespacing of functions throughout remotedb. External functions weren't able to be renamed, so as not to break compatability with programs that use remotedb * Added a new API call "remote_debug_print_line". It is similar to "debug_print_line", except that it takes flags, and you can pass the length of the line you want to output (so you can pass non-NULL terminated strings). The one used bit in the flag is bit 1, which if set means that the debug output should be "raw", i.e. bypass the priority code, and not force a \n at the end of the line. The next DebugLib version (0.38) will use this raw mode. * Renamed the remotedb_version function to remote_debug_version to better fit the namespacing of the rest of the (correctly namespaced) API calls. Compatability shouldn't be too much of a concern, because it's a new API call, which very few people will be using. * Added -throwback into !Mk and !MkExport * Changed C flags to -ffah, to stop function name embedding...this was causing problems with using DebugLib Trace output with remotedb. Version 0.06. Tagged as 'remotedb-0_06'
-
- 24 Feb, 1999 1 commit
-
-
John Beranek authored
* Tidied build process. Now creates o.dirs when it creates o and z dirs, and make clean wipes these folders completely now. MkClean now does stripdepend, if it is available. * No source changes, so no version increment Version 0.04. Not tagged
-
- 05 Nov, 1998 2 commits
-
-
ROOL authored
* Added version number string (created from SrcCommit info) and version number method (remotedb_version). * VersionNum file also gets copied to Export directory, so it's easy to see what version you've got compiled. Version 0.03. Tagged as 'remotedb-0_03'
-
ROOL authored
Version 0.02. Tagged as 'remotedb-0_02'
-