- 24 Aug, 2011 2 commits
-
-
Brandon Casey authored
Rather than try to maintain a list of the file differences between the git repository and the source distribution tarball, just get a listing from git itself and use it to check out the missing files.
-
Brandon Casey authored
The := notation is problematic here since it causes the statements on the right hand side to be dereferenced immediately even if the repo or .git target was not specified. When the source is checked out from a git clone, the .gitrev file does not exist, but the '$(shell cat .gitrev)' sequence is executed every time make is called and it produces an error message. Also, the '$(shell mktemp -d tmprepo.XXXXXX)' sequence is executed every time make is called, which creates a new unique tmprepo.XXXXXX directory each time. So, let's rework this target so that the := notation is avoided, and also to make it a little more efficient by avoiding an unnecessary checkout of the repository. There are two functional changes: 1) the temporary directory will just be called ".repo_tmp" and it will be overwritten each time 'make repo' is called, and 2) the checked out branch will keep its default name rather than adopting a new name 'working'. The user can create a new branch if they desire and the original remote branch state is already available in origin/master.
-
- 23 Aug, 2011 13 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : rebase_source : aafa348ec2c8713dfa8635c17e5d11db3b05f30b
-
Stefan Behnel authored
--HG-- extra : rebase_source : 9be73c313cb44d6c7485ca9288382c9ad2614a45
-
Stefan Behnel authored
--HG-- extra : rebase_source : 211fa0c1058750151e3524d4ca5854a86ed5289f
-
Vitja Makarov authored
-
- 22 Aug, 2011 4 commits
-
-
robertwb authored
update to wrapping c++ documentation
-
Stefan Behnel authored
-
Angus McMorland authored
-
Stefan Behnel authored
-
- 21 Aug, 2011 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
robertwb authored
Acquire the GIL to build the traceback in nogil functions
-
- 20 Aug, 2011 2 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
- 19 Aug, 2011 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Aug, 2011 5 commits
-
-
Stefan Behnel authored
-
Vitja Makarov authored
-
Vitja Makarov authored
-
Vitja Makarov authored
-
Robert Bradshaw authored
-
- 17 Aug, 2011 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 16 Aug, 2011 1 commit
-
-
Robert Bradshaw authored
-
- 15 Aug, 2011 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Vitja Makarov authored
-