newmansnj
|
f4319f670c
|
Update piomaxlen.py change from 8192 to 8191 MAX_LINE_LENGTH (#4856)
The maximum length of the string that you can use at the command prompt is 8191 characters.
This limitation applies to:
the command line
individual environment variables that are inherited by other processes, such as the PATH variable
all environment variable expansions
If you use Command Prompt to run batch files, this limitation also applies to batch file processing.
https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation#:~:text=The%20maximum%20length%20of%20the,such%20as%20the%20PATH%20variable
|
2024-02-09 08:20:40 +02:00 |
|
Ivan Kravets
|
4d755f2692
|
Remove deprecated "absolute_import"
|
2022-08-01 19:47:27 +03:00 |
|
Ivan Kravets
|
9ae67fdad9
|
Fixed an issue on Windows OS when flags were wrapped to the temporary file while generating compilation database
|
2022-06-20 14:49:39 +03:00 |
|
Ivan Kravets
|
d819617d2b
|
Specify encoding for "open()" functions
|
2021-08-28 13:10:07 +03:00 |
|
Ivan Kravets
|
a78db17784
|
Drop support for Python 2
|
2021-03-19 00:21:44 +02:00 |
|
Ivan Kravets
|
e63019c469
|
Fixed a "The command line is too long" issue with a linking process on Windows // Resolve #3827
|
2021-02-01 12:52:00 +02:00 |
|
Ivan Kravets
|
d77dbb2cca
|
Use "TEMPFILEARGESCFUNC" for GCC workaround on Windows
|
2021-01-27 20:30:28 +02:00 |
|
Ivan Kravets
|
7810946484
|
Use project build folder for tempfile workaround with command maxlen
|
2021-01-27 18:47:54 +02:00 |
|
Ivan Kravets
|
e2906e3be5
|
Refactored a workaround for a maximum command line character limitation // Resolve #3792
|
2021-01-27 16:10:13 +02:00 |
|
Ivan Kravets
|
ce6b96ea84
|
Use native open/io.open for file contents reading/writing
|
2020-03-05 23:52:13 +02:00 |
|
Ivan Kravets
|
6218b773fd
|
Better support for file contents writing // Issue #2796
|
2019-10-17 18:48:59 +03:00 |
|
Ivan Kravets
|
ab5650f84b
|
Use max line length hooks for all systems
|
2019-10-02 23:46:42 +03:00 |
|