Commit Graph

85 Commits

Author SHA1 Message Date
David Tolnay
45e4a80875
Release 1.0.7 2020-11-29 14:57:08 -08:00
David Tolnay
ecce017e14
Release 1.0.6 2020-11-27 18:31:15 -08:00
David Tolnay
1c534cfdc1
Release 1.0.5 2020-11-25 21:30:22 -08:00
David Tolnay
216fed4a37
Release 1.0.4 2020-11-25 13:10:10 -08:00
David Tolnay
0c6417f21d
Release 1.0.3 2020-11-24 14:15:48 -08:00
David Tolnay
9754dafe8a
Release 1.0.2 2020-11-22 12:10:18 -08:00
David Tolnay
ecd8193464
Release 1.0.1 2020-11-19 20:40:07 -08:00
David Tolnay
bf1000f40e
Release 1.0.0 2020-11-17 08:35:42 -08:00
David Tolnay
1964acdfcd
Fix Cargo.toml manifest homepage metadata 2020-11-17 08:35:27 -08:00
David Tolnay
6a936b3117
Add link to website 2020-11-17 08:33:33 -08:00
David Tolnay
0f0162f37d
Bump namespace to 1 2020-11-17 08:30:10 -08:00
David Tolnay
b675ca30ab
Release 0.5.10 2020-11-16 09:26:08 -08:00
David Tolnay
a91ac38a15
Release 0.5.9 2020-11-11 09:34:59 -08:00
David Tolnay
5c830f0d16
Release 0.5.8 2020-11-10 19:11:15 -08:00
David Tolnay
07c5141446
Release 0.5.7 2020-11-10 08:57:44 -08:00
David Tolnay
22f5ff7563
Release 0.5.6 2020-11-08 19:24:15 -08:00
David Tolnay
7c5ce689a3
Release 0.5.5 2020-11-06 09:54:11 -08:00
David Tolnay
ce5b068efa
Release 0.5.4 2020-11-04 16:32:04 -08:00
David Tolnay
b3060c66c8
Release 0.5.3 2020-11-04 10:52:01 -08:00
David Tolnay
e37ce2f4ee
Release 0.5.2 2020-10-16 13:32:07 -07:00
David Tolnay
52830f59d6
Release 0.5.1 2020-10-09 22:21:27 -07:00
David Tolnay
c499950924
Release 0.5.0 2020-10-08 19:34:50 -07:00
David Tolnay
8f16ae75f3
Bump namespace to 05 2020-10-08 19:34:50 -07:00
David Tolnay
821402b2a6
Move C++ generated code test to cxx's integration test 2020-10-04 19:50:35 -07:00
David Tolnay
b312bb15e3
Release 0.4.7 2020-09-24 16:17:02 -04:00
David Tolnay
71912c3f11
Release 0.4.6 2020-09-21 18:36:26 -04:00
David Tolnay
7ff80c44e8
Release 0.4.5 2020-09-16 12:12:02 -04:00
David Tolnay
c4ff07b964
Release 0.4.4 2020-09-08 15:11:17 -07:00
David Tolnay
9f6c075e3c
Inline cxx-symbols crate into cxx
The separation is no longer needed for Buck when linking with lld.
2020-09-07 22:31:03 -07:00
David Tolnay
430b5de1ff
Release 0.4.3 2020-09-07 00:00:23 -07:00
David Tolnay
83f71155f2
Linearize cycle dependency between cxx crate and cxx.cc 2020-09-06 21:15:06 -07:00
David Tolnay
e0b6c735e8
Release 0.4.2 2020-09-02 15:54:12 -07:00
David Tolnay
8745f7f5f8
Release 0.4.1 2020-09-02 09:46:06 -07:00
David Tolnay
5f3fb89a2a
Release 0.4.0 2020-09-01 23:03:46 -07:00
David Tolnay
591dcb647d
Bump namespace to 04 2020-09-01 23:00:38 -07:00
David Tolnay
bcc0a1c9f9
Release 0.3.9 2020-09-01 21:09:08 -07:00
David Tolnay
37531b477e
Combine demo into one root directory 2020-09-01 20:48:12 -07:00
David Tolnay
9f1e3d76a3
Release 0.3.8 2020-09-01 12:40:51 -07:00
David Tolnay
9075cdcd38
Release 0.3.7 2020-08-30 12:10:38 -07:00
David Tolnay
5fc28551e1
Merge pull request 258 from adetaylor/cxx-embedding-lib 2020-08-29 22:14:22 -07:00
David Tolnay
de1cb777b2
Specify consistent c++ standard between cxx and cxx-test-suite 2020-08-28 17:36:33 -07:00
David Tolnay
907debe8b4
Release 0.3.6 2020-08-28 16:56:19 -07:00
David Tolnay
f7a592bfcf
Release 0.3.5 2020-08-27 01:14:08 -07:00
David Tolnay
691dc171b5
Update ui tests with rust-src component installed 2020-08-25 19:56:12 -07:00
Adrian Taylor
9fc0846261 Adding library for high-level code generators.
The intention here is to provide a way for high level code generators
to convert a Rust TokenStream into C++ bindings code without the need
to write files to disk or invoke an external command.
2020-08-21 23:27:29 -07:00
David Tolnay
291a8b87a1
Update to trybuild 1.0.32 2020-08-09 16:46:45 -07:00
David Tolnay
57d3c68a23
Release 0.3.4 2020-05-22 11:13:47 -07:00
David Tolnay
6aa34e4240
Release 0.3.3 2020-05-11 20:56:51 -07:00
David Tolnay
9808ef177c
Add cargo cfgs for opt in to newer standards
Currently unused, but will be needed when integrating std::optional or
std::string_view support.

    [dependencies]
    cxx = { version = "0.3", features = ["c++17"] }
2020-05-11 20:30:44 -07:00
David Tolnay
c0fad20670
Add crates.io categories and keywords 2020-05-10 20:16:28 -07:00