1
0
Fork 0
Commit graph

35 commits

Author SHA1 Message Date
Patryk Obara
ff2968df3f Move 'likely' macros to the compiler support header
This makes it easier to move away from autoconfig in the future.

Also, use '!!' C trick to prevent accidental incorrect usage of
these macros.
2019-12-29 20:04:39 +01:00
Patryk Obara
3a68ba2b26 Indicate system includes for relevant SDL headers 2019-12-26 03:23:19 +01:00
Patryk Obara
185c8af6f5 Update buildsystem to target SDL2
Replace sdl-config with sdl2-config, and add few smaller changes.
2019-12-26 03:23:19 +01:00
Patryk Obara
7d21bb1408 Move definition out of autoconfig 2019-12-03 05:12:28 +01:00
Peter Veenstra
8cb2e08f31 Refinements of commit 4291, so that precission can be specified as well and less fixed defines are used
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4292
2019-11-19 16:16:06 +00:00
Peter Veenstra
01fe58047e Try to solve the Bitu formatting warning on all supported platforms (both 32 and 64 bit). Did a few places. Still a lot to go. Changed default display of Bitu to be unsigned instead of signed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4291
2019-11-18 21:08:57 +00:00
Peter Veenstra
1fbaff47fc Update year and address of FSF
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4183
2019-01-25 14:09:58 +00:00
Peter Veenstra
2f09b52de8 Fix typos reported by lintian and change DosBox to DOSBox.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4161
2018-09-14 19:53:55 +00:00
Peter Veenstra
5bb10db88b Time keeps on ticking
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4109
2018-05-29 12:58:58 +00:00
Peter Veenstra
6cf39c1fc6 Years update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4021
2017-05-30 11:35:08 +00:00
Peter Veenstra
0f4c92ca32 Year update.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3878
2015-01-06 14:40:32 +00:00
Peter Veenstra
2fea508f7f Year update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3812
2013-01-15 09:03:13 +00:00
Peter Veenstra
999f33de27 Update year. Remove CVS tags
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3700
2011-04-26 09:34:55 +00:00
Peter Veenstra
8d3975cbe1 annoyed by a space.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3554
2010-02-28 19:09:39 +00:00
Peter Veenstra
a78b2c4f8b Update year
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3548
2010-02-11 13:36:50 +00:00
Peter Veenstra
82ce78b0af Fix typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3509
2009-12-01 12:27:32 +00:00
Peter Veenstra
6d67340c56 add GCC_LIKELY
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3494
2009-11-06 14:00:13 +00:00
Peter Veenstra
16d14b78e1 Some year and version numbers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3410
2009-05-27 09:15:42 +00:00
Sjoerd van der Berg
3ac8b9963b Fix __always__inline attribute
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3362
2009-04-26 19:12:39 +00:00
Sjoerd van der Berg
88caf1dc71 Add compiler testing for always_inline attribute
Add compiler testing for fastcall attribute
Add the FASTCALL define to visual c
Remove some overkill inline routines
Make sure that all the inline routines in headers are static


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3355
2009-04-25 16:25:03 +00:00
Peter Veenstra
fdd16dea1a Happy New Year\!
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2728
2007-01-08 19:45:42 +00:00
Peter Veenstra
df67775306 time passes on and on....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2480
2006-02-09 11:47:57 +00:00
Peter Veenstra
4a2808a9a6 check for builtin_expect and define GCC_UNLIKELY
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2188
2005-04-21 21:03:19 +00:00
Peter Veenstra
2094d8b985 Year update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
2005-02-10 10:21:12 +00:00
Peter Veenstra
c75cb24491 made aclocal/automake 1.8 a bit more happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1889
2004-07-18 15:35:11 +00:00
Sjoerd van der Berg
c1a88974e0 Detect sizeof the dosbox data types
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1771
2004-04-20 06:53:36 +00:00
Sjoerd van der Berg
ad6ba002e1 Some new configure options for core inlining and heavy debugging.
Fixed the --disable-fpu option


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1204
2003-08-24 14:44:32 +00:00
Sjoerd van der Berg
df749c8286 Changed configure to enable FPU by default
Rewrote some scripts


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1074
2003-06-18 07:20:46 +00:00
Sjoerd van der Berg
da94184eda Alsa m4 macros
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@821
2003-03-27 23:25:44 +00:00
Sjoerd van der Berg
95dda663a0 Some fixes to allow autoconf to run
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@734
2003-03-10 15:02:58 +00:00
Sjoerd van der Berg
8de6c90eb3 Enable/Disable support for debugger and screenshots
Bettter checks for libpng and libcurses
Removal of settings.h file


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@733
2003-03-10 14:30:27 +00:00
Sjoerd van der Berg
b428e51d3d Fix to GCC_ATTRIBUTE
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@220
2002-08-25 16:39:45 +00:00
Sjoerd van der Berg
4e5fe4159f Rewrote C_HAS_ATTRIBUTE stuff
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@214
2002-08-25 15:36:55 +00:00
Sjoerd van der Berg
a320c1d9f6 New Autoheader scripts to create a better config.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@206
2002-08-24 07:49:58 +00:00
Sjoerd van der Berg
42e5d0b779 First CVS upload.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00