• R/O
  • SSH

StrMod: Zusammenfassung des Repository

The main repository for the StreamModule project.


Neueste Commits RSS

Rev. Zeit Autor Nachricht
ab915a4395da 2021-02-21 11:50:58 Eric Hopper tip Fix warnings caught by LGTM.
98c58c05408b 2021-02-21 11:48:53 Eric Hopper Fix error caught by LGTM.
abd6aa54991d 2021-02-21 11:20:01 Eric Hopper Make the move to CMake official.
c42816232672 2021-02-21 11:13:15 Eric Hopper Add in old PortForward example.
07decb3e98c5 2021-02-21 11:11:56 Eric Hopper Modernize simple_bitset and enum_set.
ce511ecf5aff 2021-02-21 11:04:22 Eric Hopper Modify some comments to be clearer.
10670c46cfef 2021-02-21 10:34:49 Eric Hopper Remove #pragma {implementation,interface} as they seem no...
4d784b759b0c 2021-02-21 10:28:02 Eric Hopper Ignore CLion and cmake build directories.
502c52b90e39 2018-06-20 05:24:08 Eric Hopper Hopefully this update allows this to be used by other pro...
9fe70c6a9eb7 2018-06-12 12:48:30 Eric Hopper Added option for building a shared library.

Kürzlich bearbeitete Tags

Name Rev. Zeit Autor
libNet-0.1.0 59d787d59258 1999-10-21 11:15:48 Eric Hopper
libNet-0.1.1 46307c984b5d 1999-11-19 14:28:37 Eric Hopper
libNet-0.1.5 568beacc30e7 2000-10-09 08:52:39 Eric Hopper
libNet-0.2.0 1ffe1cfe847b 2001-02-25 15:39:09 Eric Hopper
libNet-0.2.1 04b7af17fc14 2001-02-27 07:08:22 Eric Hopper
libNet-0.2.2 7b288c4b3160 2001-03-06 21:13:19 Eric Hopper
libNet-0.2.5 8b4f2ce02094 2001-07-11 05:19:21 Eric Hopper
libNet-0.3.0 b9ed702f755c 2002-03-27 11:29:40 Eric Hopper
libNet-0.4.0 9f3fb71aee31 2002-09-10 21:56:35 Eric Hopper
libNet-0.5.0 90eb4a8cea16 2003-01-29 05:39:18 Eric Hopper

Zweige

Name Rev. Zeit Autor Nachricht
default ab915a4395da 2021-02-21 11:50:58 Eric Hopper Fix warnings caught by LGTM.

README.md

If you're looking at this on GitHub, the master repository is actually here: https://bitbucket.org/omnifarious/StrMod

OK, you've downloaded this thing, now what?

The first thing to do would be to build it. This builds with CMake and there are two major targets. The Net target, which builds the shared library, and the PortForward target, which builds an example program.

Eventually, there should be tests. Though, I've been saying that for a very long time. Also, I should make this so it can easily be installed and worked with by programs that depend on it. This includes being installed by a Linux distribution's package manager, but it also includes being a sub-repo in Mercurial or git and being able to depend on it from the main repo.

Also, I really need to add a Doxygen target for all of this.

Anyway, I hope this is enough to get you started. Feel free to come onto irc at irc.freenode.net, channel #StrMod and ask questions.

Show on old repository browser