From 9044379955c49463715d93623e0785033d9d29b6 Mon Sep 17 00:00:00 2001 From: Alex Barker Date: Fri, 29 Aug 2014 23:34:56 -0700 Subject: [PATCH 1/7] Update AUTORECONF.md Fixed missing pipe. --- doc/AUTORECONF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/AUTORECONF.md b/doc/AUTORECONF.md index 1d6089f..ae4c14b 100644 --- a/doc/AUTORECONF.md +++ b/doc/AUTORECONF.md @@ -19,7 +19,7 @@ Use this task to update configuration files generated by ### Nested Elements [AutoreconfTask.Include](AUTORECONF.md) extends [CcTask.Include](CCTASK.md) -| Attribute | Type | Default | Description +| Attribute | Type | Default | | Description |----------------|----------|------------------------|----------------------------------------------------------------- | prepend | Boolean | False | Use -B instead of the default -I From f34a9d31f1f384a66d5c828d779a784dfc7e2ea8 Mon Sep 17 00:00:00 2001 From: Alex Barker Date: Fri, 29 Aug 2014 23:35:21 -0700 Subject: [PATCH 2/7] Update AUTORECONF.md Fixed it again ;) --- doc/AUTORECONF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/AUTORECONF.md b/doc/AUTORECONF.md index ae4c14b..58a9050 100644 --- a/doc/AUTORECONF.md +++ b/doc/AUTORECONF.md @@ -20,7 +20,7 @@ Use this task to update configuration files generated by [AutoreconfTask.Include](AUTORECONF.md) extends [CcTask.Include](CCTASK.md) | Attribute | Type | Default | | Description -|----------------|----------|------------------------|----------------------------------------------------------------- +|----------------|----------|---------|--------------|----------------------------------------------------------------- | prepend | Boolean | False | Use -B instead of the default -I From d77f7b81cbf57f7a1d1d3f3901d143bed0816666 Mon Sep 17 00:00:00 2001 From: Alex Barker Date: Fri, 29 Aug 2014 23:36:06 -0700 Subject: [PATCH 3/7] Update AUTORECONF.md --- doc/AUTORECONF.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/AUTORECONF.md b/doc/AUTORECONF.md index 58a9050..69cacd9 100644 --- a/doc/AUTORECONF.md +++ b/doc/AUTORECONF.md @@ -20,8 +20,8 @@ Use this task to update configuration files generated by [AutoreconfTask.Include](AUTORECONF.md) extends [CcTask.Include](CCTASK.md) | Attribute | Type | Default | | Description -|----------------|----------|---------|--------------|----------------------------------------------------------------- -| prepend | Boolean | False | Use -B instead of the default -I +|----------------|----------|------------------------|----------------------------------------------------------------- +| prepend | Boolean | False | Use -B instead of the default -I ### Example From 8db26b0ae95dcf25c172a71a7e461ea3334d9088 Mon Sep 17 00:00:00 2001 From: Alex Barker Date: Fri, 29 Aug 2014 23:36:30 -0700 Subject: [PATCH 4/7] Update AUTORECONF.md --- doc/AUTORECONF.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/AUTORECONF.md b/doc/AUTORECONF.md index 69cacd9..cfae16d 100644 --- a/doc/AUTORECONF.md +++ b/doc/AUTORECONF.md @@ -19,6 +19,7 @@ Use this task to update configuration files generated by ### Nested Elements [AutoreconfTask.Include](AUTORECONF.md) extends [CcTask.Include](CCTASK.md) + | Attribute | Type | Default | | Description |----------------|----------|------------------------|----------------------------------------------------------------- | prepend | Boolean | False | Use -B instead of the default -I From 62d7f03af26fba67aa1671af646d8396c7e8d960 Mon Sep 17 00:00:00 2001 From: Alex Barker Date: Fri, 29 Aug 2014 23:37:07 -0700 Subject: [PATCH 5/7] Update AUTORECONF.md --- doc/AUTORECONF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/AUTORECONF.md b/doc/AUTORECONF.md index cfae16d..5381279 100644 --- a/doc/AUTORECONF.md +++ b/doc/AUTORECONF.md @@ -20,7 +20,7 @@ Use this task to update configuration files generated by [AutoreconfTask.Include](AUTORECONF.md) extends [CcTask.Include](CCTASK.md) -| Attribute | Type | Default | | Description +| Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | prepend | Boolean | False | Use -B instead of the default -I From 08aa3df2e21746f7a3ae9ec570bc1941423015a7 Mon Sep 17 00:00:00 2001 From: Alex Barker Date: Fri, 29 Aug 2014 23:37:47 -0700 Subject: [PATCH 6/7] Update CC.md --- doc/CC.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/CC.md b/doc/CC.md index 65a398e..07327c7 100644 --- a/doc/CC.md +++ b/doc/CC.md @@ -19,17 +19,20 @@ Use this task to call the native compiler directly. ### Nested Elements [CcTask.Arg](CCTASK.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | value | String | "" | Argument to pass to the native compiler [CcTask.Define](CCTASK.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | name | String | | Name of defined variable | value | String | | Value of defined variable [CcTask.Include](CCTASK.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | path | String | "." | Argument to pass to the native compiler From 0c6ec11592364a7d32e4813840f8ebc2a1268346 Mon Sep 17 00:00:00 2001 From: Alex Barker Date: Fri, 29 Aug 2014 23:38:21 -0700 Subject: [PATCH 7/7] Update LD.md --- doc/LD.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/LD.md b/doc/LD.md index aa0018c..9c27392 100644 --- a/doc/LD.md +++ b/doc/LD.md @@ -5,6 +5,7 @@ Use this task to call the native linker directly. ### Parameters + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | outfile | File | | Folder to execute the task in @@ -14,6 +15,7 @@ Use this task to call the native linker directly. ### Nested Elements [LDTask.LIBRARY](LD.md) + | Attribute | Type | Default | Description |----------------|----------|------------------------|----------------------------------------------------------------- | lib | String | | Name of the library to link against