An open API service providing commit metadata for open source projects.

GitHub / lukeredpath/xcodebuild-rb / commits

SHA Message Author Date Stats
3d301975 At some point xcodebuild started using export instead of setenv. Luke Redpath <l****e@l****k> about 12 years ago
078b56d9 Update gems. Luke Redpath <l****e@l****k> about 12 years ago
689feb53 Add before hooks. Luke Redpath <l****e@l****k> over 13 years ago
411e5bfa Handle command line provided settings. Luke Redpath <l****e@l****k> over 13 years ago
2754ca2e Fix build settings output for multiple targets. Luke Redpath <l****e@l****k> over 13 years ago
684180b8 Add a method and task for getting build settings from Xcode. Luke Redpath <l****e@l****k> over 13 years ago
cd1cf658 Make it easier to set a built-in formatter. Luke Redpath <l****e@l****k> over 13 years ago
eadcfbb4 Support adding custom build settings. Luke Redpath <l****e@l****k> about 14 years ago
ebb874e5 Added support for Xcode's install command. Luke Redpath <l****e@l****k> about 14 years ago
b0ca115d Use better test data Luke Redpath <l****e@l****k> over 14 years ago
ae9897a9 Added spec for Xcode 4.3.2 error/warning format Luke Redpath <l****e@l****k> over 14 years ago
9dbecd9a Fix broken specs to account for quoting Luke Redpath <l****e@l****k> over 14 years ago
b56a5d63 merge Merge pull request #4 from walm/master Luke Redpath <l****e@l****k> over 14 years ago
452482c6 Detect warning and error from xcode 4.3.2 output Andreas Wålm <a****s@w****t> over 14 years ago
7befa211 Allow whitespace build parameters Andreas Wålm <a****s@w****t> over 14 years ago
5a2b6d3f Added a setting for logging raw xcodebuild output to disk. Luke Redpath <l****e@l****k> over 14 years ago
e8a71e23 Time.parse needs a require Luke Redpath <l****e@l****k> over 14 years ago
a095237c Forgot to update clean specs Luke Redpath <l****e@l****k> over 14 years ago
d9d243b5 No longer using Chronic Luke Redpath <l****e@l****k> over 14 years ago
b7d1b50b See if we can make this test a bit more deterministic and reliable Luke Redpath <l****e@l****k> over 14 years ago
913bf70d Display error and warning totals. Luke Redpath <l****e@l****k> over 14 years ago
723a81a1 Print warnings whilst printing build progress. Luke Redpath <l****e@l****k> over 14 years ago
81b8151a Move warnings before the "finished" line. Luke Redpath <l****e@l****k> over 14 years ago
33a0d94e Improve display of build warnings. Luke Redpath <l****e@l****k> over 14 years ago
1c2e0300 Report warnings at the end of a build Luke Redpath <l****e@l****k> over 14 years ago
947a99f6 Track warnings when translating builds Luke Redpath <l****e@l****k> over 14 years ago
92936b28 Handle hyphens in target names when translating build output Luke Redpath <l****e@l****k> over 14 years ago
fd0665b7 Make build action reporting optional Luke Redpath <l****e@l****k> over 14 years ago
c33ac8b7 Some improved formatting: Luke Redpath <l****e@l****k> over 14 years ago
bca37b4b Updated changes and gem spec. Luke Redpath <l****e@l****k> over 14 years ago
9032a173 Handle spaces and periods in the project name. Luke Redpath <l****e@l****k> over 14 years ago
8d1d4eb4 Added changelog and bumped version Luke Redpath <l****e@l****k> over 14 years ago
05fd6f01 Added after archive/clean hooks. Luke Redpath <l****e@l****k> over 14 years ago
ffd1b1ae Add a second scheme to the failing example project that has a failing post-ac... Luke Redpath <l****e@l****k> over 14 years ago
34ea85d4 merge Merge branch 'master' of github.com:lukeredpath/xcodebuild-rb Luke Redpath <l****e@l****k> over 14 years ago
18a86375 Fixed specs. Luke Redpath <l****e@l****k> over 14 years ago
0ec4bd5a Ignore xcuserdata in sample project Luke Redpath <l****e@l****k> over 14 years ago
fc6f253d Handle cases where xcodebuild exits with a zero exit code despite failures. (... Luke Redpath <l****e@l****k> over 14 years ago
40322d92 Build steps should always be "failed" if they have an error. Luke Redpath <l****e@l****k> over 14 years ago
ed927fc1 Support build and archive through the build translator. Luke Redpath <l****e@l****k> over 14 years ago
4272da48 Handle build step errors that result from a command failing (such as /bin/sh ... Luke Redpath <l****e@l****k> over 14 years ago
50ef911a merge Merge pull request #1 from Fingertips/master Luke Redpath <l****e@l****k> over 14 years ago
f28be3ef require_relative isn't needed at all Eloy Duran <e****e@g****m> over 14 years ago
81b9f6f8 Add a failing example which breaks xcodebuild-rb when archiving. Eloy Duran <e****e@g****m>
Committed by: Luke Redpath <l****e@l****k>
over 14 years ago
280c36e2 Include Rake::DSL in tasks if it exists. Eloy Duran <e****e@g****m> over 14 years ago
4ec05e4d Load the tasks by default. Eloy Duran <e****e@g****m> over 14 years ago
37fa59a3 Add note to README Eloy Duran <e****e@g****m> over 14 years ago
d9e6b99c Generate an archive task. Eloy Duran <e****e@g****m> over 14 years ago
acd910ee Make it work on Ruby 1.8 Eloy Duran <e****e@g****m> over 14 years ago
88d8eb6d Helper method for getting at the built products directory. Luke Redpath <l****e@l****k> over 14 years ago
46caa4d6 setenv lines actually begin with whitespace, not a tab. Luke Redpath <l****e@l****k> over 14 years ago
4812ec4f Add support for an after_build hook. Luke Redpath <l****e@l****k> over 14 years ago
e45fc284 Improve spec coverage for build and clean task. Luke Redpath <l****e@l****k> over 14 years ago
ee5e8f3c Always use a reporter and output translator. Luke Redpath <l****e@l****k> over 14 years ago
2ec5137b By adding an empty Run Script Phase with Show Environment Variables enabled, ... Luke Redpath <l****e@l****k> over 14 years ago
5655eddc Use raise instead of exit, otherwise we'll halt dependent tasks Luke Redpath <l****e@l****k> over 14 years ago
145d83ad Add a specs for exiting and fix broken specs Luke Redpath <l****e@l****k> over 14 years ago
1f345dc1 Rake tasks should exit with the same status as xcodebuild. Luke Redpath <l****e@l****k> over 14 years ago
a4ac71bb Fixed this require Luke Redpath <l****e@l****k> over 14 years ago
0daa143c Missing new line Luke Redpath <l****e@l****k> over 14 years ago
39957011 Release tasks Luke Redpath <l****e@l****k> over 14 years ago
279a68d1 Fix Rake deprecation warnings from Rdoc. Luke Redpath <l****e@l****k> over 14 years ago
2edfaa76 Gemify the project Luke Redpath <l****e@l****k> over 14 years ago
9d7bff5d Repository has been renamed Luke Redpath <l****e@l****k> over 14 years ago
3d5b426f Update README and add LICENSE Luke Redpath <l****e@l****k> over 14 years ago
b40ed776 Add a Travis build status badge to the README Luke Redpath <l****e@l****k> over 14 years ago
3602f1e4 Leaving out the parens on super in 1.9.3 seems to pass up arguments, but not ... Luke Redpath <l****e@l****k> over 14 years ago
3996b7e9 Travis requires an explicit gemfile source Luke Redpath <l****e@l****k> over 14 years ago
c235e0d7 Configure project to run on Travis CI Luke Redpath <l****e@l****k> over 14 years ago
4117e378 Allow a reporter to be set explicitly (this helps with debugging). Luke Redpath <l****e@l****k> over 14 years ago
dc18d67b Some errors don't always have files. Luke Redpath <l****e@l****k> over 14 years ago
fcd5a24d It helps if we notify when cleaning fails. Luke Redpath <l****e@l****k> over 14 years ago
c8032610 Renamed some terminology to make it more inline with Xcode. Luke Redpath <l****e@l****k> over 14 years ago
775a14d2 Refactor duplication between build/clean reporting into separate command/acti... Luke Redpath <l****e@l****k> over 14 years ago
cd70acab Support cleaning failures. Luke Redpath <l****e@l****k> over 14 years ago
f05b89cb We don't need to create manual rake tasks anymore as we can use the built-in ... Luke Redpath <l****e@l****k> over 14 years ago
1d56d009 Extended the progress formatter to support cleaning as well as building. Luke Redpath <l****e@l****k> over 14 years ago
7460434e Implement the clean reporting module; still need to eliminate the duplication... Luke Redpath <l****e@l****k> over 14 years ago
937c7d38 The behaviour of the reporter is very much dependent on the callbacks it rece... Luke Redpath <l****e@l****k> over 14 years ago
2c3f3bd1 Added translations for the clean command. Luke Redpath <l****e@l****k> over 14 years ago
c55e4470 Only include the translation under test in the specs. Luke Redpath <l****e@l****k> over 14 years ago
323cc515 Starting to put together a task library for building and cleaning. Luke Redpath <l****e@l****k> over 14 years ago
00c357cc Empty shell for rake task generation. Luke Redpath <l****e@l****k> over 14 years ago
d312a3c6 These formatters aren't used anymore. Luke Redpath <l****e@l****k> over 14 years ago
414676a2 Spec for duration reporting. Luke Redpath <l****e@l****k> over 14 years ago
bcb1f91b Add duration tracking and fixed a few other little bugs. Luke Redpath <l****e@l****k> over 14 years ago
83b5b6ec Ensure we can find the correct action. Luke Redpath <l****e@l****k> over 14 years ago
21316f68 Update the build state before notifying. Luke Redpath <l****e@l****k> over 14 years ago
307a9023 Everything needs a README Luke Redpath <l****e@l****k> over 14 years ago
50a9fb97 Added a rake task to run the specs. Luke Redpath <l****e@l****k> over 14 years ago
7a1afa54 The build reporter has it's own delegate that operates at a higher level than... Luke Redpath <l****e@l****k> over 14 years ago
d11e9c20 Use the build reporter to build up a picture of the build state. Luke Redpath <l****e@l****k> over 14 years ago
c5a3df45 It makes sense to move the tracking of a build's state into a dedicated Build... Luke Redpath <l****e@l****k> over 14 years ago
847b7191 These should be shared between contexts Luke Redpath <l****e@l****k> over 14 years ago
ef51a956 Started to iterate over a "build reporter" class. Luke Redpath <l****e@l****k> over 14 years ago
5a66d75d Handle inline build errors. Luke Redpath <l****e@l****k> over 14 years ago
8bdf3124 Separated the specs for the core translator functionality and the building tr... Luke Redpath <l****e@l****k> over 14 years ago
dbdc4cea Allow the OutputTranslator to be composed of different "translation" modules. Luke Redpath <l****e@l****k> over 14 years ago
37e9aa7b Started to implement failure handling, including reporting of errors. Luke Redpath <l****e@l****k> over 14 years ago
26c8cf61 This seems like a good starting point; take a simple default build that succe... Luke Redpath <l****e@l****k> over 14 years ago

← Back to repository