Commit Graph

  • df00156746 output json files with newline sonoro1234 2018-11-26 17:54:36 +01:00
  • 553364f7d8 add cimgui.h include guards sonoro1234 2018-11-26 15:57:19 +01:00
  • 14cd6715d2 remove static from structs v1.66.1 sonoro1234 2018-11-23 10:22:48 +01:00
  • 76935a7d83 manually removed static sonoro1234 2018-11-22 20:46:49 +01:00
  • 4397e9a3f1 update README.md sonoro1234 2018-11-22 20:18:11 +01:00
  • d44c05cbbd Merge pull request #81 from mellinoe/update-to-1.66 Victor Bombi 2018-11-22 20:14:49 +01:00
  • ed6212bb34 Update to v1.66. Eric Mellino 2018-11-22 11:06:40 -08:00
  • 8911a5a992 avoid ImNewDummy issue #80 for MSVC sonoro1234 2018-11-13 18:17:59 +01:00
  • 4397288459 some generator.lua cleaning sonoro1234 2018-10-23 11:56:02 +02:00
  • 354f316b89 CIMGUI_DEFINE_ENUMS_AND_STRUCTS in README.md v1.65.7 sonoro1234 2018-10-21 13:18:36 +02:00
  • f6fdec9d98 do check of bad overloading sonoro1234 2018-10-21 11:39:23 +02:00
  • 3da4350671 readme hard coded overloaded names sonoro1234 2018-10-20 19:42:33 +02:00
  • fe1d9d081b more readme update sonoro1234 2018-10-20 19:36:46 +02:00
  • f531be148d Merge pull request #76 from cimgui/master_refactor v1.65.6 Victor Bombi 2018-10-20 18:17:33 +02:00
  • eac028b1f3 delete screenshot.png sonoro1234 2018-10-20 17:51:01 +02:00
  • eb81995978 update README.md sonoro1234 2018-10-20 17:32:22 +02:00
  • b600ea9fab structs and enums show C ImVector type sonoro1234 2018-10-20 17:32:03 +02:00
  • 5656bf7c73 simplify generation and modify order saved sonoro1234 2018-10-20 13:54:59 +02:00
  • d33da701aa simplify function generation sonoro1234 2018-10-20 12:50:55 +02:00
  • 95d65fdf49 saved ordered tables sonoro1234 2018-10-20 12:37:42 +02:00
  • 0b7bd49de5 save in an ordered way sonoro1234 2018-10-20 12:32:41 +02:00
  • 1643bbf284 tabs to spaces sonoro1234 2018-10-19 20:10:24 +02:00
  • 80f82b6ed8 add destructors for no simple constructors sonoro1234 2018-10-19 20:06:51 +02:00
  • f4df31de6e correct ImVector typedefs sonoro1234 2018-10-18 20:20:23 +02:00
  • 1789ec81fe Merge pull request #74 from sonoro1234/ImVector_templates v1.65.5 Victor Bombi 2018-10-18 13:07:28 +02:00
  • aca412fe7a add ImVector template types sonoro1234 2018-10-18 13:05:57 +02:00
  • 7a54d1276d drop ImFontConfig_DefaultConstructor (already automated) sonoro1234 2018-10-18 09:34:33 +02:00
  • 97113ef7ad Merge pull request #73 from sonoro1234/GlyphRanges v1.65.4 Victor Bombi 2018-10-17 20:11:39 +02:00
  • 2a4dcaf2a2 add constructors and destructor sonoro1234 2018-10-17 20:08:40 +02:00
  • 5a9a20d139 GlyphRanges test sonoro1234 2018-10-17 12:14:22 +02:00
  • 7ee838ae2d include stdint.h sonoro1234 2018-10-16 11:56:31 +02:00
  • 3091435042 explain template_type sonoro1234 2018-10-14 17:51:10 +02:00
  • 804acdcecd add template_type for ImVector templates in structs_and_enums sonoro1234 2018-10-14 17:47:38 +02:00
  • 51f02dca4d add igGetIDRange to overloads table v1.65.3 sonoro1234 2018-10-14 10:09:04 +02:00
  • 84a9656889 dont assert in virtual preprocessor, just warn sonoro1234 2018-10-13 19:13:52 +02:00
  • 553df3da32 type error sonoro1234 2018-10-13 13:56:11 +02:00
  • 04d4a19beb update link to odin-imgui sonoro1234 2018-10-13 13:08:30 +02:00
  • 3b9c53b2a2 more robust nocompiler option, can assert on unknown preprocesor conditions sonoro1234 2018-10-13 11:56:35 +02:00
  • 6f9e3db1d1 structs and enums in README.md sonoro1234 2018-10-10 14:23:41 +02:00
  • d3eb876266 definitions in README.md sonoro1234 2018-10-10 14:05:08 +02:00
  • 3efb1001aa explain this repo option for generating v1.65.2 sonoro1234 2018-10-10 11:16:01 +02:00
  • a91c611bca Merge pull request #70 from sonoro1234/noprepro_master Victor Bombi 2018-10-10 11:04:29 +02:00
  • 5b7abe8b4d be able to generate without precompiler sonoro1234 2018-10-10 10:59:51 +02:00
  • 812af400f1 allow cl compiler (MSVC) to work as preprocessor sonoro1234 2018-10-09 20:13:56 +02:00
  • 2d3cf59b21 clang information in README.md sonoro1234 2018-10-09 15:09:52 +02:00
  • e7eb9c511b nopreprocess version without comments to enable easy comparation sonoro1234 2018-10-09 13:58:46 +02:00
  • 2759a8ed4d allow gcc or clang compiler sonoro1234 2018-10-09 11:03:49 +02:00
  • 073f438467 dont warn not const reference argument if it is manual sonoro1234 2018-10-09 10:39:49 +02:00
  • f7856b27b0 Merge pull request #69 from mellinoe/no-lib-prefix Victor Bombi 2018-10-09 10:14:55 +02:00
  • 99c7d7cfdf Remove the "lib" prefix in CMakeLists.txt. Eric Mellino 2018-10-09 00:48:03 -07:00
  • 31871f9975 still more README.md updates sonoro1234 2018-10-08 13:54:58 +02:00
  • c487b0266e more README.md updates sonoro1234 2018-10-08 13:44:43 +02:00
  • 3b386799e4 add mellinoe autogeneration sonoro1234 2018-10-08 13:28:50 +02:00
  • 52a693a96c Makefile with optimization v1.65.1 sonoro1234 2018-10-08 12:53:56 +02:00
  • a0cb8aff23 update README not allowing Lua5.1 (has no bit package) sonoro1234 2018-10-08 12:37:10 +02:00
  • d704b33196 update README.md sonoro1234 2018-10-08 12:32:09 +02:00
  • 9738a5816e let FLT_MAX be a string in definitions.lua to use after igGET_FLT_MAX to get compiler value sonoro1234 2018-10-08 12:12:15 +02:00
  • 327e3236ae rename generated folder to output folder sonoro1234 2018-10-08 11:56:49 +02:00
  • 259dc4afc8 let copy files happen from lua script sonoro1234 2018-10-08 11:37:20 +02:00
  • 54118273ff update README.md sonoro1234 2018-10-08 11:36:10 +02:00
  • e8ac6079b5 Luajit and gcc info sonoro1234 2018-10-06 15:51:53 +02:00
  • a2c1665e31 header in files with version information sonoro1234 2018-10-05 18:54:55 +02:00
  • bba07596a6 rename cimgui_auto to cimgui and cimgui to cimgui_nopreprocess sonoro1234 2018-10-05 18:04:58 +02:00
  • e99f8dc918 compact lines from preprocessor sonoro1234 2018-10-05 12:56:02 +02:00
  • 6ceba86ff6 add * to bad arg detection check sonoro1234 2018-10-04 17:52:43 +02:00
  • 2023d29fc9 Merge pull request #64 from sonoro1234/argdetection_failure Victor Bombi 2018-10-04 17:43:12 +02:00
  • 552a5f5cf2 check arg detection failures2 sonoro1234 2018-10-04 17:40:31 +02:00
  • f1b55d57e5 check arg detection failures sonoro1234 2018-10-04 17:27:20 +02:00
  • d7e8b142d0 show arg detection failure2 sonoro1234 2018-10-04 16:32:44 +02:00
  • 9ae5a207f6 show arg detection failures sonoro1234 2018-10-04 16:27:49 +02:00
  • 9846ee640f Merge pull request #63 from waywardmonkeys/some-readme-improvements Victor Bombi 2018-10-04 14:25:21 +02:00
  • 1bf9256998 Improve README. Bruce Mitchener 2018-10-04 19:11:20 +07:00
  • c8ff56e0b0 Merge pull request #62 from waywardmonkeys/fix-typos Victor Bombi 2018-10-04 12:22:58 +02:00
  • 1c88ef9c37 Merge pull request #57 from waywardmonkeys/use-macos-name Victor Bombi 2018-10-04 12:22:36 +02:00
  • cf82b3a356 Fix typos. Bruce Mitchener 2018-10-04 17:16:34 +07:00
  • 56d6cbfd38 Refer to macOS rather than osx/Mac OS X. Bruce Mitchener 2018-06-11 23:17:17 +07:00
  • d863cbe3b4 Merge pull request #61 from sonoro1234/colorconvertHSV Victor Bombi 2018-10-04 11:24:29 +02:00
  • 4a0e927c23 ColorConvertHSVtoRGB and ColorConvertRGBtoHSV to manuals sonoro1234 2018-10-04 11:22:00 +02:00
  • 3d232c5369 Merge pull request #60 from sonoro1234/readmechanges Victor Bombi 2018-10-03 19:58:50 +02:00
  • e721909a97 update README.md after moving to cimgui/cimgui sonoro1234 2018-10-03 19:56:38 +02:00
  • 15c711e4f4 Merge pull request #59 from sonoro1234/badmaster Stephan Dilly 2018-10-03 17:54:47 +02:00
  • 96f24d52a5 Merge pull request #6 from sonoro1234/latest_cimgui_auto Victor Bombi 2018-10-03 11:43:52 +02:00
  • f0dd5bc5f8 Revert "Update README.md" sonoro1234 2018-10-03 11:37:33 +02:00
  • c06facb80a Revert "Master160 (#50)" sonoro1234 2018-10-03 11:34:05 +02:00
  • 9e6f792b74 calc enum value acording to previous enum value sonoro1234 2018-09-24 19:01:37 +02:00
  • f323beede6 Merge pull request #5 from sonoro1234/void_arg Victor Bombi 2018-09-15 17:37:51 +02:00
  • 8508f7b0ff change no args to void arg in prototypes sonoro1234 2018-09-15 11:05:49 +02:00
  • 23b51b499a show travis in README.md sonoro1234 2018-09-12 12:43:18 +02:00
  • 60b7ab90ff Merge branch 'latest_cimgui_auto' of https://github.com/sonoro1234/cimgui into latest_cimgui_auto sonoro1234 2018-09-12 12:36:36 +02:00
  • 69ac20dd7c try to make travis happy sonoro1234 2018-09-12 12:35:10 +02:00
  • 44d1d8c190 Update .travis.yml Victor Bombi 2018-09-12 12:22:46 +02:00
  • 006fc575fa Update .travis.yml Victor Bombi 2018-09-12 12:20:31 +02:00
  • c0a30cff81 Update .travis.yml Victor Bombi 2018-09-12 12:17:58 +02:00
  • cd98bfd9b4 Update .travis.yml Victor Bombi 2018-09-12 12:15:25 +02:00
  • 5f9a7b58bf Update .travis.yml Victor Bombi 2018-09-12 12:09:38 +02:00
  • 1bb1d061be Update .travis.yml Victor Bombi 2018-09-12 12:04:14 +02:00
  • 6bce915abb let post issues in sonoro1234/cimgui sonoro1234 2018-09-11 17:50:14 +02:00
  • a0eab2686f move to imgui 1.65 v1.65 sonoro1234 2018-09-10 13:23:49 +02:00
  • d45f3594ce move the ToSimple conversion functions out of CIMGUI_DEFINE_ENUMS_AND_STRUCTS sonoro1234 2018-09-05 13:59:51 +02:00
  • 7afdf07cbb add xxxx_nonUDT2 functions returning UDT_Simple sonoro1234 2018-09-05 13:45:16 +02:00