105 Commits

Author SHA1 Message Date
Lioncash
876a2ccf81 CMakeLists: Migrate off directly modifying CMAKE_CXX_FLAGS
We can simply apply the compilation options directly to the target. We
can perform equivalent behavior for conditionally adding sources to the
target instead of assigning to a variable as well.
2019-08-10 01:52:27 -04:00
Jack Andersen
37792ba116 Massive libfmt refactor 2019-07-19 18:21:57 -10:00
d9b6be8446 Compile fixes 2019-06-20 15:45:35 -07:00
Jack Andersen
47322b9496 Refactor of CMake for cleaner dependency handling 2019-06-11 15:54:20 -10:00
Jack Andersen
77013bbd9f Merge branch 'master' of https://github.com/AxioDL/nod 2019-06-09 16:51:00 -10:00
Jack Andersen
34b943c40f Solve various signing warnings reported by GCC 2019-06-09 16:49:17 -10:00
Jack Andersen
4dd0375cae Adjusted install commands for better CMake compatibility 2019-05-23 14:17:45 -10:00
Jack Andersen
95ed2ae7dc Implicit switch fallthrough refactor 2019-02-17 19:46:42 -10:00
Jack Andersen
be8409681f New code style refactor 2018-12-07 19:21:47 -10:00
Jack Andersen
f87b286ff3 Windows build fixes 2018-10-14 10:11:28 -10:00
Jack Andersen
eb6aa30563 NX build fixes 2018-10-06 16:56:47 -10:00
Aruki
6f777ebb48 Fixes for a couple warnings/errors whene compiling on windows 2018-07-06 01:02:23 -06:00
Jack Andersen
d5f5db440c Windows build fixes and warning avoidance 2018-05-24 20:38:06 -10:00
Jack Andersen
a557f86974 Huge compile performance refactor 2017-12-28 21:57:54 -10:00
Jack Andersen
3d70a568dc UWP support 2017-12-05 17:23:58 -10:00
Jack Andersen
58ceb47b25 Windows fixes 2017-11-13 17:35:34 -10:00
Jack Andersen
27a2cb5998 string_view refactor 2017-11-12 20:18:53 -10:00
Jack Andersen
c374038103 Minor indent fix 2017-10-30 17:51:49 -10:00
Jack Andersen
db1a6f13a2 Fix missing variable initialization 2017-07-30 17:43:51 -10:00
Jack Andersen
fb2a5c91d2 Explicitly zero-initialize new image files 2017-07-30 16:03:20 -10:00
42ef3a7958 Fix return type derp 2017-07-25 05:06:35 -07:00
Jack Andersen
d597400f4a Fix FST parent directory index 2017-07-11 19:13:44 -10:00
e99290e3c3 Remove unreferenced local 2017-07-09 02:11:19 -07:00
72169e8e77 Added writeSysFiles for convience of integration 2017-07-09 01:25:43 -07:00
Jack Andersen
8bdbcf0c90 Fixes to work with directory-blob dolphin branch 2017-07-01 21:16:09 -10:00
Jack Andersen
6454d68abc Windows Fixes 2017-07-01 20:08:26 -10:00
Jack Andersen
2a472651ae Proper extract structure for GCN images 2017-07-01 19:39:41 -10:00
Jack Andersen
41148a1368 Refactor of extracted directory structure and API simplification 2017-07-01 13:36:16 -10:00
e49568ac83 Initial modifications to support Dolphin's VolumeDirectory 2017-06-30 03:30:10 -07:00
Jack Andersen
dd20c1d255 Add floating point progress to builder callbacks 2017-05-21 23:12:48 -04:00
e494dbba9f Add completion percentage to ExtractionContext's callback 2017-05-21 03:26:22 -07:00
Jack Andersen
e86971c9e0 Fix Windows compile fail 2017-02-04 20:59:46 -10:00
Jack Andersen
dc474ad156 Major refactor, better error handling and directory/image merge 2017-02-04 20:19:34 -10:00
Jack Andersen
31a06ea726 Add some reserve() calls 2016-12-29 20:36:40 -10:00
Jack Andersen
512a8a122d Windows fixes 2016-12-10 15:53:11 -10:00
Jack Andersen
d106299a11 Remove unnecessary and RVO-detrimental moves 2016-10-02 18:37:20 -10:00
Jack Andersen
556a5868bb Humungous refactor 2016-03-04 13:04:30 -10:00
Jack Andersen
4adfa71c2f Add max-size check conditional 2016-02-02 11:34:47 -10:00
Jack Andersen
26af179ee8 Windows fix 2016-02-02 11:25:19 -10:00
Jack Andersen
48f79b2369 File-size limiting 2016-02-02 11:18:16 -10:00
Jack Andersen
39e9cea094 Image file preallocation 2016-02-02 10:42:17 -10:00
Jack Andersen
528b5cad0c Minor fixes 2016-01-25 20:39:49 -10:00
Jack Andersen
02a7b95606 CheckFreeSpace POSIX fix 2016-01-25 16:01:55 -10:00
Jack Andersen
3de662940b Codebase cleanups and README 2016-01-25 10:21:10 -10:00
Jack Andersen
df5e8d068c Removed direct stdio usage 2016-01-24 19:55:31 -10:00
Jack Andersen
9ce2e0a3b2 Additional windows additions 2016-01-24 16:13:09 -10:00
Jack Andersen
044a393ff8 Merge branch 'master' of https://github.com/AxioDL/NODLib 2016-01-24 16:12:26 -10:00
Jack Andersen
c4aaecbc8f Single-pass image creation refactor 2016-01-24 16:00:02 -10:00
1c740a3da8 Replace errant std::min call 2016-01-23 22:53:28 -08:00
0819101986 More windows fixes 2016-01-23 22:44:17 -08:00