Commit graph

8101 commits

Author SHA1 Message Date
Peter Honeder ed93168e5e refactored Makefile run targets, added helper scripts for powershell-simple, changed how PS is invoked to solve issue #122, moved dlls for PowerShell away from CoreCLR, re-pinned to latest monad and monad-native fixes, added UnmanagedMain entry point for powershell-run.exe 2015-07-30 16:57:32 +02:00
Peter Honeder 8eeb24ece9 added hostutil.h, added tests for hostutil, added more cmdline options to PS host 2015-07-30 16:53:35 +02:00
Peter Honeder c1c9a99269 added hostutil.h, added tests for hostutil, added more cmdline options to PS host 2015-07-30 16:53:35 +02:00
Peter Honeder ff2ceeceb7 added interpreting the verbose option 2015-07-29 18:12:31 +02:00
Peter Honeder 8e18abaf31 added interpreting the verbose option 2015-07-29 18:12:31 +02:00
Peter Honeder 5cffe858af added test_Utils with test for IsWinPEHost 2015-07-29 17:33:49 +02:00
Peter Honeder d14e703449 re-pin to refactored IsWinPEHost changes 2015-07-29 17:33:49 +02:00
Peter Honeder 5e68effa29 added host_cmdline to RUN_TARGETS 2015-07-29 17:31:38 +02:00
Peter Honeder b0f73c085a changed back make targets, changed existing make targets to new custom hosting for powershell-simple.exe 2015-07-29 17:31:38 +02:00
Peter Honeder d20045ff58 added libicu52 to docker container 2015-07-29 17:31:38 +02:00
Peter Honeder 543649c7fd cleaned up Makefile 2015-07-29 17:31:38 +02:00
Peter Honeder e07c5f65a9 re-pin to latest monad-native version 2015-07-29 17:31:38 +02:00
Peter Honeder 6469bd5a95 added libicu-dev to readme instructions 2015-07-29 17:31:38 +02:00
Peter Honeder c080f351ea re-pin to latest native host implementation, changed managed code signature 2015-07-29 17:31:38 +02:00
Peter Honeder 68af229f58 added more temporary folders to .gitignore 2015-07-29 17:31:38 +02:00
Peter Honeder 72bcbd9eea initial version of custom hosting code 2015-07-29 17:31:24 +02:00
Peter Honeder a31af1e301 using nuget 3 because it's much faster, re-pin to monad-ext containing nuget.exe, hardcoded c# compiler toolchain version too 2015-07-29 17:01:25 +02:00
Peter Honeder f7fa83fdf3 hardcoded .net dependency versions 2015-07-29 16:55:23 +02:00
Peter Honeder 7455b16d5d changed build and dependency paths 2015-07-29 16:37:50 +02:00
Peter Honeder 2f01033e94 moved TypeCatalogGen.exe and its dependencies into buildtemp 2015-07-29 16:16:09 +02:00
Peter Honeder ea76b7e8fd fixed string termination issue, added verbose mode 2015-07-28 18:49:32 +02:00
Peter Honeder d09ac28b73 fixed string termination issue, added verbose mode 2015-07-28 18:49:32 +02:00
Peter Honeder c0414f8fc4 cleaned up implementation, added command line parsing and standardized managed interface for cmdline hosts 2015-07-28 18:28:09 +02:00
Peter Honeder 0a31659271 cleaned up implementation, added command line parsing and standardized managed interface for cmdline hosts 2015-07-28 18:28:09 +02:00
Peter Honeder ba45c8f076 renamed function pointer type, changed code to call UnmanagedMain 2015-07-27 18:40:33 +02:00
Peter Honeder f7396c9561 renamed function pointer type, changed code to call UnmanagedMain 2015-07-27 18:40:33 +02:00
Peter Honeder b9784906f4 added first version of custom PS hosting code 2015-07-27 17:40:14 +02:00
Peter Honeder 3711159996 added first version of custom PS hosting code 2015-07-27 17:40:14 +02:00
Zachary Folwick bc91ac8684 deleting trailing whitespace 2015-07-24 10:38:51 -07:00
Zachary Folwick a0c040b7e8 Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/117-cleanup-test-files 2015-07-24 10:31:41 -07:00
Peter Honeder 7eeff0b64e removed src/coreclr submodule that was not used 2015-07-22 14:36:01 -07:00
Zachary Folwick 5df3094d7b refactored Get-Content and Get-Item to compensate for the backslash not being used and the first 3 lines being removed from test suites 2015-07-21 16:27:01 -07:00
Zachary Folwick c714e7b3ee removed first 3 lines of autogenerated code- it was superfluous 2015-07-21 16:25:27 -07:00
Zachary Folwick fbfd1707c8 Renamed Test-Add-Member.Tests.ps1 to comply with naming standards 2015-07-21 15:39:18 -07:00
Zachary Folwick e80a1dab6a renamed test file to comply with standards 2015-07-21 15:39:18 -07:00
Zachary Folwick 322da2f9b0 deleted non-test files 2015-07-21 15:39:18 -07:00
Peter Honeder a33b85c22f Merge branch 'develop' into dev/116-enable-native-apps to get update on
xunit output xml required for jenkins
2015-07-21 15:03:54 -07:00
Andy Schwartzmeyer 6ae275283f Merge pull request 85 from dev/34-xUnit-XML into develop 2015-07-21 22:02:42 +00:00
Peter Honeder 2394946fb4 re-pin to PS version that allows native command execution 2015-07-21 14:37:53 -07:00
Aaron Katz b8d99bd0ab Merge pull request 84 from dev/115-PSDrive into develop 2015-07-21 21:26:33 +00:00
Andy Schwartzmeyer d9b26ccc72 Merge pull request 83 from dev/113-reenable-pester into develop 2015-07-21 21:24:47 +00:00
Andrew Schwartzmeyer b020c4b41f Enable xUnit unit test coverage results in XML 2015-07-21 11:18:15 -07:00
Aaron 4c673b9213 fixed test to run on linux 2015-07-21 10:34:12 -07:00
Aaron 59015da5a2 initial commit 2015-07-21 10:08:09 -07:00
Andrew Schwartzmeyer 5a596e8029 Run pester-tests also on make test
Fixes #113
2015-07-21 09:10:09 -07:00
Peter Honeder dcf919a0e2 added Pester tests for PSVersionTable 2015-07-20 17:18:06 -07:00
Peter Honeder 967279afc7 added unit test for cleanup 2015-07-20 17:02:23 -07:00
Peter Honeder 55582a6a9d re-pin to monad version with PSVersionInfo cleanup 2015-07-20 16:55:18 -07:00
Peter Honeder a4ad8c0793 added file version info attributes to main assemblies 2015-07-20 16:54:39 -07:00
Andy Schwartzmeyer c7e5834a17 Merge pull request 80 from dev/use-latest-tag into develop 2015-07-20 23:10:37 +00:00