index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
compiler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-42
/
+107
*
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Michael Brown
2015-03-05
1
-5
/
+0
*
[build] Remove unused __keepme macro
Michael Brown
2015-03-03
1
-8
/
+0
*
[build] Remove unused IMPORT_SYMBOL() and EXPORT_SYMBOL() macros
Michael Brown
2015-03-03
1
-48
/
+0
*
[legal] Add support for the Unmodified Binary Distribution Licence
Michael Brown
2015-03-02
1
-0
/
+11
*
[build] Allow for a debug level of zero
Michael Brown
2014-04-28
1
-15
/
+2
*
[build] Fix %.licence build target
Michael Brown
2013-07-16
1
-10
/
+13
*
[build] Avoid sparse undeclared symbol warning for PROVIDE_SYMBOL()
Michael Brown
2013-04-25
1
-0
/
+1
*
[console] Allow usage to be defined independently for each console
Michael Brown
2012-03-26
1
-13
/
+3
*
[debug] Ensure debug address and colourisation fields are fully initialised
Michael Brown
2012-03-06
1
-0
/
+3
*
[build] Allow DEBUG=... to affect builds of assembler source files
Michael Brown
2011-03-01
1
-6
/
+6
*
[debug] Add DBG_MD5() and related macros
Michael Brown
2010-12-09
1
-0
/
+61
*
[fnrec] Enhance function recording
Michael Brown
2010-12-09
1
-0
/
+13
*
[build] Remove unnecessary constraint on DBG_ENABLE()/DBG_DISABLE()
Michael Brown
2010-09-12
1
-2
/
+2
*
[compiler] Prevent empty weak function stubs from being removed
Joshua Oreman
2010-08-19
1
-0
/
+8
*
[build] Mark weak functions noinline
Stefan Hajnoczi
2010-07-14
1
-2
/
+9
*
[debug] Expose pause() and more() debugging functions
Michael Brown
2010-07-14
1
-24
/
+76
*
[build] Remove PACKED macro
Michael Brown
2010-05-29
1
-3
/
+0
*
[build] Use weak definitions instead of weak declarations
Joshua Oreman
2010-05-27
1
-31
/
+2
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-1
/
+1
*
[linker] Add safe weak symbol macros
Joshua Oreman
2010-01-20
1
-0
/
+36
*
[linker] Add mechanism for subsystem-dependent configuration options
Joshua Oreman
2009-11-20
1
-0
/
+5
*
[linker] Expand and correct symbol requirement macros
Joshua Oreman
2009-11-20
1
-10
/
+95
*
[legal] Add MIT licence declaration
Joshua Oreman
2009-08-09
1
-0
/
+10
*
[legal] Add mechanism for explicit per-file licence declarations
Michael Brown
2009-05-18
1
-0
/
+101
*
[build] Add {PROVIDE,REQUIRE}_SYMBOL macros and tidy up compiler.h
Michael Brown
2009-04-27
1
-41
/
+68
*
[build] Enable building with the Intel C compiler (icc)
Michael Brown
2009-03-26
1
-1
/
+2
*
[build] Fix building on gcc 3
Michael Brown
2009-02-16
1
-0
/
+2
*
[x86_64] Add support for compilation as an x86_64 binary
Michael Brown
2008-12-05
1
-0
/
+9
*
[i386] Rename __cdecl to __asmcall
Michael Brown
2008-11-19
1
-3
/
+2
*
[compiler] Allow for selective disabling of debug levels at runtime
Michael Brown
2008-10-01
1
-2
/
+17
*
[compiler] Add __always_inline macro
Michael Brown
2008-10-01
1
-0
/
+3
*
[legacy] Align legacy drivers' __shared data to the maximum possible
Michael Brown
2008-06-14
1
-1
/
+1
*
Add DBGLVL_IO to trace all memory-mapped I/O.
Michael Brown
2008-02-21
1
-0
/
+11
*
Merge commit 'holger/strings'
Michael Brown
2007-08-23
1
-0
/
+25
|
\
|
*
define malloc attribute
Holger Lubitz
2007-08-20
1
-0
/
+6
|
*
define __nonnull
Holger Lubitz
2007-08-02
1
-0
/
+7
|
*
define __pure and __const
Holger Lubitz
2007-08-02
1
-0
/
+12
*
|
Add barrier() primitive (was present in Eb5.4), used by some currently
Michael Brown
2007-08-18
1
-0
/
+5
|
/
*
Applied a modified version of holger's regparm patches.
Michael Brown
2007-07-29
1
-0
/
+3
*
Add per-file error identifiers
Michael Brown
2007-07-24
1
-0
/
+3
*
Use "dbg_stream" rather than "stream" as a variable name in
Michael Brown
2007-01-30
1
-3
/
+3
*
console.h is no longer needed for debugging
Michael Brown
2007-01-18
1
-1
/
+0
*
Add DBGLVL_PROFILE
Michael Brown
2007-01-18
1
-14
/
+28
*
Hex dumps are now integrated into the DBG() framework.
Michael Brown
2007-01-13
1
-5
/
+93
*
Added auto-colourising DBGC() macro
Michael Brown
2006-12-29
1
-40
/
+42
*
Inhibit compiler warnings on DBG() when building a non-debug object,
Michael Brown
2006-09-27
1
-2
/
+12
*
update DBG_DISCARD macro to allow the compiler to see the argument for compil...
Marty Connor
2006-09-14
1
-1
/
+3
*
Make DBG_DISCARD correct
Michael Brown
2006-06-01
1
-1
/
+1
*
Assertions are now handled via the POSIX-like <assert.h>.
Michael Brown
2006-03-23
1
-20
/
+3
[next]