.. |
1 trivial
|
…
|
|
2 cpp
|
…
|
|
3 static
|
…
|
|
4 shared
|
…
|
|
5 linkstatic
|
Created a build_target function to set build target type dynamically.
|
10 years ago |
6 linkshared
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
7 mixed
|
…
|
|
8 install
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
9 header install
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
10 man install
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
11 subdir
|
…
|
|
12 data
|
Changed install_data to get rid of useless and confusing target subdir name.
|
10 years ago |
13 pch
|
…
|
|
14 cpp pch
|
…
|
|
15 mixed pch
|
…
|
|
16 configure file
|
Generate configure files immediately when they are declared. Closes #88.
|
10 years ago |
17 if
|
Created a set_variable command.
|
10 years ago |
18 else
|
…
|
|
19 comparison
|
…
|
|
20 array
|
…
|
|
21 includedir
|
…
|
|
22 header in file list
|
…
|
|
23 global arg
|
…
|
|
24 target arg
|
…
|
|
25 object extraction
|
Make extract_objects work with subdirectories.
|
10 years ago |
26 endian
|
…
|
|
27 library versions
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
28 config subdir
|
…
|
|
29 pipeline
|
…
|
|
30 pipeline
|
…
|
|
31 find program
|
…
|
|
32 multiline string
|
Yo dawg, can embed quoted single quotes inside quotes.
|
10 years ago |
33 try compile
|
…
|
|
34 compiler id
|
…
|
|
35 sizeof
|
Make sure that build and source subdirectories are always in search
|
10 years ago |
36 define10
|
Make sure that build and source subdirectories are always in search
|
10 years ago |
37 has header
|
…
|
|
38 run program
|
…
|
|
39 tryrun
|
…
|
|
40 logic ops
|
…
|
|
41 elif
|
…
|
|
42 string formatting
|
…
|
|
43 has function
|
…
|
|
44 has member
|
…
|
|
45 alignment
|
Looser alignment checks. Closes #58.
|
10 years ago |
46 library chain
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
47 options
|
…
|
|
48 test args
|
…
|
|
49 subproject
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
50 subproject options
|
…
|
|
51 pkgconfig-gen
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
52 custom install dirs
|
Changed install_data to get rid of useless and confusing target subdir name.
|
10 years ago |
53 subproject subproject
|
…
|
|
54 same file name
|
…
|
|
55 file grabber
|
…
|
|
56 custom target
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
57 custom target chain
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
58 run target
|
…
|
|
59 object generator
|
Handle then unary negation operator.
|
10 years ago |
60 install script
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
61 custom target source output
|
Make sure that build and source subdirectories are always in search
|
10 years ago |
62 exe static shared
|
…
|
|
63 array methods
|
…
|
|
64 custom header generator
|
Make sure that build and source subdirectories are always in search
|
10 years ago |
65 multiple generators
|
Make sure that build and source subdirectories are always in search
|
10 years ago |
66 install subdir
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
67 foreach
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
68 number arithmetic
|
…
|
|
69 string arithmetic
|
…
|
|
70 array arithmetic
|
…
|
|
71 arithmetic bidmas
|
…
|
|
72 build always
|
Make sure that build and source subdirectories are always in search
|
10 years ago |
73 vcstag
|
fixed typo in filename
|
10 years ago |
74 modules
|
A very simple module implementation to get things going.
|
10 years ago |
75 should fail
|
Add should_fail kwarg to test to indicate tests that should fail.
|
10 years ago |
76 configure file in custom target
|
Shameful hack to get configure files working with custom targets. Needs to be fixed properly during file object refactoring.
|
10 years ago |
77 external test program
|
Add this thing I forgot.
|
10 years ago |
78 ctarget dependency
|
Can specify explicit dependencies for custom targets.
|
10 years ago |
79 shared subproject
|
Fix a typo in test "79 shared subproject".
|
10 years ago |
80 shared subproject 2
|
Fix subproject again.
|
10 years ago |
81 file object
|
Renamed file function to files and made it take multiple arguments.
|
10 years ago |
82 custom subproject dir
|
Allow user to specify subproject directory in project definition
|
10 years ago |
83 has type
|
add has_type method
|
10 years ago |
84 extract from nested subdir
|
Fixed broken subdir object extraction and moved tests.
|
10 years ago |
85 internal dependency
|
Now can create internal dependencies to simplify subproject usage.
|
10 years ago |
86 same basename
|
Give top level targets unique private directories even if they share a basename with some other top level target.
|
10 years ago |
87 declare dep
|
Added test for declare_dependency.
|
10 years ago |
88 extract all
|
Added a extract_all_objects method to make recombining targets easier. Fixes #205.
|
9 years ago |