Robert MacGregor
|
4ef3f89280
* BugFix: Correct a minor post-merge typo.
|
3 年之前 |
Robert MacGregor
|
1e9aa8b86f
Merge branch 'Preview4_0' into str_cpp_memory_experiment
|
3 年之前 |
Robert MacGregor
|
704113577b
* Cleanup: Remove leftover comments from str.cpp.
|
3 年之前 |
Robert MacGregor
|
6d0e81763b
* BugFix: Correct not setting the string to interned when allocating a StringData with a DataChunker in str.cpp.
|
3 年之前 |
Robert MacGregor
|
2cdfe70e50
* Experiment: Change the way StringData is allocated in the code, experimentally.
|
3 年之前 |
Robert MacGregor
|
d7ed88494e
* BugFix: Correct placement of the TORQUE_NOINLINE statements for MSVC compat.
|
3 年之前 |
Robert MacGregor
|
1b55dce613
* Workaround: Implement noinline attributes for problematic functions in str.cpp due to what appears to be GCC compiler bugs.
|
3 年之前 |
Lukas Aldershaab
|
c999baf7ed
Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense.
|
4 年之前 |
AzaezelX
|
81a4e47235
crashfix-string deconstructor
|
5 年之前 |
Lukas Joergensen
|
e718841467
Eliminate DefineConsoleFunction
|
7 年之前 |
DTFuchs
|
f79c688596
Update str.cpp
|
8 年之前 |
Areloch
|
dba8b5b327
Merge branch 'development' into Xenon_Removal
|
8 年之前 |
klaus95
|
d6fd1a49ca
Fix for bug #1738
|
8 年之前 |
Areloch
|
ed14b6fced
Removes bits of code and includes that are based on old 360, xbox and PS3 flags that are no longer needed.
|
8 年之前 |
Anis
|
794f1b9536
Merge pull request #1532 from GarageGames/pr/1143
|
9 年之前 |
Daniel Buckmaster
|
a49c9abf41
Merge pull request #1258 from bpay/fix-bad-assert
|
10 年之前 |
RichardRanft
|
6c9cff4c68
Update str.cpp
|
10 年之前 |
RichardRanft
|
38413be513
Update str.cpp
|
10 年之前 |
RichardRanft
|
3ddd9b8a4c
Add static String::isEmpty(const char*) method and use it to verify path for Forest::saveDataFile() is not empty.
|
10 年之前 |
Ben Payne
|
fbcc79dcd0
Don't call strlen on data that might not be null-terminated
|
10 年之前 |
Nathan Bowhay
|
02f859c150
Fixed spacing to fit GG standards.
|
10 年之前 |
Nathan Bowhay
|
c98e95e6ff
Forgot supporting method
|
10 年之前 |
Ben Payne
|
fcf52fb5e0
Rename the memory allocating versions to make prev error less likely
|
10 年之前 |
Luis Anton Rebollo
|
6492028bb2
Merge pull request #1035 from bpay/memfixes
|
10 年之前 |
LuisAntonRebollo
|
3336bffad2
Changes for Linux.
|
10 年之前 |
Ben Payne
|
50238fb2ac
Casts are stronger than necessary
|
10 年之前 |
Vincent Gee
|
acb192e2a5
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
|
10 年之前 |
Thomas Fischer
|
353ecb5961
Merge pull request #670 from BeamNG/fix_string_dereference_null_ptr
|
11 年之前 |
LuisAntonRebollo
|
32a73f9eb2
Fix Dereference of null pointer on String::operator+=.
|
11 年之前 |
Thomas Fischer
|
6d8e0d7e25
refactored platform precompiler variable: TORQUE_OS_WIN{32,64,}
|
11 年之前 |