PowerShell/scripts
Andrew Schwartzmeyer 1a3d4aa9a6 Refactor host usage
Build scripts and powershell-simple.cs were refactored to work with the
patch to CoreCLR and updated hosting code.

- Paths in Makefile were fixed because the hosting code runs the
  assembly from the current working directory (usually app_base)
- runps scripts were all fixed because the hosting code CLI changed
- powershell-simple.cs was cleaned up because its Main function is now
  directly executed
- monad submodule was repinned while we had the change
- monad-ext submodule was updated with rebuild CoreCLR binaries
- monad-native submodule was repinned to development, including fixed
  test and hosting code changes
2015-08-21 17:43:46 -07:00
..
3rdparty/hashbang enabled hash bang support, fixed run scripts to not alter the current working directory 2015-07-31 00:47:22 +02:00
buildtemp download latest nuget automatically 2015-07-16 14:04:10 -07:00
commands-management-strings bulk add of all build changes and resources needed to build PS on linux 2015-05-29 13:56:28 -07:00
commands-utility-strings bulk add of all build changes and resources needed to build PS on linux 2015-05-29 13:56:28 -07:00
dotnetlibs added empty gitignore to create folder 2015-05-29 14:33:02 -07:00
gen re-pin to latest rebased powershell changes and updated resources 2015-07-13 14:03:50 -07:00
.gitignore Merge pull request 105 from dev/130-move-libps-build-to-buildtemp into develop 2015-08-03 08:18:16 +00:00
assembly-load-context.mk bulk add of all build changes and resources needed to build PS on linux 2015-05-29 13:56:28 -07:00
build.sh Update Docker build script to use fakelogin 2015-08-05 15:35:20 -07:00
commands-management.mk Update generate makefiles 2015-06-26 11:03:54 -07:00
commands-utility.mk Update generate makefiles 2015-06-26 11:03:54 -07:00
coreref.mk changed paths to COREREF_2 assemblies 2015-06-10 11:03:51 -07:00
Dockerfile changed Dockerfile to support updated directory structure in exec_env, added copy command to copy missing libps.so for run targets 2015-07-30 18:47:25 +02:00
get-current-ref.sh added get-current-ref.sh script 2015-06-18 10:27:51 -07:00
Makefile Refactor host usage 2015-08-21 17:43:46 -07:00
management-infrastructure.mk Update generate makefiles 2015-06-26 11:03:54 -07:00
platform.mk bulk add of all build changes and resources needed to build PS on linux 2015-05-29 13:56:28 -07:00
powershell-linux.inc bulk add of all build changes and resources needed to build PS on linux 2015-05-29 13:56:28 -07:00
powershell-run.mk Refactor host usage 2015-08-21 17:43:46 -07:00
powershell.inc bulk add of all build changes and resources needed to build PS on linux 2015-05-29 13:56:28 -07:00
runps-file.sh Refactor host usage 2015-08-21 17:43:46 -07:00
runps-simple-debug.sh Refactor host usage 2015-08-21 17:43:46 -07:00
runps-simple-trace.sh Refactor host usage 2015-08-21 17:43:46 -07:00
runps-simple.sh Refactor host usage 2015-08-21 17:43:46 -07:00
runps.sh Refactor host usage 2015-08-21 17:43:46 -07:00
security-win.mk Add Security module build files from Windows 2015-07-09 16:03:47 -07:00
security.mk Add Security module build files from Windows 2015-07-09 16:03:47 -07:00
shellinaboxd-init.sh changed base image and separated startup of shellinaboxd into separate script 2015-06-24 18:16:17 -07:00
simplebuild.sh fixed prefix to use abs path and switched to libc++ with clang 2015-02-13 14:36:52 -08:00
system-automation.mk Use correct filenames from Windows 2015-07-09 16:02:15 -07:00
tests.mk 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