Rémi Verschelde
|
751b16a285
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
|
3 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
b3c555504f
Improve documentation and simplifies code for `File::get_csv_line()`
|
4 years ago |
Rémi Verschelde
|
32047ffd9c
FileAccess: Don't err in `store_buffer` with buffer of size 0
|
4 years ago |
Pedro J. Estébanez
|
817ffc01e1
Make all file access 64-bit (`uint64_t`)
|
6 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
64a63e0861
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
4 years ago |
Alex Hirsch
|
0b541af8a1
Allow nullptr with zero length in FileAccess get_buffer
|
4 years ago |
Alex Hirsch
|
5a882a659a
Add parameter checkes to FileAccess get_buffer functions
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Alf Kraus
|
70fc0d45f7
wrong double quote output with .csv fixed
|
4 years ago |
Pedro J. Estébanez
|
fa08b0f377
Improve/fix packed data API
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
6 years ago |
Fabio Alessandrelli
|
c19871af6d
Move CryptoCore to it's own folder.
|
6 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
Fabio Alessandrelli
|
564d93ff10
CryptoCore class to access to base crypto utils.
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
qarmin
|
072e40368e
Fix always true/false values
|
6 years ago |
Juan Linietsky
|
cd4449e7ab
Add FileAccess::set_unix_permissions for Unix platforms
|
6 years ago |
Juan Linietsky
|
a20235aeb0
Add ability to edit editor feature profiles
|
6 years ago |
George Marques
|
4f0590338f
Add function to get String from FileAccess
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Chaosus
|
70c3270dfa
Removed error message arriving whenever csv file changed
|
6 years ago |
allkhor
|
eacb8600f4
FileAccess::store_csv_line() don't added unnecessary double quotes.
|
6 years ago |
Kanabenki
|
48166a9f3c
Add store_csv_line method for File
|
6 years ago |
Rémi Verschelde
|
7b081a7fc8
Fix warnings about unhandled enum value in switch [-Wswitch]
|
7 years ago |
Rémi Verschelde
|
cdc411fd54
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more
|
7 years ago |