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

1907 Коммитов

Автор SHA1 Сообщение Дата
Tony Roberts f682e3f0ee simplify how the nuget packages are installed 2014-03-19 16:44:02 +00:00
Tony Roberts 8c97a81d5a Merge pull request #28 from tonyroberts/develop
install packages using nuget in setup.py and cosmetic changes to make more PEP8 compliant
2014-03-19 16:15:48 +00:00
Tony Roberts b031afa5d7 install packages using nuget in setup.py 2014-03-19 15:48:34 +00:00
Tony Roberts 71c0f1e3d0 cosmetic changes to make more PEP8 compliant 2014-03-19 14:34:54 +00:00
David Anthoff db216ea892 Add appveyor.yml file 2014-03-18 21:43:23 -07:00
David Anthoff 68a3f2f2ce Call msbuild only on Mono in shell mode 2014-03-18 21:41:13 -07:00
David Anthoff 1fa15991f6 Add *.pyc to .gitignore 2014-03-18 08:20:46 -07:00
David Anthoff dd511cef73 Merge pull request #23 from davidanthoff/fixscriptpatherror
Fix error in setup.py computing path to nPython.exe
2014-03-17 15:47:00 -07:00
David Anthoff 2873e65078 Fix error in setup.py computing path to nPython.exe 2014-03-17 15:40:24 -07:00
David Anthoff 811e0ce98a Merge pull request #21 from davidanthoff/dllexportupdate
Update Unmanaged Exports package
2014-03-16 21:46:02 -07:00
David Anthoff 985bf4690b Merge pull request #20 from davidanthoff/nugetupdate
Update NuGet to automatic package restore
2014-03-16 21:45:10 -07:00
David Anthoff 026e6a73ec Remove NoNuGet option from setup.py 2014-03-16 21:40:13 -07:00
David Anthoff 42780d125e Update Unmanaged Exports package 2014-03-16 21:30:43 -07:00
David Anthoff e1abc301e3 Migrate NuGet to automatic package restore 2014-03-16 21:18:34 -07:00
David Anthoff 7e042b0445 Merge pull request #18 from davidanthoff/findmsbuildpathfromreg
Find msbuild.exe path from registry
2014-03-16 20:17:59 -07:00
David Anthoff cfcc36a4fc Find msbuild.exe path from registry 2014-03-16 13:51:33 -07:00
David Anthoff 91f7ebd9f0 More meta data in setup.py 2014-03-14 16:22:34 -07:00
David Anthoff 2864d63e9e Merge pull request #17 from davidanthoff/moremetadata
Add more meta data to setup.py
2014-03-14 15:09:03 -07:00
David Anthoff 1a5f60410b Merge pull request #16 from davidanthoff/msbuildinquotes
Put quotes around the path to msbuild in setup.py
2014-03-14 15:08:54 -07:00
David Anthoff 3f6947cd69 Add more meta data to setup.py 2014-03-13 11:43:17 -07:00
David Anthoff 0d126df9b2 Put quotes around the path to msbuild in setup.py 2014-03-13 10:56:37 -07:00
David Anthoff 7a37483dfc Update .gitignore 2014-03-13 10:54:28 -07:00
Tony Roberts 0dd39fc845 Merge pull request #15 from tonyroberts/develop
Don't default the docstring for classes with a ctor if a docstring was added using DocStringAttribute.
Add unit tests for class and method docstrings.

