- 16 Jan, 2018 2 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
-
- 11 Oct, 2017 1 commit
-
-
Christian Hergert authored
-
- 24 Sep, 2017 1 commit
-
-
Christian Hergert authored
This changes most of the code base to using #pragma once instead of the old style #ifndef FOO_H header guards. I hear that the old style is still slightly faster, but I don't care much about that. I'm sure GCC will continue to optimize for this going forward. Also, we're already using a bunch of other C11 features, so might as well use this too.
-
- 21 Sep, 2017 1 commit
-
-
Christian Hergert authored
As the project has grown, we've let things get a bit out of their logical place. This does a bit of cleanup and tries to bring some of the embedded resources closer to where they are used. But more importantly, this allows us to clean some things up to the point that we can move forward statically linking a bunch of the plugins into libide. The plan here is to speed up the initial loading by avoiding lots of disk I/O stats which are currently hurting us.
-
- 19 Jun, 2017 1 commit
-
-
Christian Hergert authored
This also unifies into a single ignore function so that we don't have to duplicate things.
-
- 10 Feb, 2017 1 commit
-
-
Christian Hergert authored
This will be used by the build pipeline to locate staging (where we commit local files for the build) and where we install files (the repo).
-
- 19 Sep, 2016 1 commit
-
-
Christian Hergert authored
This adds ide_is_flatpak() to simplify our checks to see if we are running in our bundled environment. Generally we don't want to have to rely on this, but special cases do exist (such as choosing what terminal to run).
-
- 28 Apr, 2016 1 commit
-
-
Christian Hergert authored
This uses an embedded plugin that will fail to load if we did not link in support for webkit. Plugins like devhelp and html-preview should rely on this plugin as a dependency.
-
- 25 Feb, 2016 1 commit
-
-
Christian Hergert authored
-
- 15 Feb, 2016 1 commit
-
-
Christian Hergert authored
-
- 17 Dec, 2015 2 commits
-
-
Christian Hergert authored
This doesn't need to be hard coded in, we can compartmentalize it now.
-
Christian Hergert authored
-
- 27 Dec, 2014 1 commit
-
-
Christian Hergert authored
This script will get us some general information to help us track down a bug. It is intended to be attached to a bug report. We probably want to include some runtime logs as well. We will append to this as we find we need more information.
-
- 02 Dec, 2014 1 commit
-
-
Christian Hergert authored
-
- 25 Sep, 2014 1 commit
-
-
Christian Hergert authored
-
- 07 Sep, 2014 1 commit
-
-
Christian Hergert authored
-