Evan Teran

Results 399 comments of Evan Teran

Looks like Windows support in Travis CI is still "beta", so we'll hold off on this until it's ready on their end.

Maybe, to be honest, I like Travis's integrations with GitHub a little better. It's generally a smooth experience. But I'll definitely look at AppVeyor again to see if it's worth...

@ped7g I quick look and one thing I can say is that I like that I can just pick what kind of docker container to run the CI script in......

Fair enough points. I agree about `libdouble-conversion` for certain; I had forgotten that Qt uses it. Regarding Capstone, I'm kinda in the middle on it. Not because it isn't routinely...

Totally agree. So I may move forward with the `gdtoa-desktop` embedding sometime soon. I assume the copy in your repo is an appropriate source for it?

@10110111 I am intending to revisit this ideas. Starting with `gdtoa-desktop`. However, after more thinking, I am **considering** including things like `capstone` in the list of embedded libs too and...

gdtoa-desktop is done! moving on to capstone, which unfortunately has an annoyingly archaic cmake script. I think I have a solution though. Instead of importing it as a sub-module, we...

The bookmark plugin now demonstrates storing this type of information, should be pretty easy to add some stuff for the `QDisassemblyView`

@RabidCicada So I think that the main thing we need to worry about here is comments in the disassembly view. Since this isn't a plugin, the hooks for save/restore sessions...