Граф коммитов

129 Коммитов

Автор SHA1 Сообщение Дата
Gustavo Niemeyer b0c168ac0c Merge branch 'v1' of github.com:go-yaml/yaml into v1 2014-05-01 10:48:07 -07:00
Gustavo Niemeyer 41c132e8ac Fix Setter handling on non-pointer fields.
Fixes #8.
2014-05-01 10:47:07 -07:00
Gustavo Niemeyer 1ff37a7d30 Merge pull request #9 from shawnps/v1
Fix comment typo.
2014-04-29 08:43:41 -07:00
Shawn Smith 787afde64d Fix typo 2014-04-29 21:31:57 +09:00
Gustavo Niemeyer a5844a8f8f Add support for marshaling durations. 2014-04-11 17:07:38 -03:00
Gustavo Niemeyer 72c33f6840 Support map merging.
Fixes #1.
2014-04-11 17:07:38 -03:00
Gustavo Niemeyer 81205292ab Call setter on explicitly quoted strings.
Fixes #7.
2014-04-11 15:12:42 -03:00
Gustavo Niemeyer 3d8cfc3754 New gopkg.in versioning pattern. 2014-03-30 18:45:21 -03:00
Gustavo Niemeyer dbd6d0229d Merge branch 'master' of github.com:go-yaml/yaml 2014-03-14 10:22:24 -03:00
Gustavo Niemeyer 1418a9bc45 Merge pull request #3 from adeuring/1243827
Fix LP bug 1243827
2014-03-14 10:19:40 -03:00
Abel Deuring 399c3345e0 Fix bug 1243827: Underscores sometimes removed from string values. 2014-03-14 13:22:42 +01:00
Gustavo Niemeyer ec232d2920 Merge pull request #2 from go-yaml/rename-imports
rename imports in test files
2014-03-14 09:03:22 -03:00
Roger Peppe cd51583928 rename imports in test files 2014-03-14 09:15:47 +00:00
Gustavo Niemeyer 4f3d34e492 Fix import paths in tests. 2014-03-12 16:02:09 -03:00
Gustavo Niemeyer 4914593b95 gonuts.org => gopkg.in 2014-03-06 13:54:45 -03:00
Gustavo Niemeyer b347253194 Fix GitHub URL. 2014-03-06 05:42:10 -03:00
Gustavo Niemeyer 125a562d7b Trivial change. 2014-03-06 03:47:33 -03:00
Gustavo Niemeyer a65e08b082 Mention GitHub URL in the API documentation. 2014-03-05 16:49:41 -03:00
Gustavo Niemeyer f96735bc0f Fixed import indentation in README. 2014-03-05 16:34:12 -03:00
Gustavo Niemeyer 9f33a69b86 Improved README. 2014-03-05 16:32:19 -03:00
Gustavo Niemeyer 77373ee937 More README tweaks. 2014-03-05 16:17:48 -03:00
Gustavo Niemeyer 5e76f7cf8c Added missing yaml.go file 2014-03-05 16:12:48 -03:00
Gustavo Niemeyer f29dde2184 Trivial README tweak. 2014-03-05 16:10:19 -03:00
Gustavo Niemeyer 43607cc2a1 Fixed README urls. 2014-03-05 16:09:31 -03:00
Gustavo Niemeyer 8eba062837 Added README file. 2014-03-05 16:08:24 -03:00
Gustavo Niemeyer ba29208cca Remove Launchpad-specific files. 2014-03-05 15:56:00 -03:00
Gustavo Niemeyer ca3d523f32 goyaml is now yaml. 2014-03-05 15:48:33 -03:00
Gustavo Niemeyer 2628b30e54 Revert semantic change in previous revision. 2013-11-14 10:04:49 -02:00
Dave Cheney 9c272e2574 goyaml: fix printing of bare hyphens
related to bug #1227952. Quote a bare hypen rather than treating it as
the start of a block.

R=wallyworld, jameinel
CC=
https://codereview.appspot.com/26430043
2013-11-14 09:43:09 +04:00
Dave Cheney b754a4fe6a gofmt 2013-11-14 13:37:57 +11:00
Dave Cheney 2f2fd02e5a Fix encoding error with bare hyphen 2013-11-14 13:37:06 +11:00
Gustavo Niemeyer 1092c5d94f Fix cross-type decoding of numbers.
Fixes #1245752.

R=
CC=
https://codereview.appspot.com/22600044
2013-11-13 09:14:11 -02:00
Gustavo Niemeyer 7539b1dee2 Fix cross-type decoding of numbers.
Fixes #1245752.
2013-11-13 08:24:41 -02:00
Gustavo Niemeyer 025607cd2e Lowercase internal constant. 2013-06-20 12:30:49 -04:00
Gustavo Niemeyer 9ca8abd688 Add support for ,inline flag with struct values.
This also adds the code to do inlining of maps, as supported by bson
(the code was copied from mgo/bson), but it's disabled for the moment
as I'll need more time to implement it.

R=jameinel, rog
CC=
https://codereview.appspot.com/10366044
2013-06-19 14:06:36 -04:00
Gustavo Niemeyer a528d0ef48 go fmt 2013-06-19 14:05:58 -04:00
Gustavo Niemeyer 0725b7707f Merged from tip. 2013-06-19 13:55:35 -04:00
Gustavo Niemeyer 77b5164255 Review by Roger plus overall naming improvements. 2013-06-19 13:52:23 -04:00
Gustavo Niemeyer 8ca81d591d Test and fix bug #1191981.
R=
CC=
https://codereview.appspot.com/10417043
2013-06-19 10:26:38 -04:00
Gustavo Niemeyer 65b1927d82 go fmt 2013-06-19 10:22:59 -04:00
Gustavo Niemeyer 059398de19 Test and fix bug #1191981. 2013-06-19 10:22:34 -04:00
Gustavo Niemeyer 8691640bc7 Add support for ,inline flag with struct values.
This also adds the code to do inlining of maps, as supported by bson
(the code was copied from mgo/bson), but it's disabled for the moment
as I'll need more time to implement it.
2013-06-17 23:40:41 -04:00
Gustavo Niemeyer 53087c11c1 Merged pure go port. 2013-05-29 14:25:01 -03:00
Gustavo Niemeyer 05d4059252 Disable benchmark that depends on external file. 2013-05-29 14:23:20 -03:00
Gustavo Niemeyer e6da37e746 Changed read{,_line} to prevent heap allocation of slices. 2013-04-30 18:29:04 -03:00
Gustavo Niemeyer f4d271a8a2 Tweak width so it can be inlined. 2013-04-30 16:42:40 -03:00
Gustavo Niemeyer 7114190340 Tweak is_* function so the compiler can inline them. 2013-04-30 16:13:28 -03:00
Gustavo Niemeyer 4ca689e686 Rename files to more familiar convention. 2013-04-30 15:59:24 -03:00
Gustavo Niemeyer fa9662d290 Inline cache function. 2013-04-30 15:56:59 -03:00
Gustavo Niemeyer 5b18502a28 Improve read function a bit. 2013-04-30 15:37:11 -03:00