Commit graph

280 commits

Author SHA1 Message Date
Dominik Picheta
886bb4f881 Merge pull request #170 from FedericoCeratto/patch-1
Add Bash completion
2015-12-23 10:57:26 +00:00
Federico Ceratto
40076fec46 Add Bash completion 2015-12-23 09:40:30 +00:00
Dominik Picheta
fc0bb6ee73 The update command is now named refresh. Ref #158 2015-12-15 00:09:09 +00:00
Dominik Picheta
940573f87c Remove remaining developers.md links in readme. 2015-12-13 15:27:16 +00:00
Dominik Picheta
cb1ef9cd9f Merge branch 'master' of github.com:nim-lang/nimble 2015-11-24 11:49:03 +00:00
Dominik Picheta
2ed09847f2 Fixes #125 2015-11-24 11:48:09 +00:00
Dominik Picheta
8bd6ce4557 Merge pull request #165 from cupen/master
mingw/bash compatibility.
2015-11-15 00:12:19 +00:00
cupen
fe0863e9be for mingw compatibility. 2015-11-15 04:08:53 +08:00
Araq
ffbd5f5b3e hotfix: nimble builds with devel again v0.6.4 2015-10-13 10:17:02 +02:00
Dominik Picheta
e2d959bf9c Many improvements and fixes to nimble publish.
* Fixed incorrect URL in packages.json when remote URL is an ssh URL.
* Fixed cloning of packages fork after oauth introduction.
* A new branch is now created for each package addition.
2015-08-23 17:53:03 +01:00
Dominik Picheta
d349aa0169 Use /tmp instead of parent dir for fork cloning. 2015-08-21 23:54:39 +01:00
Dominik Picheta
d60498ad7f Implement oauth authorization instead of basic. 2015-08-21 23:49:44 +01:00
Araq
9052f43a63 always add a trailing newline to the packages.json 2015-08-19 01:50:47 +02:00
Araq
68c1266a44 implemented 'nimble publish' 2015-08-18 12:27:07 +02:00
Dominik Picheta
3215d6ea7b Fixes #153 2015-08-14 23:24:43 +01:00
Dominik Picheta
67eee93936 Removed old link to developers.markdown in readme. 2015-08-02 21:49:35 +01:00
Dominik Picheta
21db7b6b68 Some adjustments to the readme.
Improved the formatting of the package creation docs.
2015-07-28 23:05:25 +01:00
Dominik Picheta
50a10a02c0 Moved developers.markdown to readme.markdown. Fixes #132. 2015-07-28 23:00:07 +01:00
Dominik Picheta
c3d2e59ebc Error on invalid cmd line params. Params normalized. Fixes #151. 2015-07-26 22:27:45 +01:00
Dominik Picheta
43f7e4c310 Fixes compilation without windows module (0.11.3). Ref #150. 2015-07-26 22:24:08 +01:00
Dominik Picheta
f12ed36b07 Merge pull request #150 from vegansk/fix_chcp_vista
Fixed chcp call on vista and newer
2015-07-23 08:35:23 +01:00
Anatoly Galiulin
04e9bb4739 Fixed chcp call on vista and newer 2015-07-23 10:39:20 +06:00
Dominik Picheta
9f403558e0 Merge pull request #149 from vegansk/fix_chcp_xp
Fixed chcp call bug on windows xp
2015-07-22 22:55:33 +01:00
Anatoly Galiulin
acb6d0ef8e Fixed chcp call bug on windows xp 2015-07-21 12:16:55 +06:00
Dominik Picheta
61b06890c5 Fix confusing config docs 2015-07-17 00:46:48 +01:00
Dominik Picheta
7524cd1798 Bump versions to 0.6.2. Ref #146. v0.6.2 2015-06-19 19:45:40 +01:00
Dominik Picheta
b29c6d3339 Updated changelog for v0.6.2. Ref #146. 2015-06-19 19:44:18 +01:00
Dominik Picheta
1234cdce13 Fixes cloning of default git branches.
When cloning a git repo the default branch will now be cloned.
Had to revert #70 for this. Sorry @gradha.
2015-06-14 18:44:17 +01:00
Dominik Picheta
3a66241a22 Bugfix when cloning unsatisfied tagged repo.
When a tagged repo contains no tags which satisfy the version range
requested, then we should attempt to clone HEAD (or TIP in hg).
This fix brings back this behaviour.
2015-06-14 18:24:31 +01:00
Dominik Picheta
50f42cb406 Merge pull request #143 from ozra/doc-changes-1
Simple change of title of developers doc.
2015-06-14 13:38:16 +01:00
Oscar Campbell
6a9e0116e4 Simple change of title of developers doc. 2015-06-14 14:09:32 +02:00
Dominik Picheta
172bde430c Fixes #128 2015-06-05 19:31:45 +01:00
Dominik Picheta
44a2b80a64 Make (install #head?) question more accurate. 2015-06-04 22:47:05 +01:00
Dominik Picheta
5450dc8213 Install #head if version tag does not compile. Fixes #139. 2015-06-04 22:18:35 +01:00
Dominik Picheta
4ffcdf141e Fix installation (default output dir changed). 2015-06-04 18:33:38 +01:00
Dominik Picheta
e42b04b329 Fix incorrect type name in packageinfo module. 2015-06-04 18:03:17 +01:00
Dominik Picheta
11f710819c Rename buildDir to binDir. 2015-06-04 17:57:06 +01:00
Dominik Picheta
a7d53f43b3 Merge branch 'minciue-master' 2015-06-04 17:54:05 +01:00
Dominik Picheta
ca9a09f07b Merge branch 'master' of https://github.com/minciue/nimble into minciue-master
Conflicts:
	developers.markdown
	src/nimble.nim
2015-06-04 17:53:48 +01:00
Dominik Picheta
698b333421 Merge pull request #118 from ClementJnc/pr-dir-command-line-option
Fix #114: Overrides the nimbleDir option with value from command line
2015-06-04 17:51:35 +01:00
Clement
d6ed077db8 Correct name of the option 2015-05-03 11:19:03 +02:00
Clement
59ade34b6a Overrides the nimbleDir option with value from command line 2015-05-02 19:08:44 +02:00
Dominik Picheta
f7114ca788 Implemented `nimble c`. 2015-04-11 21:35:10 +01:00
Dominik Picheta
0349c396a0 Merge pull request #92 from nim-lang/flaviut-patch-1
Use MIT instead of BSD
2015-03-31 19:28:49 +01:00
Dominik Picheta
08c8ef94ec Fix tester on Windows. 2015-03-31 19:27:53 +01:00
Jean Cavallo
4a56ac60d9 Use str.len-1 rather than -1 2015-03-31 12:21:22 +02:00
Jean Cavallo
87d6f908cc Fix #110 : use '^' rather than '-' for list negative indexes 2015-03-30 12:19:51 +02:00
Dominik Picheta
491b63cb5f Merge pull request #93 from def-/nimrod-to-nim
Rename Nimrod to Nim in developers.markdown
2015-02-06 11:28:14 +00:00
def
de65ef0e1e Rename Nimrod to Nim in developers.markdown 2015-02-06 11:36:49 +01:00
Flaviu Tamas
6d39497ae0 Use MIT instead of BSD
MIT has the same terms as BSD, but it is less ambiguous
compared to the 3+ variants of BSD.
2015-02-03 18:49:39 -05:00