Commit Graph

40 Commits

Author SHA1 Message Date
Lucian d5b883d06a
Merge pull request #4 from lucic71/main_1
Main 1
2021-03-25 11:23:20 +02:00
Lucian Popescu 93bde8d6f0 Coding style modifications 2021-03-24 21:19:17 +02:00
Lucian e7268771e6 Changed fopen r mode to rb 2021-03-24 21:02:57 +02:00
Lucian e80b4b6990 Solved windows Makefile link issue 2021-03-24 13:54:42 +02:00
Lucian Popescu a7809eb683 Solved coding style 2021-03-24 13:44:57 +02:00
Lucian Popescu da30ee17ab Solved test38 2021-03-24 10:18:38 +02:00
Lucian Popescu aecef48272 Added expand_inc 2021-03-22 21:54:40 +02:00
Lucian Popescu 94945476fe Added expand_ifdef 2021-03-21 21:40:41 +02:00
Lucian Popescu 3525f5b57a Added expand_line 2021-03-21 18:55:46 +02:00
Lucian 6ad3372ede Reviewed makefiles 2021-03-21 17:58:45 +02:00
Lucian 6892c56d17 Added makefile for windows 2021-03-21 17:36:59 +02:00
Lucian 34333be789 Changed strdup to l_strdup 2021-03-21 17:35:15 +02:00
Lucian Popescu 436459c232 Added checker files 2021-03-21 16:09:25 +02:00
Lucian Popescu adde72c74d Added collect defines 2021-03-21 16:07:19 +02:00
Lucian Popescu 3124f56f8c Added skeleton 2021-03-21 13:54:59 +02:00
Lucian Popescu fe008f3a55 Rebased project 1 2021-03-21 13:44:55 +02:00
Lucian Popescu 875c2c717e Rebased project 2021-03-21 13:42:43 +02:00
Lucian Popescu 06231c5ed2 Saved all files before reformatting 2021-03-21 13:35:38 +02:00
Lucian Popescu 92b3f66de3 Forgot to add pp_if 2021-03-20 16:26:44 +02:00
Lucian Popescu c8af67d496 Added so-cpp and pp 2021-03-20 16:25:00 +02:00
Lucian Popescu edd86dcfe6 Implemented if conditions 2021-03-20 16:24:04 +02:00
Lucian Popescu 3ff4a32c6b Implemented undef 2021-03-19 19:14:49 +02:00
Lucian 8c97f3bb8c
Merge pull request #3 from lucic71/dev_args
Dev args
2021-03-19 18:10:05 +02:00
Lucian Popescu e702082c6e Solved uninitialized var problems and mem leaks 2021-03-19 18:09:14 +02:00
Lucian Popescu 0b363e6d69 Added args parser 2021-03-19 16:44:59 +02:00
Lucian 15c117803f
Merge pull request #2 from lucic71/dev_define
Dev define
2021-03-19 16:04:34 +02:00
Lucian Popescu a9ed387542 Moved defines to another header in order to be visible for all source files 2021-03-19 16:03:13 +02:00
Lucian Popescu 46158d2d00 Packed define routines in pp_expand_defines 2021-03-16 22:03:30 +02:00
Lucian Popescu 54247dd0a5 Finished implementing define directive 2021-03-16 21:31:36 +02:00
Lucian Popescu 983d9456ab Added error checking 2021-03-14 17:37:07 +02:00
Lucian Popescu 504df7f2e8 Created define related functions 2021-03-14 16:13:25 +02:00
Lucian Popescu 20ba2c6ea4 Merge branch 'dev_hashmap' into main 2021-03-14 16:06:44 +02:00
Lucian Popescu 6a692ecd7e Deleted so-cpp file 2021-03-14 15:59:36 +02:00
Lucian Popescu 7f14916e09 Added sanity checks to hashmap_put and hashmap_get, changed hashmap_free fun 2021-03-14 15:54:34 +02:00
Lucian Popescu a319891599 Changed *string_map_t to string_map_t in add_defines_to_hashmap 2021-03-13 17:39:28 +02:00
Lucian Popescu 6c86693ea3 Changed string comparison 2021-03-13 17:13:05 +02:00
Lucian Popescu eb5f96be6f Specialized hashmap to string_hashmap 2021-03-13 11:31:10 +02:00
Lucian Popescu da7d31bad8 Added hashmap source files 2021-03-13 10:42:55 +02:00
Lucian Popescu ac80889190 Created GNUmakefile and added coding style checker 2021-03-13 10:40:38 +02:00
Lucian Popescu e2812ec765 first commit 2021-03-12 22:01:12 +02:00