Sign in
dart
/
process.dart
/
HEAD
944b9c0
Point to new repo location in README
by stuartmorgan
· 2 years, 10 months ago
master
2be7672
Bump min SDK version to non-prerelease version (#79)
by Greg Spencer
· 3 years ago
a98069c
Move to version 5.0.0 (#78)
by Bernardo Ferrari
· 3 years ago
aaaa3d8
Bump dependencies. (#76)
by Bernardo Ferrari
· 3 years ago
32328e5
Remove `covariant` from `ProcessManager` (#71)
by Chris Wong
· 4 years ago
2546dfe
Make encoding parameter nullable (again) (#68)
by Chris Wong
· 4 years, 9 months ago
50921c3
Switch to use GitHub Actions instead of Travis, update analysis options (#67)
by Greg Spencer
· 5 years ago
6e71d21
Revert "Make encoding parameter nullable (#65)"
by Todd Volkert
· 5 years ago
d6c245e
Make encoding parameter nullable (#65)
by Chris Wong
· 5 years ago
0c9aeac
Add custom exceptions with more information (#63)
by Greg Spencer
· 5 years ago
6c873f5
Fix ProcessManager.canRun to be consistent with LocalProcessManager (#62)
by Jenn Magder
· 5 years ago
6b2e264
Fix getExecutablePath to only return files that are actually readable and executable. (#61)
by Greg Spencer
· 5 years ago
0981bdb
Add more details to ArgumentError if process resolution fails (#59)
by Jonah Williams
· 5 years ago
7ca6534
Fix ProcessManager signatures to be consistent with LocalProcessManager (#58)
by James D. Lin
· 5 years ago
56ece43
Update for stable null safety (#57)
by Jonah Williams
· 5 years ago
740e821
Doc fixes for ProcessManager.start (#54)
by Ian Hickson
· 5 years ago
884d84f
Remove unused dart:async import (#53)
by Sam Rawlins
· 6 years ago
c997803
get ready for publish (#52)
by Jonah Williams
· 6 years ago
e1e8aa3
roll for null safety (#51)
by Jonah Williams
· 6 years ago
1db3b85
Remove unnecessary dart:async imports (#50)
by Michael R Fairhurst
· 6 years ago
28691df
update supported SDK range for 2.11 (#49)
by Jonah Williams
· 6 years ago
cce751d
make process.dart publishable (#48)
by Jonah Williams
· 6 years ago
1df10c6
[null-safety] migrate package:process to _almost_ null safety (#47)
by Jonah Williams
· 6 years ago
0da1df0
[null-safety] remove implicit casts, intl dependency, format (#46)
by Jonah Williams
· 6 years ago
38e8c9c
Fix pub warnings for publication (#45)
by Zachary Anderson
· 6 years ago
d0a8c5a
Handle throwing fs.currentDirectory (#44)
by Zachary Anderson
· 6 years ago
873a6d6
Update intl version range (#41)
by Jonah Williams
· 7 years ago
57a88cd
Don't add quotes if the file name already has quotes (#40)
by Emmanuel Garcia
· 7 years ago
8e9b03b
Fix: "ProcessException: %1 is not a valid Win32 application. (#38)
by Emmanuel Garcia
· 7 years ago
0a000ae
Fix bug in ProcessWrapper (#37)
by Todd Volkert
· 8 years ago
3951d05
Fix bug in `ProcessWrapper` (#36)
by Todd Volkert
· 8 years ago
c6f3d9a
Rename Process to ProcessWrapper (#35)
by Todd Volkert
· 8 years ago
d6f2238
Add Process wrapper (#34)
by Todd Volkert
· 8 years ago
b8d73f0
Add returns to fix missing_return errors with 2.10.0-dev.1.0. (#33)
by Keerti Parthasarathy
· 8 years ago
4ae47f7
Repair tests (#30)
by zolotyh
· 8 years ago
47ea52f
Bump dependency on `package:file` (#29)
by Todd Volkert
· 8 years ago
a5b677c
Remove uppercase constants, fix tests for Dart 2 (#28)
by Keerti Parthasarathy
· 8 years ago
cf3115c
General cleanup (#25)
by Todd Volkert
· 8 years ago
3.0.1
0fd4b32
Cleanup getExecutablePath() to better respect the platform (#24)
by Todd Volkert
· 8 years ago
3.0.0
b02df3a
Bump file dependency (#23)
by Todd Volkert
· 8 years ago
2.0.9
c1952a5
Add a specific type to the map method in _getArguments (#22)
by Siva
· 8 years ago
2.0.8
5ad90d0
Fix a uses_dynamic_as_bottom error in record_replay/manifest.dart (#20)
by Sam Rawlins
· 8 years ago
6b2ec14
Remove @visibleForTesting from getExecutablePath (#21)
by Sam Rawlins
· 8 years ago
c83e989
Update changelog and bump version (#18)
by Todd Volkert
· 9 years ago
2.0.7
65bf824
Remove `set exitCode` (#17)
by Todd Volkert
· 9 years ago
0b3d680
Change uses of @checked to covariant, also rename .analysis_options t… (#15)
by Keerti Parthasarathy
· 9 years ago
f4b7b10
Update comment style generics (#14)
by Keerti Parthasarathy
· 9 years ago
3967388
Bump max Dart SDK to 2.0.0-dev.infinity (#12)
by Todd Volkert
· 9 years ago
2.0.5
6125728
Relax dependency requirement for `package:intl` (#11)
by Todd Volkert
· 9 years ago
2.0.4
5b44cb5
relax dependency requirement for platform (#9)
by Michael Goderbauer
· 9 years ago
2.0.3
5b3b64d
Fix new Dart 1.23.0-dev.10.0 function expression return type inference (#8)
by Sam Rawlins
· 9 years ago
2.0.2
53e6813
Don't attempt to write to stdout or stderr after stream is closed (#6)
by Todd Volkert
· 9 years ago
2.0.1
c9b5815
Updated package:file dependency to version 2.0.1 (#5)
by Todd Volkert
· 9 years ago
0f60b75
Fix Travis link in README (#4)
by Todd Volkert
· 9 years ago
cdab851
Make LocalProcessManager portable (#3)
by Michael Goderbauer
· 9 years ago
1f5e06e
Add const constructor to LocalProcessManager (#2)
by Todd Volkert
· 9 years ago
8a1b053
Prepare for 1.0.1 release
by Todd Volkert
· 10 years ago
10d8731
Add support for dynamic command elements. (#2)
by Todd Volkert
· 10 years ago
dd71333
Add AUTHORS file, and add license headers to .sh files
by Todd Volkert
· 10 years ago
a8008a6
Add contributing.md file
by Todd Volkert
· 10 years ago
fcbec28
Add build and coverage status (#1)
by Todd Volkert
· 10 years ago
45ea95a
Rename "tools" to "dev"
by Todd Volkert
· 10 years ago
72d652e
Cleanup
by Todd Volkert
· 10 years ago
c852724
Add interface definition, and implement local and record-replay variants.
by Todd Volkert
· 10 years ago
539d44c
Add skeleton project structure
by Todd Volkert
· 10 years ago
cc4030e
Initial commit
by Todd Volkert
· 10 years ago