<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/.gitignore, branch masterfork</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/.gitignore?h=masterfork</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/.gitignore?h=masterfork'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2013-03-14T19:19:41Z</updated>
<entry>
<title>Replace Windows build system and installer with cmake</title>
<updated>2013-03-14T19:19:41Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-03-14T19:19:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b17ba83e9c5da3620277ff317b5f82dc397813d7'/>
<id>urn:sha1:b17ba83e9c5da3620277ff317b5f82dc397813d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows: In-depth cleanup (see details)</title>
<updated>2012-10-12T20:31:38Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-10-12T20:31:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5b9682275e384635a1fd9f7320cf4d9a604a43b4'/>
<id>urn:sha1:5b9682275e384635a1fd9f7320cf4d9a604a43b4</id>
<content type='text'>
-Fix x64 builds for Windows. Now all configurations compile.
-Remove the non-working rebase stuff.
-Remove the Windows fork hack and instead use FreeConsole() to emulate the behavior. This directly allows us to compile with ASLR, which is turned on now.
-Remove the old IPC mechanism for the removed GUI. This is not needed anymore as the GUI wasn't ever supported on anything newer than 1.2
-Remove the WIN32/WINDOWS macros. _WIN32 is supported on all x86-based VC++ targets, so that's what we need.
-Enable optimizations for release builds.
-De-duplicate printf_c(), it was previously copy-pasted into colors.h for configure
-Add the VC++ specific bad files in .gitignore
-Disable PID writing on Windows. This is only making sense for *nix builds.
-Replace the CPU usage retrieval with an algorithm analogous to the *nix behavior. Also supports separated now/total values. (Tested with a dummy busy loop - seems working)
-Removed certain unused functions and variables
-Remove stdint defines from the windows wrapper
-Remove CRT debug alloc. This is a bad idea as it would define a macro to replace free which breaks builds.
-Re-evaluated the warnings list, commented it.
-Moved inspircd_config/_version to include/ to match *nix
-Removed the creation of inspircd_se_config, as it isn't used at all.
-Made non-git builds show as "r0" instead of "r" (thanks to @SaberUK for pointing this out)
-Fixed up m_spanningtree's project paths. Now all configurations (debug/release x86/x64) have been tested and build properly.
-Moved FindDNS out of the wrapper and matched its log behavior with *nix. (It's pointless having it in the wrapper after the recent slimming down)
-Replaced random/srandom wrappers with a mechanism that tries to use Windows' Random API first is no SSL module is loaded.
-Removed more old junk from support for compilers older than VC++ 2010 (we don't have project files for these, so compiling them would be hard anyways)
-Removed the unused ClearConsole()
-Removed unused includes from the wrapper. Also, do not include psapi.h here if we don't link psapi.lib. This should be done where appropriate.
-Made inet_aton an inline function for increased performance
-C4800, performance warning about bool forcing, resolved at all occurrences.
-C4701, uninitialized variable 'cached', resolved at all occurrences.
-dlerror() was migrated out of the wrapper for more thread safety (no global buffer being shared) and increased performance.
-Removed the wrong CRT debug flags. This drains a lot of performance.
-Removed the clock_gettime/gettimeofday wrappers
-Replaced all TCHAR/ANSI mix-ups of functions with the correct respective function.
-Added a block of C4355 for &lt; VS2012
-Update project files for c870714
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2012-10-06T12:26:22Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-06T12:26:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=be4f9eccdf80c6820e5555f93dc93e93874f00a1'/>
<id>urn:sha1:be4f9eccdf80c6820e5555f93dc93e93874f00a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mode +V, status prefix. Because we haven't used up enough channel mode letters yet.</title>
<updated>2010-02-06T16:27:00Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-06T16:27:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7bff99d3dca97374f8d029b393bcd113f6dfa89a'/>
<id>urn:sha1:7bff99d3dca97374f8d029b393bcd113f6dfa89a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12385 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove include/inspircd_se_config.h and socketengine-specific headers</title>
<updated>2009-09-30T18:31:05Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-30T18:31:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7aa5e059a8f66d91bd8b69c58c657ceb70b4baff'/>
<id>urn:sha1:7aa5e059a8f66d91bd8b69c58c657ceb70b4baff</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11784 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update svn:ignore and .gitignore</title>
<updated>2009-09-28T22:39:07Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-28T22:39:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=075bb82c3ebdf4e77f14134ca8343631dd4cfbcd'/>
<id>urn:sha1:075bb82c3ebdf4e77f14134ca8343631dd4cfbcd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11777 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Buildsystem updates</title>
<updated>2009-09-27T22:14:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-27T22:14:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3900997a0971efc350400f62bfcac8c29aa65885'/>
<id>urn:sha1:3900997a0971efc350400f62bfcac8c29aa65885</id>
<content type='text'>
Add required compilation flags for interix
Fix build when perl is not in /usr/bin
Clean up unused file masks from .gitignore

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11770 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove .*.d dependency garbage, and use a dedicated build directory</title>
<updated>2009-09-17T03:04:27Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-17T03:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3a186342c975a8bbd3f588d180a55e381b31883c'/>
<id>urn:sha1:3a186342c975a8bbd3f588d180a55e381b31883c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11738 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update .gitignore to ignore .modulemanager (and cleanup)</title>
<updated>2009-08-17T22:27:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-17T22:27:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=14ec488aebeb813e618e47f8e785e1f37781fc41'/>
<id>urn:sha1:14ec488aebeb813e618e47f8e785e1f37781fc41</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11532 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Trivial commit to add .gitignore to ..gitignore!</title>
<updated>2009-08-02T22:15:29Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-02T22:15:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=66c72fa2375619fb464150f6829c37554b6307a1'/>
<id>urn:sha1:66c72fa2375619fb464150f6829c37554b6307a1</id>
<content type='text'>
(And test multiline commits.)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11463 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
