index
:
delta/yasm.git
0.2
0.3
0.4
0.5
0.5.0
0.5.0rc2
0.6
0.6.0
0.6.1
0.6.2
0.7
0.7.0
0.7.1
0.7.2
0.8
0.8.0
1.0
1.0.0
1.0.1
1.1
1.1.0
baserock/danielsilverstone/vagrant-support
baserock/morph
master
multiarch
github.com: yasm/yasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
preprocs
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use queue.h HEAD macros more portably (also avoiding compiler warning).
Peter Johnson
2010-01-03
1
-1
/
+1
*
Don't assume CPP_PROG is 3 characters long (e.g. "gcc -E" isn't).
Peter Johnson
2008-11-25
1
-1
/
+1
*
Add cmake build infrastructure.
Peter Johnson
2008-05-22
1
-0
/
+3
*
Split NASM preprocessor standard macro set between various modules.
Peter Johnson
2008-05-09
1
-1
/
+8
*
Support use of EQU values within NASM preprocessor.
Peter Johnson
2007-11-03
1
-1
/
+2
*
Change preprocessor interface from block-oriented to line-oriented.
Peter Johnson
2007-11-03
1
-10
/
+41
*
cpp-preproc.c: Fix typo in description (enternal -> external).
Peter Johnson
2007-10-22
1
-1
/
+1
*
Autoconfize cpp program name and popen. This commit inactivates cpp in the
Peter Johnson
2007-09-20
1
-6
/
+13
*
* Added code to the cpp module to pass include directories to the cpp program.
paulbarker
2007-09-18
1
-7
/
+14
*
Added dependency generation to cpp module.
paulbarker
2007-09-10
1
-8
/
+72
*
Delayed destruction of arguments list until cpp_preproc_destroy() in cpp module.
paulbarker
2007-09-10
1
-10
/
+15
*
* Marked message strings so gettext can find them.
paulbarker
2007-09-01
1
-2
/
+2
*
Removed FILE* argument from preprocessor create() interface. The preprocessor...
paulbarker
2007-08-30
1
-15
/
+1
*
Changed cpp module to destroy the argument list and free the memory it uses.
paulbarker
2007-08-30
1
-9
/
+5
*
Modified cpp module to read directly from the preprocessor using a pipe, rath...
paulbarker
2007-08-30
1
-21
/
+7
*
Simplified cpp module, re-structuring much of the code and improving comments.
paulbarker
2007-08-29
1
-64
/
+87
*
Cleaned up cpp_invoke() function and removed call to asprintf().
paulbarker
2007-08-29
1
-31
/
+24
*
Initial version of cpp module (on multiarch branch).
paulbarker
2007-08-29
2
-0
/
+302