xmppo / Jabber-Net

A modern fork of Jabber-Net
https://github.com/xmppo/Jabber-Net
37 stars 13 forks source link

[WIP] Build system overhaul #27

Closed ForNeVeR closed 8 years ago

ForNeVeR commented 8 years ago

Closes #15.

ForNeVeR commented 8 years ago

Unfortunately, I've found that my local repository clone had core.autocrlf set to false (and most of the files were commited to SVN with CRLF anyways, so we'd need to take care of that sooner or later). I've enabled this option now, so for some time it'll be harder for me to review my own pull requests, because there will be many line endings conversions.

I'll need to be careful while changing the build system to not change anything else; it'll be easier after #15 and #17 are implemented (because hopefully I'll touch and convert most of the project files).

For the time being, be extremely careful.

It should be easier to review this PR per commit.

UPD: line conversion issues have been scoped into #28. This PR will be rebased and no issues should remain.