Jonathan G Rennison
|
674732cd68
|
Merge: Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-11 18:14:13 +01:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
Jonathan G Rennison
|
d5ee9d34da
|
Merge branch 'cpp-11' into crashlog_improvements
# Conflicts:
# Makefile.src.in
# projects/determineversion.vbs
# source.list
# src/crashlog.cpp
# src/misc.cpp
# src/os/unix/crashlog_unix.cpp
# src/os/windows/crashlog_win.cpp
# src/rev.h
# src/thread/thread.h
# src/thread/thread_morphos.cpp
# src/thread/thread_none.cpp
# src/thread/thread_os2.cpp
# src/thread/thread_pthread.cpp
# src/thread/thread_win32.cpp
|
2019-04-09 19:21:39 +01:00 |
|
Michael Lutz
|
967b27a2c1
|
Codechange: C++11 STL has a function for getting the number of CPU cores.
|
2019-04-06 11:27:39 +02:00 |
|
Michael Lutz
|
ae748166d0
|
Codechange: Use platform independent C++11 function for sleeping on a thread.
|
2019-04-06 11:27:39 +02:00 |
|
Michael Lutz
|
05bc2ed7cb
|
Codechange: Replace custom thread code with C++11 thread objects.
We assume a conforming C++11 compiler environment that has a valid <thread>-header.
Failure to run a real thread is handled gracefully.
|
2019-04-06 11:27:39 +02:00 |
|
alberth
|
95bb103a23
|
(svn r27643) -Codechange: FiosGetDrives function also takes a destination file list.
|
2016-09-04 12:54:30 +00:00 |
|
alberth
|
f618c0d0a5
|
(svn r27643) -Codechange: FiosGetDrives function also takes a destination file list.
|
2016-09-04 12:54:30 +00:00 |
|
rubidium
|
10466746b4
|
(svn r27290) -Fix: sanitize the command line arguments before doing anything complex with them
|
2015-05-20 18:18:26 +00:00 |
|
rubidium
|
dde669e6d3
|
(svn r27290) -Fix: sanitize the command line arguments before doing anything complex with them
|
2015-05-20 18:18:26 +00:00 |
|
frosch
|
396dde1636
|
(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)
|
2014-12-24 17:17:18 +00:00 |
|
frosch
|
93fb724f87
|
(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)
|
2014-12-24 17:17:18 +00:00 |
|
frosch
|
ef4c2ce031
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
frosch
|
24c7134bff
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
5b2a5ac790
|
(svn r25506) -Document: a function, and name it slightly better
|
2013-06-28 21:11:35 +00:00 |
|
rubidium
|
17951f57a5
|
(svn r25506) -Document: a function, and name it slightly better
|
2013-06-28 21:11:35 +00:00 |
|
michi_cc
|
a0f3649c1a
|
(svn r23481) -Add: Function to get the CPU core count.
|
2011-12-10 16:54:41 +00:00 |
|
michi_cc
|
62ea921e2f
|
(svn r23481) -Add: Function to get the CPU core count.
|
2011-12-10 16:54:41 +00:00 |
|
rubidium
|
1d0d7635e0
|
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled...
|
2011-02-07 22:49:38 +00:00 |
|
rubidium
|
8183922813
|
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled...
|
2011-02-07 22:49:38 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
9fd2afb147
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
michi_cc
|
049d62b35c
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
|
michi_cc
|
d6da4f24ad
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
|
rubidium
|
bc8e66c202
|
(svn r17336) -Codechange: move some os specific files into src/os/
|
2009-08-31 22:38:37 +00:00 |
|
rubidium
|
19b83eb5aa
|
(svn r17336) -Codechange: move some os specific files into src/os/
|
2009-08-31 22:38:37 +00:00 |
|