• R/O
  • SSH

StrMod: List of commits

The main repository for the StreamModule project.


RSS
Rev. Time Author
ab915a4395da tip 2021-02-21 11:50:58 Eric Hopper

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 not well...
supported.

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 projects
with CMake's find_package.

9fe70c6a9eb7 2018-06-12 12:48:30 Eric Hopper

Added option for building a shared library.

a9295045d03c 2018-06-12 06:25:19 Eric Hopper

Added the final StrMod sub-project/directory. Now all that remains
making libNet into an exportable target and trying to make testing work.

47f3936d93a5 2018-06-12 04:42:20 Eric Hopper

Convert UniEvent to CMake and add it to libNet.

72d9223fe975 2018-06-12 04:10:02 Eric Hopper

Largely the final version of how things will be done. Lots of stuff
to be done to make libNet into a proper package of course. But the structure
of how the sub-directories and the main directory interact is largely set
now.

c09fe07ced67 2018-06-12 03:55:44 Eric Hopper

Do things more correctly for standard libraries and workaround for
limitations of OBJECT libraries.

81d9660aa2b8 2018-06-11 22:29:24 Eric Hopper

Convert EHnet++ to CMake, stop treating sub-directories as packages.

There are things I'm unhappy about here. I would really like include
directories to auto-propogate with add_dependency, but that's not
happening.

c426ff963584 2018-06-09 22:25:18 Eric Hopper

Merge in fixes from master.

44bf32e67def 2018-06-09 22:24:07 Eric Hopper

Fix a likely fallthrough bug in XML parsing state machine.

4ae6fe9ca340 2018-06-09 22:23:59 Eric Hopper

Fix to use C++11 override keyword and clean up unused parameters.

1f91118f6c49 2018-06-07 03:19:44 Eric Hopper

CMake conversion, now with 50% less cargo cult programming.

135d651ff1ae 2018-06-06 21:08:44 Eric Hopper

Merge cleanup changes on master.

c5ff5cd2220f 2018-06-06 21:05:44 Eric Hopper

Remove irrelevant test as we now rely on std::shared_ptr.

8d61f4e81ee1 2018-06-06 21:05:44 Eric Hopper

Remove dlmalloc as software techniques have evolved.

a1020bc710f8 2018-06-06 21:05:44 Eric Hopper

Move stuff from old .cvsignore files into .hgignore.

696c4588fa9f 2018-06-02 00:20:15 Eric Hopper

Initial cmake conversion fumblings.

9ad7244ce40a 2018-06-02 00:19:43 Eric Hopper

A place for the compiler to put auto-generated functions.

161b933b7a16 2018-06-02 00:17:28 Eric Hopper

Alter README to point to BitBucket for GitHub users.

e79eb1000143 2018-06-02 00:17:09 Eric Hopper

Ignore emacs backup files.

17d1c5b3057a 2018-05-29 11:30:26 Eric Hopper

Make some destructors pure virtual.

9794078bbd49 2018-05-29 11:29:36 Eric Hopper

Fix resource leak in UnixEvenPoll.

25337666d265 2018-05-29 11:23:56 Eric Hopper

Compute bit count table at compile time, not with magic numbers.

Show on old repository browser