Граф коммитов

30 Коммитов

Автор SHA1 Сообщение Дата
Virgile Bello a17498d595 Switched to .NET Standard 1.3 2020-05-10 16:36:32 +02:00
Virgile Bello b9fa0f56c4 Switched to Profile32 (Windows 8.1) for Store apps (including UWP) 2016-07-08 13:22:56 +09:00
Manu 55427e3255 Fix output directories 2016-07-01 15:29:25 +09:00
Manu 323d486afe Fix missing reference to shared project 2016-07-01 15:29:16 +09:00
Manu 4bd1ad0ed0 Merge remote-tracking branch 'github/master'
Conflicts:
	.gitignore
	CoreFX
	CppNet.sln
	CppNet_CoreCLR.csproj
	LexerSource.cs
	Preprocessor.cs
	SourceIterator.cs
2016-07-01 15:21:13 +09:00
Manu b76f8ebe66 Refactor CoreCLR support
Add UWP support
2016-07-01 15:10:11 +09:00
Manu e4b64ada8f Fix invalid newlines 2016-07-01 15:06:38 +09:00
Manu cee6023f1b [CppNet] Update GUID for CoreCLR project
To differentiate the CoreCLR output from the .NET one, we do not reuse
the same GUID for the CoreCLR project.
2015-12-14 15:36:38 +09:00
Manu b0bdc4cbe0 [CoreCLR] Different output for CoreCLR version
Ensure a different output directory for intermediate and final output
to be able to build both normal and CoreCLR version of CppNet.dll.
2015-12-14 15:32:18 +09:00
Emmanuel Stapf 6877358c8f Merge pull request #1 in PDX/cppnet from manu/coreclr to master
[CoreCLR] Updated code to be compiled on both CoreCLR and .NET. Added submodule and new solution/project to compile against CoreCLR.

* commit '664652bb15aff2d08cef0ec27780f45bf42a230d':
  Use MSBuildThisFileDirectory to refer to the CoreCLR location.
  [CoreCLR] Instead of throwing Exception we let the IOException bubble up. (Formerly it generated an Application Exception) but that type doesn't exist on CoreCLR.
  [CoreCLR] Added support to compile against CoreCLR.
2015-10-29 14:55:37 +09:00
Manu 664652bb15 Use MSBuildThisFileDirectory to refer to the CoreCLR location. 2015-10-29 14:50:49 +09:00
Manu 28bd17a1af [CoreCLR] Instead of throwing Exception we let the IOException bubble up. (Formerly it generated an Application Exception) but that type doesn't exist on CoreCLR. 2015-10-29 14:38:53 +09:00
Emmanuel Stapf 4b9e1e1163 [CoreCLR] Added support to compile against CoreCLR. 2015-10-15 10:03:22 +09:00
Emmanuel Stapf 4b7387ccbb Fixed invalid newline characters. 2015-10-15 09:49:04 +09:00
Emmanuel Stapf c1f97b2b0a Reverted previous commit since it is not compilable under PCL since FileInfo is not available. 2015-10-15 09:48:29 +09:00
Emmanuel Stapf aa86f77d95 Made default project compile against PCL. 2015-10-15 09:41:17 +09:00
Emmanuel Stapf bbf4d0dafb Added exclude for obj. 2015-10-05 14:41:14 +09:00
Emmanuel Stapf cf8b105d76 Project to compile against CoreCLR. 2015-10-05 14:40:57 +09:00
Emmanuel Stapf 1bc46796f4 Added .gitignore. 2015-10-05 14:35:05 +09:00
Emmanuel Stapf b21ce3280b Added CoreFxRef submodule to compile CppNet for CoreCLR. 2015-10-05 14:28:52 +09:00
Emmanuel Stapf a4bc9cd757 Made code compile under both .NET Framework and .NET Core. 2015-08-22 20:06:58 -07:00
Alexandre Mutel 151092b3e4 [CppNet] Add strong name sign key 2014-12-08 09:34:59 +09:00
Alexandre Mutel db8e689ab1 Add PreprocessorListenerBase to allow custom logging of errors/warnings while keeping original line/column information. 2014-12-07 00:24:11 +09:00
Alexandre Mutel ad463cd3ea Fix issue with StringLexerSource.getPath 2014-12-06 10:32:58 +09:00
Alexandre Mutel 6af139a2db Allow a null filename if not set in a Source 2014-12-06 10:00:18 +09:00
Alexandre Mutel 42e5e8e610 Add support StringLexerSource.getName() to allow tokenizer working with Feature.LINEMARKERS (Currently NullReferenceException) 2014-12-06 09:54:29 +09:00
Mike Kasianowicz 2709de3564 performance fix 2014-09-29 20:28:11 -05:00
xtravar baa43b863f Update README.md 2014-09-25 23:12:34 -05:00
Mike Kasianowicz c4dd3abb55 initial commit 2014-09-25 23:05:30 -05:00
xtravar 31a5f5a408 Initial commit 2014-09-25 22:26:56 -05:00