Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-31 | Reformatted NetSock closer to the rest of NetEx | Aki | |
2022-03-31 | Fixed left-overs that failed linux gcc compilation | Aki | |
2022-03-31 | Added naive support for posix platforms in NetSock | Aki | |
2022-03-31 | Removed method to check available waiting byts in NetSock | Aki | |
2022-03-31 | Removed windows.h include and types from NetSock | Aki | |
2022-03-31 | Brought NetPeer closer to standard | Aki | |
2022-03-30 | Brought NetMsg closer to standard | Aki | |
2022-03-30 | Brought NetLink closer to standard | Aki | |
2022-03-30 | Brought NetGram closer to standard | Aki | |
2022-03-30 | Brought NetLayer closer to standard | Aki | |
2022-03-30 | Removed windows header usage in NetClient | Aki | |
2022-03-30 | Cleaned up includes in NetClient | Aki | |
2022-03-30 | Changed to use posix alternative for _stricmp | Aki | |
2022-03-30 | Fixed changed that were missed in NetAddr | Aki | |
2022-03-30 | Brought NetHost closer to standard | Aki | |
2022-03-30 | Brought NetAddr closer to standard | Aki | |
2022-03-30 | Removed windows header uses in HttpServletExec | Aki | |
2022-03-29 | Fixed includes in HttpServletExec | Aki | |
2022-03-29 | Split Session from HttpServlet | Aki | |
2022-03-29 | Fixed includes in HttpClient | Aki | |
2022-03-29 | Removed windows header usage in HttpServer | Aki | |
2022-03-29 | Split Param, Response and Request from HttpServer files | Aki | |
2022-03-28 | Removed Description of NetLayer | Aki | |
2022-03-28 | Removed windows headers and moved NetServer a bit closer to standard | Aki | |
2022-03-27 | Replaced ThreadSync with stl's mutex | Aki | |
2022-03-27 | Replaced own ThreadSync with atomic variable in Text | Aki | |
2022-03-27 | Removed MemDebug from FoundationEx | Aki | |
2022-02-13 | Added copyright NOTICE and project license, cleaned up notices in files | Aki | |
I want the legal state of the project to be clear while avoiding unnecessary amount of boilerplate in source code (with duplicated content) which some open source projects tend to create. The notice in source is now way smaller while the notice in NOTICE gives much better overview of the entire project. I hope this is a solution that respects the project's history, original author, and all contributions made to it over the years. | |||
2022-01-30 | Removed trailing whitespace all over the place | Aki | |
2021-10-02 | Separated out msvc cmake configuration | Aki | |
2021-10-02 | Streamlined file and guard endings in Foundation and NetEx | Aki | |
2021-10-02 | Increased control over win sdk paths | Aki | |
2021-10-01 | Removed vs left-overs | Aki | |
2021-09-30 | Fixed NetEx includes against win sdk | Aki | |
2021-09-28 | Added missing FoundationEx dependencies | Aki | |
2021-09-28 | Created best-guess cmake stubs | Aki | |
Structure of the project as whole is... questionable. It looks that the directories are intermingled even if they appear separated. This is a first guess to have at least something in place. | |||
2019-09-12 | Fix ill-formed and warning-causing new overloaded and delete operators | Yasha Jannoo | |
From VS2015 onwards, overloaded new and delete operators were no longer allowed to be declared inline. See https://docs.microsoft.com/en-us/cpp/porting/visual-cpp-what-s-new-2003-through-2015?view=vs-2019. As a consequence of moving the definitions into source files, we cannot simply include the headers in the files they are required in without also either creating a static library or including the source files in the projects. Do the latter as the pattern fits other examples of dependencies across projects in the solution. The overloaded operator definitions could be made neater in a future change. For now they are written as their declarations appear in the header file, with the same ifdefs as in the header file. | |||
2019-09-10 | Turn off edit and continue. | Yasha Jannoo | |
Fixes incompatibility between /ZI and /Gy- by not allowing ZI at all for the time-being. We can turn it on again later. | |||
2019-09-10 | Turn off Minimal Rebuild across the board | Yasha Jannoo | |
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead. | |||
2019-09-05 | Retarget for new MSBuild toolsets | Yasha Jannoo | |
Retarget all projects in the Starshatter.sln from v110 (VS12) to v141 (VS17) | |||
2013-07-10 | Updating the project files so that building works again | fwoltermann@gmail.com | |
2013-07-07 | Updated open source license declaration and fixed some formatting issues. | milo24x7@gmail.com | |
2012-07-16 | PVS Studio warning fix: Null pointer dereference when accessing msg | FWoltermann@gmail.com | |
2012-06-13 | One of these days, I'ma be done with project file updates | FWoltermann@gmail.com | |
2012-06-05 | REdoing r71, without the mistakes | FWoltermann@gmail.com | |
2012-06-05 | Add VS2012 configs to the project files. | FWoltermann@gmail.com | |
2012-05-28 | Sets a few properties for VS2011 | FWoltermann@gmail.com | |
2012-05-27 | A few things MSVC's analyzer found. | FWoltermann@gmail.com | |
2012-01-07 | Adding experimental x64 build configs. THESE DO NOT WORK YET. | FWoltermann@gmail.com | |
2011-12-09 | sprintf -> sprintf_s | FWoltermann@gmail.com | |