Skip to content
Open
Changes from 1 commit
Commits
Show all changes
149 commits
Select commit Hold shift + click to select a range
606f1ac
support windows.
mattn Jan 11, 2013
a4177a6
Update gem's rakefile
mattn Jan 24, 2013
f8c2f47
Add finalizer
mattn Jan 24, 2013
d2276aa
Merge branch 'add_finalizer' into fix_rakefile
mattn Jan 24, 2013
2a99eba
Merge branch 'fix_rakefile' into windows
mattn Jan 24, 2013
0f29eb8
Fix broken bracket.
mattn Jan 24, 2013
39dbe60
Merge branch 'master' into windows
mattn Jan 24, 2013
ca915a4
rename.
mattn Jan 30, 2013
32bfe11
Fix build on VC
mattn Mar 27, 2013
6485681
init push
MrBlaTi Apr 26, 2017
d4b3315
split process into 2 Files
MrBlaTi Apr 26, 2017
17eabd0
Setup appveyor
MrBlaTi Apr 26, 2017
118800a
Cleanup header includes and fix build for darwin
katzer Apr 26, 2017
4e1da16
Compile for x64 and x86
katzer Apr 26, 2017
3af7243
merge from mattns mruby-process branch
MrBlaTi Apr 27, 2017
40bd940
Only build with vs
katzer Apr 27, 2017
4a56579
fix
MrBlaTi Apr 27, 2017
8cefb51
Merge branch 'mattn_windows_merge' into windows
MrBlaTi Apr 27, 2017
2c424ef
Cleanup WIP
katzer Apr 28, 2017
174223a
Fix windows setup
katzer Apr 28, 2017
9405aba
Allow visualcpp to failure
katzer Apr 28, 2017
5b02daa
Rename process_win32.c -> win32.c
katzer Apr 28, 2017
96e4016
Tests
katzer Apr 28, 2017
7f424b2
More tests
katzer Apr 29, 2017
85e137e
Compile with win32.c only if win32 is the build target
katzer Apr 30, 2017
9829ffe
Add cleanall task
katzer Apr 30, 2017
eee1bc7
Re-added fork method
katzer Apr 30, 2017
2f0b2b4
Fix test on Windows
katzer Apr 30, 2017
2d7f4bb
Add $PID and $PROCESS_ID
katzer May 1, 2017
619fdca
Set $$ when forking
katzer May 1, 2017
47a4264
Declare some methods as static
katzer May 1, 2017
68d4d50
Add $CHILD_STATUS
katzer May 1, 2017
f5a9cdd
Code formating
katzer May 1, 2017
6c2e180
mrb_sig_signame requires one argument
katzer May 1, 2017
6243c78
mrb_f_kill requires at least two arguments
katzer May 1, 2017
735220e
mrb_f_waitpid requires one required and one optional argument
katzer May 1, 2017
980b146
mrb_f_fork takes a block
katzer May 1, 2017
de22d27
Process.exec WIP
katzer May 2, 2017
867a7d2
Added Kernel.exec
katzer May 2, 2017
e0df99c
Fix compilation issues
katzer May 2, 2017
64b21ec
Improve test suite
katzer May 2, 2017
e50487c
Fix warnings
katzer May 2, 2017
ce059bc
Exclude visualcpp jobs
katzer May 2, 2017
e051a2b
Enhance exec and make it to work on Windows
katzer May 2, 2017
4e14b3c
Fix warning
katzer May 2, 2017
a71da95
Exit, fork and exec are accessible from Process and Kernel
katzer May 2, 2017
31397c6
Process#abort
katzer May 2, 2017
683d313
Moved process.h from src to include folder
katzer May 3, 2017
e271756
Renamed PROCESS_H -> MRB_PROCESS_H
katzer May 3, 2017
cc9bacf
Define HAVE_MRB_PROCESS_H
katzer May 3, 2017
47f9664
Process::Status class
katzer May 3, 2017
b59d6be
Codebeat button
katzer May 3, 2017
a1b54df
Remove usage of "extern" keyword
katzer May 3, 2017
7aac80a
Process.h is cross compatible
katzer May 3, 2017
b6b81a2
Cleanup includes
katzer May 3, 2017
3d00641
spawn* WIP
katzer May 4, 2017
dd0759a
wip
MrBlaTi May 4, 2017
d9270c8
merge
MrBlaTi May 4, 2017
a1f516b
Implemented $0 and Process#argv0
katzer May 4, 2017
d5abf8f
Fix potential NPE error
katzer May 4, 2017
95f395e
Alias Process#wait and Process#wait2
katzer May 4, 2017
155d8c4
Reimplemented Process::wait2 in C and fixed default values for Proces…
katzer May 4, 2017
2a26698
Fix failing specs with gcc
katzer May 4, 2017
06522aa
Add mruby-env as a test dependency
katzer May 4, 2017
44a5ada
Simply ABC metric
katzer May 4, 2017
9538931
Fix test
katzer May 4, 2017
a010700
Check if argv0 is set
katzer May 4, 2017
3a17211
Improved waitpid for win32
katzer May 5, 2017
b4c7e1f
Added Process.waitall
katzer May 5, 2017
2965e17
__cplusplus macro
katzer May 5, 2017
cb2cb68
Fix warning
katzer May 5, 2017
f92a3c6
Process shouls not respond to fork on Win32
katzer May 5, 2017
cc052bd
wip
MrBlaTi May 5, 2017
1bf547c
wip
MrBlaTi May 5, 2017
2b8457b
initial commit to spawn methods
MrBlaTi May 5, 2017
2a02b04
Process shouls not respond to fork on Win32
katzer May 5, 2017
5ccc557
Use user shell if possible for exec
katzer May 5, 2017
b9aa6e3
Simplify & unify ci configs
katzer May 5, 2017
7e29f3c
wip
MrBlaTi May 9, 2017
26b7e7f
wip
MrBlaTi May 9, 2017
84b4567
wip
MrBlaTi May 11, 2017
4c468a6
Use the shell in mrb_execarg_fill only if needed to avoid security is…
katzer May 11, 2017
5e03041
Cleanup code
katzer May 11, 2017
1cd9153
Supress warning about unused function mrb_f_kill under win32
katzer May 11, 2017
22f1c1a
Speedup tasks && fix test failures in mruby-tiny-io
katzer May 12, 2017
7d8ff26
rubocop:disable LineLength for single line
katzer May 12, 2017
89191d3
wip
MrBlaTi May 12, 2017
b434890
wip
MrBlaTi May 12, 2017
3fc675c
Merge branch 'windows' into spawn
MrBlaTi May 12, 2017
80e005d
wip
MrBlaTi May 12, 2017
d0f01b5
wip
MrBlaTi May 12, 2017
e96311c
Set C:\GnuWin\bin\ as the path prefix for the moment
katzer May 13, 2017
6c13d38
Merge branch 'windows' into spawn
katzer May 13, 2017
920e1d9
Fix issues with spawnv for Windows
katzer May 13, 2017
cf7a40d
Use always P_NOWAIT for spawnv
katzer May 14, 2017
7bd3e6c
spawnv & spawnve for posix
katzer May 14, 2017
171cff8
TODO: fix test & implement envp support for spawn
katzer May 14, 2017
4d12986
Fix tests
katzer May 14, 2017
c1d8870
Hate you travis
katzer May 14, 2017
21c5fd3
Ignore TODO file
katzer May 14, 2017
4abcbad
implemented spawnve for windows
MrBlaTi May 18, 2017
8849a53
wip
MrBlaTi May 18, 2017
13dd0d9
updated readme
MrBlaTi May 18, 2017
fe522df
centered completion marks
MrBlaTi May 18, 2017
b6a9620
Update README.md
MrBlaTi May 18, 2017
876c816
added Signal and Status to readme
MrBlaTi May 18, 2017
07c74f2
Update README.md
katzer May 19, 2017
5778463
removed envc, updated tests
MrBlaTi May 19, 2017
2cff701
change fork to spawn in unix tests
MrBlaTi May 19, 2017
0aea47a
Fix doc
katzer May 19, 2017
94ab5f2
No need to parse args again
katzer May 24, 2017
befa9ac
Extended mrb_execarg_new to accept an optional hash for options like …
katzer May 24, 2017
ae7abe4
Implemented Kernel#system
katzer May 24, 2017
b638a50
Fix waitpid for win32
katzer May 24, 2017
5686746
Fix line indentation
katzer May 24, 2017
d1aeaf8
Enhance tests
katzer May 24, 2017
55d93e3
Include missing errno.h
katzer May 24, 2017
6253bc2
Replace echo to avoid output to stdout
katzer May 25, 2017
9ff32ac
Fix compile warnings for win32
katzer May 25, 2017
fb88d54
Fix compile warnings for posix
katzer May 25, 2017
8893ff2
added fd support for posix spawn
MrBlaTi May 26, 2017
56e27dc
added working fdes posix spawn
MrBlaTi May 30, 2017
925eabf
windows spawn pipe
MrBlaTi May 30, 2017
cdde751
fixed travis
MrBlaTi May 30, 2017
1919143
Made some test dependencies obsolete
katzer May 31, 2017
d11e3e4
Removed mruby-time test-dependency and some test suite enhancements
katzer May 31, 2017
c691b86
Fix ci build
katzer May 31, 2017
c7f8cd0
Move process.h to include/mruby/ext/process.h
katzer Jun 6, 2017
4192cd0
Define HAVE_MRB_PROCESS_H and mruby/ext/process.h as global
katzer Jun 6, 2017
8fd9693
Fix docs
katzer Jun 6, 2017
13086eb
Allow mruby-1.2.0 to fail
katzer Jun 6, 2017
4e50d8f
Fix wrong include path
katzer Jun 6, 2017
f947824
added dynamic resolution of executables
MrBlaTi Jun 8, 2017
d89aa5f
merge
MrBlaTi Jun 9, 2017
96eef6b
fixed testbug
MrBlaTi Jun 9, 2017
b810f08
changed windows executable from static to dynamic
MrBlaTi Jun 9, 2017
081e45f
completed executable resolving
MrBlaTi Jun 13, 2017
f637536
fixes 081e45f
katzer Jun 13, 2017
dbb271d
Cleanup src/dln.c
katzer Jun 13, 2017
2ff87e3
Readded long lost tests happened in 56e27dc
katzer Jun 13, 2017
04ab7e6
fixed bugs and errors
MrBlaTi Jun 14, 2017
d868ba6
removed ~some~ comments
MrBlaTi Jun 14, 2017
2622faa
made a test more precise
MrBlaTi Jun 14, 2017
8cb1847
Fix win32 and cleanup code
katzer Jun 14, 2017
393d0b1
fixed stalling test on appveyor
MrBlaTi Jun 15, 2017
4e62097
forgot some files
MrBlaTi Jun 15, 2017
042bd35
Cleanup
katzer Jun 18, 2017
78ddeef
Change test descriptions
katzer Sep 12, 2017
5b7b30b
Upgrade ci scripts to use mruby-1.3.0
katzer Sep 12, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow mruby-1.2.0 to fail
  • Loading branch information
katzer committed Jun 6, 2017
commit 13086ebda84cd69384987c3343026baca38f3799
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ env:
- MRUBY_VERSION=1.2.0
- MRUBY_VERSION=head

matrix:
allow_failures:
- env: MRUBY_VERSION=1.2.0

script:
- rake compile
- rake test