fixes #14
2014-03-07 18:16:03 +00:00
Tony Roberts 85abf72bb9 Don't default the docstring for classes with a ctor if a docstring was
added using DocStringAttribute.
Add unit tests for class and method docstrings.
2014-03-07 18:03:36 +00:00
Tony Roberts bb8200eb8a Merge pull request #11 from tonyroberts/travis-ci
tidy setup scripts so there's one setup.py that works for linux and windows
2014-02-27 13:54:51 +00:00
Tony Roberts 9f4ed0ae66 Replace old setup.py with setupmono.py, modified to work on both linux and
windows.
Remove old unused Makefiles and out of date README.txt.
2014-02-27 13:47:13 +00:00
Tony Roberts 5a1e055e03 update setup script so the egg/wheel created has the right files in the right places 2014-02-27 13:39:07 +00:00
Tony Roberts ec1ae968dd Merge pull request #10 from tonyroberts/travis-ci
fix all unit tests and add python 2.6 build to travis
2014-02-27 11:47:18 +00:00
Tony Roberts fd309f5e17 raise an exception if any tests fail instead of returning the result 2014-02-27 11:36:08 +00:00
Tony Roberts 0acc47acda fix bug where converting a UInt32 doesn't raise an OverflowError 2014-02-27 11:24:43 +00:00
Tony Roberts bc932a3a03 fix setupmono.py to work with python 2.6 and add to travis 2014-02-27 11:01:08 +00:00
Tony Roberts 2b4c7dff58 runtests.py should return the error code from nosetests so travis knows it's failed 2014-02-27 10:23:56 +00:00
David Anthoff 706e590ca6 Merge pull request #9 from tonyroberts/travis-ci
get most of the unit tests working with mono
2014-02-26 22:10:12 +01:00
Tony Roberts 18af7600b5 - make sure threads are initialized when starting/importing clr
- replace use of Forms in unittests with alternative equivalent tests
2014-02-26 18:24:39 +00:00
David Anthoff b738fe16a1 Merge pull request #8 from tonyroberts/travis-ci
Build with mono on linux and add travis-ci settings
2014-02-20 13:33:44 -08:00
Tony Roberts 53003430fb Build with mono on linux and add travis-ci settings 2014-02-18 16:02:23 +00:00
David Anthoff 98264a3d1c Merge pull request #4 from davidanthoff/fixemptynamespace
Ignore generic types in the root namespace
2014-02-11 09:43:25 -08:00
David Anthoff df5dee497a Fix source code formatting 2014-02-11 09:42:34 -08:00
David Anthoff a6895be180 Delete old duplicate doc files 2014-01-31 16:24:34 -08:00
David Anthoff 3e9557e94f Ignore generic types in the root namespace 2014-01-31 15:38:49 -08:00
David Anthoff 5878404708 Upgrade solution file to Visual Studio 2013 2014-01-31 15:27:03 -08:00
David Anthoff 425fe47609 Reference Python.Runtime in Console project 2014-01-31 15:23:59 -08:00
David Anthoff 0769245179 Switch NuGet to package restore mode 2014-01-31 15:12:48 -08:00
David Anthoff 849daed2e4 Add .gitignore 2014-01-31 15:10:30 -08:00
Barton Cline 217bb4847d # BUGFIX: Accommodate new output path (x86 vs. x64) # 2013-04-08 09:36:23 +00:00
Barton Cline 92a9c807cb # Move DEBUG_PRINT to the Properties->Build page of the DebugWin Configuration. # 2013-04-08 09:22:43 +00:00
Barton Cline de5492d145 # FIXED: .sln and .csproj file configurations x86/x64 Mono/Win Debug/Release all reflected throughout #
# Added Conditional Reference <Choose> <When> elements to Python.Runtime.csproj => building for Mono on Windows #
# Added Required reference assemblies => building for Mono on Windows #

# R# Cleanup on pyimport.cs #
# Remove reference to the Python.Runtime project from Console.csproj #

# BUGFIX: TARGET_PLATFORM==x86 in buildclrmodule.bat #
2013-04-08 08:55:03 +00:00
Barton Cline 0e0068aa99 Of course, for the previous to work, you'll be needing the project files to go with...
But we don't need another copy of that signing key laying around.
2013-01-28 12:10:53 +00:00
Barton Cline eff40dfaa1 # Solution Configurations for each VS and MD - We'll release x86 and x64 binaries separately. #
MonoDevelop will now share the solution and project files with Visual Studio quite nicely.
  In fact, MD refers to .mds files as MD 1.x Solution Files. Separate configs supports different
  character widths on each OS platform.
  Platform specific settings are due, in part, to the introduction of DllExport's requirement
  (which actually only applies on Windows) Hmmm... Perhaps the Linux guy will want to revert to Any CPU #
2013-01-28 11:55:14 +00:00
Barton Cline bac95d814c # NUnit issues begin to resolve themselves (amazing, really) since MD supports NuGet now,
just grab NUnit and add it to /packages/.
   Honestly, though, I did have to trick NuGet into giving me the UnmanagedExport update.
2013-01-28 10:47:09 +00:00