buildtool-cvs Mailing List for Buildtool (Page 3)
Status: Alpha
Brought to you by:
jmmv
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(190) |
Jul
(66) |
Aug
(381) |
Sep
(312) |
Oct
(18) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(28) |
Feb
(52) |
Mar
(65) |
Apr
(2) |
May
(86) |
Jun
(2) |
Jul
(53) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Julio M. M. V. <jm...@us...> - 2004-07-09 11:26:20
|
Module name: buildtool Committed by: jmmv Date: Fri Jul 9 11:26:12 UTC 2004 Added Files: src/testsuite/check_progs: Config.bt test.sh Log Message: Replace the old and (completely?) useless testsuite with something more sophisticated. The goal is to have a full suite of (regression) tests that verify as most parts of Buildtool as possible (in the aim of TDD). This way one can add new features and check that they not break previous funcionality. It'll also be easier to check all the features before a new version is released. Up until now, it was a PITA, as I had to manually build and install Buildtool in several platforms, and check different projects that use it, all by hand. You can imagine that this is a very error prone (and boring) process. Each test should be able to execute a set of operations and then verify that the results are correct to what's expected. These steps are handled from the 'test.sh' script inside each subdirectory. By running 'test.sh' from the top directory, all tests are executed and a summary is printed at the very end showing which ones went successfully and which ones failed. This still lacks a lot of work (i.e., many more tests have to be added), but the basic functionality is already there. To generate a diff of this commit: cvs rdiff -r0 -r1.1 src/testsuite/check_progs/Config.bt \ src/testsuite/check_progs/test.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-07-09 11:26:20
|
Module name: buildtool Committed by: jmmv Date: Fri Jul 9 11:26:12 UTC 2004 Added Files: src/testsuite/check_envs: Config.bt test.sh Log Message: Replace the old and (completely?) useless testsuite with something more sophisticated. The goal is to have a full suite of (regression) tests that verify as most parts of Buildtool as possible (in the aim of TDD). This way one can add new features and check that they not break previous funcionality. It'll also be easier to check all the features before a new version is released. Up until now, it was a PITA, as I had to manually build and install Buildtool in several platforms, and check different projects that use it, all by hand. You can imagine that this is a very error prone (and boring) process. Each test should be able to execute a set of operations and then verify that the results are correct to what's expected. These steps are handled from the 'test.sh' script inside each subdirectory. By running 'test.sh' from the top directory, all tests are executed and a summary is printed at the very end showing which ones went successfully and which ones failed. This still lacks a lot of work (i.e., many more tests have to be added), but the basic functionality is already there. To generate a diff of this commit: cvs rdiff -r0 -r1.1 src/testsuite/check_envs/Config.bt \ src/testsuite/check_envs/test.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-07-09 11:26:18
|
Module name: buildtool Committed by: jmmv Date: Fri Jul 9 11:26:12 UTC 2004 Added Files: src/testsuite: CommonGeneric.bt test.sh test.subr Removed Files: src/testsuite: Generic.bt dotest.sh Log Message: Replace the old and (completely?) useless testsuite with something more sophisticated. The goal is to have a full suite of (regression) tests that verify as most parts of Buildtool as possible (in the aim of TDD). This way one can add new features and check that they not break previous funcionality. It'll also be easier to check all the features before a new version is released. Up until now, it was a PITA, as I had to manually build and install Buildtool in several platforms, and check different projects that use it, all by hand. You can imagine that this is a very error prone (and boring) process. Each test should be able to execute a set of operations and then verify that the results are correct to what's expected. These steps are handled from the 'test.sh' script inside each subdirectory. By running 'test.sh' from the top directory, all tests are executed and a summary is printed at the very end showing which ones went successfully and which ones failed. This still lacks a lot of work (i.e., many more tests have to be added), but the basic functionality is already there. To generate a diff of this commit: cvs rdiff -r0 -r1.1 src/testsuite/CommonGeneric.bt src/testsuite/test.sh \ src/testsuite/test.subr cvs rdiff -r1.13 -r0 src/testsuite/Generic.bt src/testsuite/dotest.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-07-09 09:57:31
|
Module name: buildtool Committed by: jmmv Date: Fri Jul 9 09:57:21 UTC 2004 Modified Files: src/bt_config: frontend.in Log Message: pwd is "print working directory", so it can't be changed. Fix a message to say cwd instead. To generate a diff of this commit: cvs rdiff -r1.53 -r1.54 src/bt_config/frontend.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-07-09 09:05:12
|
Module name: buildtool Committed by: jmmv Date: Fri Jul 9 09:05:07 UTC 2004 Modified Files: src: configure Log Message: Bump version to 0.17. To generate a diff of this commit: cvs rdiff -r1.144 -r1.145 src/configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-07-04 21:52:06
|
Module name: buildtool Committed by: jmmv Date: Sun Jul 4 21:49:33 UTC 2004 Modified Files: doc: CHANGES Log Message: Set release date for 0.16 to today. To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-07-04 21:47:02
|
Module name: buildtool Committed by: jmmv Date: Sun Jul 4 21:44:35 UTC 2004 Modified Files: src: CHANGES Log Message: Let's release 0.16; i.e., set date to today. To generate a diff of this commit: cvs rdiff -r1.66 -r1.67 src/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-06-26 18:42:13
|
Module name: buildtool Committed by: jmmv Date: Sat Jun 26 18:42:06 UTC 2004 Modified Files: src/bt_swcgen: bt_config.conf.in Log Message: Check for some more headers. This change has been in my tree for a long time... dunno what was it about in the first place, but it can't hurt. To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 src/bt_swcgen/bt_config.conf.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-06-07 17:29:34
|
Module name: buildtool Committed by: jmmv Date: Mon Jun 7 17:29:28 UTC 2004 Modified Files: src/bt_logic: stages.in Log Message: Be sure to clean up directories from the object directory hierarchy during a cleandir. To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 src/bt_logic/stages.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-20 08:53:27
|
Module name: buildtool Committed by: jmmv Date: Thu May 20 08:53:17 UTC 2004 Modified Files: src: TODO Log Message: + Cygwin support. To generate a diff of this commit: cvs rdiff -r1.66 -r1.67 src/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-20 08:53:24
|
Module name: buildtool Committed by: jmmv Date: Thu May 20 08:53:18 UTC 2004 Modified Files: src/doc: TODO.mdoc Log Message: + Cygwin support. To generate a diff of this commit: cvs rdiff -r1.59 -r1.60 src/doc/TODO.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 22:20:31
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 22:20:24 UTC 2004 Modified Files: src/bt_logic: program.subr.in Log Message: Rename the '.real' directory to 'real.bt'. There is no point in hiding it (we create lots of garbage anyway), and work directories are available to make things clearer. To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 src/bt_logic/program.subr.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 22:02:37
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 22:02:31 UTC 2004 Modified Files: src/doc: TODO.mdoc Log Message: Clarify an item (bt_config's automated checks). To generate a diff of this commit: cvs rdiff -r1.58 -r1.59 src/doc/TODO.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 22:02:36
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 22:02:29 UTC 2004 Modified Files: src: TODO Log Message: Clarify an item (bt_config's automated checks). To generate a diff of this commit: cvs rdiff -r1.65 -r1.66 src/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:58:28
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:58:22 UTC 2004 Modified Files: src: buildtool.spec Log Message: Update to 0.16 now, or I'll forget. Hope I get it right... To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 src/buildtool.spec Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:52:39
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:52:32 UTC 2004 Modified Files: src/doc: TODO.mdoc Log Message: Add an item: pkgflags file support should be removed (after improving pkgconfig file handling). To generate a diff of this commit: cvs rdiff -r1.57 -r1.58 src/doc/TODO.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:52:23
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:52:16 UTC 2004 Modified Files: src: TODO Log Message: Add an item: pkgflags file support should be removed (after improving pkgconfig file handling). To generate a diff of this commit: cvs rdiff -r1.64 -r1.65 src/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:46:37
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:46:30 UTC 2004 Modified Files: src/doc: CHANGES.mdoc Log Message: Note that unversioned dirs are not used any more (for now). To generate a diff of this commit: cvs rdiff -r1.70 -r1.71 src/doc/CHANGES.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:46:35
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:46:29 UTC 2004 Modified Files: src: CHANGES Log Message: Note that unversioned dirs are not used any more (for now). To generate a diff of this commit: cvs rdiff -r1.65 -r1.66 src/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:39:42
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:39:36 UTC 2004 Modified Files: src: configure Log Message: Disable the -n option for now (may cause confusion, as it's useless ATM). To generate a diff of this commit: cvs rdiff -r1.143 -r1.144 src/configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:37:18
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:37:12 UTC 2004 Modified Files: src/doc: README.mdoc Log Message: Remove (comment out, as may be needed in the future) documentation about configure's -n flag. None of the optional features is available at the moment. To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 src/doc/README.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:37:17
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:37:11 UTC 2004 Modified Files: src: README Log Message: Remove (comment out, as may be needed in the future) documentation about configure's -n flag. None of the optional features is available at the moment. To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 src/README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:33:16
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:33:09 UTC 2004 Modified Files: src/buildtool: Makefile.in Log Message: Use unversioned directories and binaries for now. This reduces complexity and makes things prettier (to the face of some Linux packagers). This was added in the first place to allow the coexistence of multiple major versions of Buildtool... but anyway, it was not perfect (meaning that some tweaks could be needed to make this possible). Furthermore, the 2.x branch is very far away, so we will readd this when really needed ;-) This change disables the wrapper, too. To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 src/buildtool/Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 21:33:15
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 21:33:07 UTC 2004 Modified Files: src: configure Log Message: Use unversioned directories and binaries for now. This reduces complexity and makes things prettier (to the face of some Linux packagers). This was added in the first place to allow the coexistence of multiple major versions of Buildtool... but anyway, it was not perfect (meaning that some tweaks could be needed to make this possible). Furthermore, the 2.x branch is very far away, so we will readd this when really needed ;-) This change disables the wrapper, too. To generate a diff of this commit: cvs rdiff -r1.142 -r1.143 src/configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Julio M. M. V. <jm...@us...> - 2004-05-14 16:43:17
|
Module name: buildtool Committed by: jmmv Date: Fri May 14 16:43:10 UTC 2004 Modified Files: src/bt_config: funcs.in general.in hdrs.in Log Message: delint. To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 src/bt_config/funcs.in cvs rdiff -r1.22 -r1.23 src/bt_config/hdrs.in cvs rdiff -r1.99 -r1.100 src/bt_config/general.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |