Commit Graph

14558 Commits

Author SHA1 Message Date
Jussi Pakkanen 775b680826 Renamed language name from c++ to cxx to make things easier. 2013-02-09 00:06:07 +02:00
Jussi Pakkanen b3074e49eb Made C++ work in Ninja. 2013-02-09 00:00:03 +02:00
Jussi Pakkanen 7ea37a733e Generate shared library symlinks with Ninja. 2013-02-08 23:49:25 +02:00
Jussi Pakkanen b0515379bf Generate pch files with Ninja. 2013-02-08 23:31:07 +02:00
Jussi Pakkanen e2bc851735 Added target dependency info. 2013-02-08 22:51:19 +02:00
Jussi Pakkanen ee34bd688c Do not compress that which does not need compressing. 2013-02-08 22:36:03 +02:00
Jussi Pakkanen 2ce0ee6aed Can install data. 2013-02-08 22:28:06 +02:00
Jussi Pakkanen cd9b9f8ec5 Can install man files with Ninja. 2013-02-08 22:17:17 +02:00
Jussi Pakkanen cd9b636fe1 Can install headers with Ninja. 2013-02-08 22:05:46 +02:00
Jussi Pakkanen cdf99fa3be Fix dependency info. 2013-02-08 21:29:02 +02:00
Jussi Pakkanen 9ad2921659 Can install targets. 2013-02-08 21:07:53 +02:00
Jussi Pakkanen c5b3d913a3 Can pickle and load install data object. 2013-02-08 20:41:13 +02:00
Jussi Pakkanen 3deb31ebd5 Beginning of an install script. 2013-02-08 20:22:47 +02:00
Jussi Pakkanen 277321ecce Can run unit tests with Ninja. 2013-02-08 20:02:42 +02:00
Jussi Pakkanen 6a627c6176 More dynamic library path wanking. 2013-02-07 00:01:11 +02:00
Jussi Pakkanen 8d1641d6a4 Use relative paths for file names. 2013-02-06 23:51:12 +02:00
Jussi Pakkanen 5dd4122c65 Ninja compiles! With only the slightest of manual ninjafile editing. 2013-02-06 22:40:18 +02:00
Jussi Pakkanen 53ba628201 Can generate compiling commands. 2013-02-06 21:48:31 +02:00
Jussi Pakkanen ded616eaf5 More function moving. 2013-02-06 21:34:00 +02:00
Jussi Pakkanen affe28271a Moved code to base class.~ 2013-02-06 21:15:49 +02:00
Jussi Pakkanen f5f783b382 Generate some of targets. 2013-02-06 21:09:18 +02:00
Jussi Pakkanen 40c001772b Generate linking rules. 2013-02-06 20:37:46 +02:00
Jussi Pakkanen 7b611c2c11 Build rule for static linking and some comments. 2013-02-06 20:15:07 +02:00
Jussi Pakkanen 3d5dd90432 Generate compile rules. 2013-02-06 20:00:59 +02:00
Jussi Pakkanen bca53c2346 Support for multiple backends. 2013-02-06 19:45:23 +02:00
Jussi Pakkanen 0a3b339384 Renamed generators file. 2013-02-06 19:37:19 +02:00
Jussi Pakkanen a21acc1f46 More documentation. 2013-02-03 19:27:08 +02:00
Jussi Pakkanen 6b7b9ed47c Better command line help. 2013-02-03 19:21:10 +02:00
Jussi Pakkanen b287da1bb3 Added readme. 2013-02-03 19:08:54 +02:00
Jussi Pakkanen aee4b52498 Remove references to build directory when installing. 2013-02-03 17:51:05 +02:00
Jussi Pakkanen eae83aea61 Elf dependency eraser finally works. 2013-02-03 17:30:26 +02:00
Jussi Pakkanen bbd97026d5 Renamed rpathtool. 2013-02-03 17:07:01 +02:00
Jussi Pakkanen ac709d77e6 Use .dynstr because STRAB is invalid in executables. 2013-02-03 17:06:29 +02:00
Jussi Pakkanen 38971ea7d8 Read dynamic entry properly. 2013-02-03 16:30:23 +02:00
Jussi Pakkanen a93cb2b0c4 More parsing but less working-as-expected. 2013-02-03 15:13:44 +02:00
Jussi Pakkanen 682e5620f8 Parse section names. 2013-02-03 14:33:14 +02:00
Jussi Pakkanen 60905c9663 Parse section header. 2013-02-03 14:11:04 +02:00
Jussi Pakkanen 732a1b0000 Parse ELF header. 2013-02-03 13:49:12 +02:00
Jussi Pakkanen 47f8602f1b Started working on rpathtool. 2013-02-03 13:28:25 +02:00
Jussi Pakkanen f9c63999c3 Put build directories in #include path. 2013-01-28 02:13:06 +02:00
Jussi Pakkanen 98ce4539a9 Mirror the source tree directories in the build tree. 2013-01-28 01:07:13 +02:00
Jussi Pakkanen 2ae2a896c1 Added shared library versioning. 2013-01-27 23:51:06 +02:00
Jussi Pakkanen cd9475bfe5 Simpler endianness tester. 2013-01-27 22:50:59 +02:00
Jussi Pakkanen 919fcbb6ef Added endianness check. 2013-01-27 22:28:19 +02:00
Jussi Pakkanen aef5ef362d Added support for numbers. 2013-01-27 22:18:40 +02:00
Jussi Pakkanen d4d8045d2e Renamed parser.py so it does not shadow the internal parser module. 2013-01-27 21:51:01 +02:00
Jussi Pakkanen 261419aff3 Access variables through functions that do error checking. 2013-01-27 21:45:02 +02:00
Jussi Pakkanen f0cec5bd79 Check for argument leagake over languages. 2013-01-26 13:26:00 +02:00
Jussi Pakkanen b97f43b9b7 Can set global flags. 2013-01-26 01:44:56 +02:00
Jussi Pakkanen 2af66e5478 Filter header files from built sources. 2013-01-26 01:12:39 +02:00